#9F89CB

Color #9F89CB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F89CB

Tints of Cold Purple #9F89CB

Color information

#9F89CB (or 0x9F89CB) is unknown color: approx Cold Purple. HEX triplet: 9F, 89 and CB. RGB value is (159,137,203). Sum of RGB (Red+Green+Blue) = 159+137+203=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CB is #607634. Grayscale: #969696. Windows color (decimal): -6321717 or 13339039. OLE color: 13339039.

HSL color Cylindrical-coordinate representation of color #9F89CB: hue angle of 260º degrees, saturation: 0.39, 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 #9F89CB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159137203-
CMYK0.220.3300.20
HSL260º38.82%66.67%-
HSV(B)260º32.51%79.61%-
XYZ34.0229.5760.42-
YUV151.1157.29133.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=31.86%
G=27.45%
B=40.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591372030.220.3300.2026038.8266.67
Hex9F89CB16210141042743
Octal237211313264102440447103
Binary100111111000100111001011101101000010101001000001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F89CB;
 }
 .AnyTagClassName
 {
   color: #9F89CB;
 }
</style>
background-color css

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

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

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

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

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

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