COLOR #9F75BC

HEX: #9F75BC
RGB: (159,117,188)

Color info

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

RGB color model

#9F75BC color RGB value is (159,117,188).

  • red value is 159;
  • green value is 117;
  • blue value is 188.
RGB:
(159,117,188)
(62%,46%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 117 of 255 = 46%
B 188 of 255 = 74%

159
117
188

R + G + B ~ 61%. #9F75BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 188 = 464 (100%)
R 159 of 464 ~ 34.27%
G 117 of 464 ~ 25.22%
B 188 of 464 ~ 40.52%

%34.27
%25.22
%40.52

CMYK color model

#9F75BC color CMYK value is (15,38,0,26).

  • cyan value is 15.43%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,38,0,26)
C15M38Y0K26 
(15%,38%,0%,26%)
(0.15/0.38/0.00/0.26)	

CMYK percentages

%15.43
%37.77
%0
%26.27

Codes

Color #9F75BC in popluar color models

9F75BC
RGB159117188
HSL275°34.63%59.80%
HSB/HSV275°37.77%73.73%
CMYK15.43%37.77%0.00%
26.27%

Color #9F75BC in popluar number systems.

HEX9F75BC
Decimal159117188
Binary10011111111010110111100
Octal237165274

Shades and tints

Shades of #9F75BC

#9F75BC
(159,117,188)
#916BAB
(145,107,171)
#83619A
(131,97,154)
#755789
(117,87,137)
#674D78
(103,77,120)
#594367
(89,67,103)
#4B3956
(75,57,86)
#3D2F45
(61,47,69)
#2F2534
(47,37,52)
#211B23
(33,27,35)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #9F75BC

#9F75BC
(159,117,188)
#A781C2
(167,129,194)
#AF8DC8
(175,141,200)
#B799CE
(183,153,206)
#BFA5D4
(191,165,212)
#C7B1DA
(199,177,218)
#CFBDE0
(207,189,224)
#D7C9E6
(215,201,230)
#DFD5EC
(223,213,236)
#E7E1F2
(231,225,242)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F75BC; }

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

This text font color is #9F75BC.


Background Color

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

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

This div background color is #9F75BC.


Border color

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

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

This div border color is #9F75BC.


Opacity

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

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

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

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

This text has shadow with #9F75BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F75BC on black background.


Color preview on white background

This text has color #9F75BC on white background.



Black color preview on #9F75BC background

This text has black color on #9F75BC background.


White color preview on #9F75BC background

This text has white color on #9F75BC background.