#9E8ECA

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

Shades of Cold Purple #9E8ECA

Tints of Cold Purple #9E8ECA

Color information

#9E8ECA (or 0x9E8ECA) is unknown color: approx Cold Purple. HEX triplet: 9E, 8E and CA. RGB value is (158,142,202). Sum of RGB (Red+Green+Blue) = 158+142+202=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ECA is #617135. Grayscale: #999999. Windows color (decimal): -6385974 or 13274782. OLE color: 13274782.

HSL color Cylindrical-coordinate representation of color #9E8ECA: hue angle of 256º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E8ECA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158142202-
CMYK0.220.3000.21
HSL256º36.14%67.45%-
HSV(B)256º29.7%79.22%-
XYZ34.4330.8860.02-
YUV153.62155.3131.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=31.47%
G=28.29%
B=40.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581422020.220.3000.2125636.1467.45
Hex9E8ECA161E0151002443
Octal236216312263602540044103
Binary10011110100011101100101010110111100101011000000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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