#9C89CE

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

Shades of Cold Purple #9C89CE

Tints of Cold Purple #9C89CE

Color information

#9C89CE (or 0x9C89CE) is unknown color: approx Cold Purple. HEX triplet: 9C, 89 and CE. RGB value is (156,137,206). Sum of RGB (Red+Green+Blue) = 156+137+206=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89CE is #637631. Grayscale: #969696. Windows color (decimal): -6518322 or 13535644. OLE color: 13535644.

HSL color Cylindrical-coordinate representation of color #9C89CE: hue angle of 256.52º 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 #9C89CE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156137206-
CMYK0.240.3300.19
HSL256.52º41.32%67.25%-
HSV(B)256.52º33.5%80.78%-
XYZ33.829.4262.29-
YUV150.55159.29131.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=31.26%
G=27.45%
B=41.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561372060.240.3300.19256.5241.3267.25
Hex9C89CE18210131012943
Octal234211316304102340151103
Binary100111001000100111001110110001000010100111000000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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