#9E8ECC

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

Shades of Cold Purple #9E8ECC

Tints of Cold Purple #9E8ECC

Color information

#9E8ECC (or 0x9E8ECC) is unknown color: approx Cold Purple. HEX triplet: 9E, 8E and CC. RGB value is (158,142,204). Sum of RGB (Red+Green+Blue) = 158+142+204=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ECC is #617133. Grayscale: #999999. Windows color (decimal): -6385972 or 13405854. OLE color: 13405854.

HSL color Cylindrical-coordinate representation of color #9E8ECC: hue angle of 255.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E8ECC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158142204-
CMYK0.230.3000.2
HSL255.48º37.8%67.84%-
HSV(B)255.48º30.39%80%-
XYZ34.6730.9761.28-
YUV153.85156.3130.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=31.35%
G=28.17%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581422040.230.3000.2255.4837.867.84
Hex9E8ECC171E014ff2644
Octal236216314273602437746104
Binary1001111010001110110011001011111110010100111111111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,204); }

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

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

 a { background-color: rgb(158,142,204); }

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

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

 span { border-color: rgb(158,142,204); }

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