#9E8ECD

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

Shades of Cold Purple #9E8ECD

Tints of Cold Purple #9E8ECD

Color information

#9E8ECD (or 0x9E8ECD) is unknown color: approx Cold Purple. HEX triplet: 9E, 8E and CD. RGB value is (158,142,205). Sum of RGB (Red+Green+Blue) = 158+142+205=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ECD is #617132. Grayscale: #999999. Windows color (decimal): -6385971 or 13471390. OLE color: 13471390.

HSL color Cylindrical-coordinate representation of color #9E8ECD: hue angle of 255.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E8ECD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158142205-
CMYK0.230.3100.20
HSL255.24º38.65%68.04%-
HSV(B)255.24º30.73%80.39%-
XYZ34.7931.0261.91-
YUV153.97156.8130.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=31.29%
G=28.12%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581422050.230.3100.20255.2438.6568.04
Hex9E8ECD171F014ff2744
Octal236216315273702437747104
Binary1001111010001110110011011011111111010100111111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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