#9F89CE

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

Shades of Cold Purple #9F89CE

Tints of Cold Purple #9F89CE

Color information

#9F89CE (or 0x9F89CE) is unknown color: approx Cold Purple. HEX triplet: 9F, 89 and CE. RGB value is (159,137,206). Sum of RGB (Red+Green+Blue) = 159+137+206=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CE is #607631. Grayscale: #979797. Windows color (decimal): -6321714 or 13535647. OLE color: 13535647.

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

Color convert

RGB159137206-
CMYK0.230.3300.19
HSL259.13º41.32%67.25%-
HSV(B)259.13º33.5%80.78%-
XYZ34.3829.7262.32-
YUV151.44158.79133.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=31.67%
G=27.29%
B=41.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591372060.230.3300.19259.1341.3267.25
Hex9F89CE17210131032943
Octal237211316274102340351103
Binary100111111000100111001110101111000010100111000000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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