COLOR #9F75CA

HEX: #9F75CA RGB: (159,117,202)

Color info

#9F75CA contains mainly red and blue colors. Web safe color of #9F75CA is #9966CC (or #96C).

RGB color model

#9F75CA color RGB value is (159,117,202).

RGB: (159,117,202) (62%, 46%, 79%)

RGB channels and saturation

R 159 of 255 = 62%
G 117 of 255 = 46%
B 202 of 255 = 79%

159
117
202

R + G + B ~ 62%. #9F75CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 117 + 202 = 478 (100%)
R 159 of 478 ~ 33.26%
G 117 of 478 ~ 24.48%
B 202 of 478 ~ 42.26'%

%33.26
%24.48
%42.26

CMYK color model

#9F75CA color CMYK value is (21,42,0,21).

  • cyan value is 21.29%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (21,42,0,21) C21M42Y0K21 (21%,42%,0%,21%) (0.21/0.42/0.00/0.21) 

CMYK percentages

%21.29
%42.08
%0
%20.78

Codes

Color #9F75CA in popluar color models

9F 75 CA
RGB 159 117 202
HSL 270° 44.50% 62.55%
HSB/HSV 270° 42.08% 79.22%
CMYK 21.29% 42.08% 0.00%
20.78%

Color #9F75CA in popluar number systems.

HEX 9F 75 CA
Decimal 159 117 202
Binary 10011111 1110101 11001010
Octal 237 165 312

Shades and tints

Shades of #9F75CA

#9F75CA
(159,117,202)
#916BB8
(145,107,184)
#8361A6
(131,97,166)
#755794
(117,87,148)
#674D82
(103,77,130)
#594370
(89,67,112)
#4B395E
(75,57,94)
#3D2F4C
(61,47,76)
#2F253A
(47,37,58)
#211B28
(33,27,40)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #9F75CA

#9F75CA
(159,117,202)
#A781CE
(167,129,206)
#AF8DD2
(175,141,210)
#B799D6
(183,153,214)
#BFA5DA
(191,165,218)
#C7B1DE
(199,177,222)
#CFBDE2
(207,189,226)
#D7C9E6
(215,201,230)
#DFD5EA
(223,213,234)
#E7E1EE
(231,225,238)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F75CA color. Also use rgb(159,117,202) instead hex code.

Text Font Color

.myTextColor { color: #9F75CA; }

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

This text font color is #9F75CA.

Background Color

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

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

This div background color is #9F75CA.

Border color

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

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

This div border color is #9F75CA.

Opacity

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

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

Text with #9F75CA 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 #9F75CA;}

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

This text has shadow with #9F75CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F75CA.

Preview

Color preview on black background

This text has color #9F75CA on black background.


Color preview on white background

This text has color #9F75CA on white background.


Black color preview on #9F75CA background

This text has black color on #9F75CA background.


White color preview on #9F75CA background

This text has white color on #9F75CA background.


Related colors

Complementary color

Complementary color for #hex is #608A35.


I love getcolorcode.com

Triadic colors

1 #CA9F75 and #75CA9F with #9F75CA are triadic colors.

2 #CA759F and #759FCA with #9F75CA are triadic colors.