COLOR #9F95EA

HEX: #9F95EA RGB: (159,149,234)

Color info

#9F95EA contains mainly blue color. Web safe color of #9F95EA is #9999FF (or #99F).

RGB color model

#9F95EA color RGB value is (159,149,234).

RGB: (159,149,234) (62%, 58%, 92%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 234 of 255 = 92%

159
149
234

R + G + B ~ 71%. #9F95EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 149 + 234 = 542 (100%)
R 159 of 542 ~ 29.34%
G 149 of 542 ~ 27.49%
B 234 of 542 ~ 43.17'%

%29.34
%27.49
%43.17

CMYK color model

#9F95EA color CMYK value is (32,36,0,8).

  • cyan value is 32.05%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (32,36,0,8)
C32M36Y0K8 (32%, 36%, 0%, 8%)
(0.32 / 0.36 / 0.00 / 0.08)

CMYK percentages

%32.05
%36.32
%0
%8.24

Codes

Color #9F95EA in popluar color models

9F 95 EA
RGB 159 149 234
HSL 247° 66.93% 75.10%
HSB/HSV 247° 36.32% 91.76%
CMYK 32.05% 36.32% 0.00%
8.24%

Color #9F95EA in popluar number systems.

HEX 9F 95 EA
Decimal 159 149 234
Binary 10011111 10010101 11101010
Octal 237 225 352

Shades and tints

Shades of #9F95EA

#9F95EA
(159,149,234)
#9188D5
(145,136,213)
#837BC0
(131,123,192)
#756EAB
(117,110,171)
#676196
(103,97,150)
#595481
(89,84,129)
#4B476C
(75,71,108)
#3D3A57
(61,58,87)
#2F2D42
(47,45,66)
#21202D
(33,32,45)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9F95EA

#9F95EA
(159,149,234)
#A79EEB
(167,158,235)
#AFA7EC
(175,167,236)
#B7B0ED
(183,176,237)
#BFB9EE
(191,185,238)
#C7C2EF
(199,194,239)
#CFCBF0
(207,203,240)
#D7D4F1
(215,212,241)
#DFDDF2
(223,221,242)
#E7E6F3
(231,230,243)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F95EA color. Also use rgb(159,149,234) instead hex code.

Text Font Color

.myTextColor { color: #9F95EA; }

<p style="color:#9F95EA">This sample text font color is #9F95EA.</p>

This text font color is #9F95EA.

Background Color

.myBgColor { background-color: #9F95EA; }

<div style="background-color:#9F95EA">Inner text</div>

This div background color is #9F95EA.

Border color

.myBorderColor { border: 1px solid #9F95EA; }

<div style="border:3px solid #9F95EA">Div</div>

This div border color is #9F95EA.

Opacity

.myOpacity80 { color: #9F95EA; opacity: 0.8; }

<p style="color:#9F95EA;opacity:0.8;">80%</p>

Text with #9F95EA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9F95EA;}

<p style="text-shadow: 3px 3px 1px #9F95EA">Text here.</p>

This text has shadow with #9F95EA color.


.textShadow {text-shadow: 3px 3px 1px #9F95EA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9F95EA, 5px 5px 20px red">Text here.</p>

This text has shadow with #9F95EA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9F95EA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9F95EA, Direction=45, Strength=4)">Text</p>

This text has shadow with #9F95EA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9F95EA;
-webkit-box-shadow: 1px 1px 3px 2px #9F95EA;
box-shadow: 1px 1px 3px 2px #9F95EA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9F95EA; -webkit-box-shadow: 1px 1px 3px 2px #9F95EA; box-shadow:1px 1px 3px 2px #9F95EA;">
Div content here
</div>

This div box has shadow with color #9F95EA.

Preview

Color preview on black background

This text has color #9F95EA on black background.


Color preview on white background

This text has color #9F95EA on white background.


Black color preview on #9F95EA background

This text has black color on #9F95EA background.


White color preview on #9F95EA background

This text has white color on #9F95EA background.


Related colors

Complementary color

Complementary color for #hex is #606A15.


I love getcolorcode.com

Triadic colors

1 #EA9F95 and #95EA9F with #9F95EA are triadic colors.

2 #EA959F and #959FEA with #9F95EA are triadic colors.