Html Css Color HEX #9F88CC Cold Purple

📋 copy color: '#9F88CC'

red 159 ◦ green 136 ◦ blue 204

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

Shades of Cold Purple #9F88CC

Tints of Cold Purple #9F88CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 31.86%
G = 27.25%
B = 40.88%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F88CC (or 0x9F88CC) is known color: Cold Purple. HEX triplet: 9F, 88 and CC. RGB value is (159,136,204). Sum of RGB (Red+Green+Blue) = 159+136+204=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88CC is #607733. Grayscale: #969696. Windows color (decimal): -6321972 or 13404319. OLE color: 13404319.

HSL color Cylindrical-coordinate representation of color #9F88CC: hue angle of 260.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F88CC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 136 204 -
CMYK 0.22 0.33 0 0.2
HSL 260.29º 0.4% 0.67% -
HSV(B) 260.29º 0.33% 0.8% -
XYZ 34 29.34 61 -
YUV 150.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 159 136 204 0.22 0.33 0 0.2 260.29 0.4 0.67
Hex 9F 88 CC 16 21 0 14 104 28 43
Octal 237 210 314 26 41 0 24 404 50 103
Binary 10011111 10001000 11001100 10110 100001 0 10100 100000100 101000 1000011

Color Harmonies of #9F88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F88CC

Black with #9F88CC

Text Example


Text Example

White with #9F88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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