Html Css Color HEX #9F81CB Cold Purple

📋 copy color: '#9F81CB'

red 159 ◦ green 129 ◦ blue 203

#9F81CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9F81CB

Tints of Cold Purple #9F81CB

RGB

 RED value IS 159 (62.5% from 255) = 32.38%

 GREEN value IS 129 (50.78% from 255) = 26.27%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 32.38%
G = 26.27%
B = 41.34%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9F81CB (or 0x9F81CB) is known color: Cold Purple. HEX triplet: 9F, 81 and CB. RGB value is (159,129,203). Sum of RGB (Red+Green+Blue) = 159+129+203=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81CB is #607E34. Grayscale: #929292. Windows color (decimal): -6323765 or 13336991. OLE color: 13336991.

HSL color Cylindrical-coordinate representation of color #9F81CB: hue angle of 264.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F81CB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 129 203 -
CMYK 0.22 0.36 0 0.20
HSL 264.32º 0.42% 0.65% -
HSV(B) 264.32º 0.36% 0.8% -
XYZ 32.93 27.38 60.05 -
YUV 146.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 159 129 203 0.22 0.36 0 0.20 264.32 0.42 0.65
Hex 9F 81 CB 16 24 0 14 108 2A 41
Octal 237 201 313 26 44 0 24 410 52 101
Binary 10011111 10000001 11001011 10110 100100 0 10100 100001000 101010 1000001

Color Harmonies of #9F81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81CB

Black with #9F81CB

Text Example


Text Example

White with #9F81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F81CB; }

 p { color: rgb(159,129,203); }

 H1.HeaderClassName
 {
   color: #9F81CB;
 }
 .AnyTagClassName
 {
   color: #9F81CB;
 }
</style>

background-color css

<style>
 a { background-color: #9F81CB; }

 a { background-color: rgb(159,129,203); }

 div.DivClassName
 {
   background-color: #9F81CB;
 }
 .BgClassName
 {
   background-color: #9F81CB;
 }
</style>

border-color css

<style>
 span { border-color: #9F81CB; }

 span { border-color: rgb(159,129,203); }

 td.TdClassName
 {
   border-color: #9F81CB;
 }
 .TagClassName
 {
   border-color: #9F81CB;
 }
</style>