Html Css Color HEX #9F88CE Cold Purple

📋 copy color: '#9F88CE'

red 159 ◦ green 136 ◦ blue 206

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

Shades of Cold Purple #9F88CE

Tints of Cold Purple #9F88CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.15%

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 31.74%
G = 27.15%
B = 41.12%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F88CE (or 0x9F88CE) is known color: Cold Purple. HEX triplet: 9F, 88 and CE. RGB value is (159,136,206). Sum of RGB (Red+Green+Blue) = 159+136+206=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88CE is #607731. Grayscale: #969696. Windows color (decimal): -6321970 or 13535391. OLE color: 13535391.

HSL color Cylindrical-coordinate representation of color #9F88CE: hue angle of 259.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F88CE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 136 206 -
CMYK 0.23 0.34 0 0.19
HSL 259.71º 0.42% 0.67% -
HSV(B) 259.71º 0.34% 0.81% -
XYZ 34.24 29.44 62.27 -
YUV 150.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 159 136 206 0.23 0.34 0 0.19 259.71 0.42 0.67
Hex 9F 88 CE 17 22 0 13 104 2A 43
Octal 237 210 316 27 42 0 23 404 52 103
Binary 10011111 10001000 11001110 10111 100010 0 10011 100000100 101010 1000011

Color Harmonies of #9F88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F88CE

Black with #9F88CE

Text Example


Text Example

White with #9F88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,206); }

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

background-color css

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

 a { background-color: rgb(159,136,206); }

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

border-color css

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

 span { border-color: rgb(159,136,206); }

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