#9E90CB

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

Shades of Cold Purple #9E90CB

Tints of Cold Purple #9E90CB

Color information

#9E90CB (or 0x9E90CB) is unknown color: approx Cold Purple. HEX triplet: 9E, 90 and CB. RGB value is (158,144,203). Sum of RGB (Red+Green+Blue) = 158+144+203=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90CB is #616F34. Grayscale: #9A9A9A. Windows color (decimal): -6385461 or 13340830. OLE color: 13340830.

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

Color convert

RGB158144203-
CMYK0.220.2900.20
HSL254.24º36.2%68.04%-
HSV(B)254.24º29.06%79.61%-
XYZ34.8531.5360.75-
YUV154.91155.14130.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=31.29%
G=28.51%
B=40.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581442030.220.2900.20254.2436.268.04
Hex9E90CB161D014fe2444
Octal236220313263502437644104
Binary1001111010010000110010111011011101010100111111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,203); }

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

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

 a { background-color: rgb(158,144,203); }

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

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

 span { border-color: rgb(158,144,203); }

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