#9E8CCA

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

Shades of Cold Purple #9E8CCA

Tints of Cold Purple #9E8CCA

Color information

#9E8CCA (or 0x9E8CCA) is unknown color: approx Cold Purple. HEX triplet: 9E, 8C and CA. RGB value is (158,140,202). Sum of RGB (Red+Green+Blue) = 158+140+202=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCA is #617335. Grayscale: #989898. Windows color (decimal): -6386486 or 13274270. OLE color: 13274270.

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

Color convert

RGB158140202-
CMYK0.220.3100.21
HSL257.42º36.9%67.06%-
HSV(B)257.42º30.69%79.22%-
XYZ34.1430.2959.92-
YUV152.45155.96131.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=31.6%
G=28%
B=40.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581402020.220.3100.21257.4236.967.06
Hex9E8CCA161F0151012543
Octal236214312263702540145103
Binary10011110100011001100101010110111110101011000000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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