#9E81CB

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

Shades of Cold Purple #9E81CB

Tints of Cold Purple #9E81CB

Color information

#9E81CB (or 0x9E81CB) is unknown color: approx Cold Purple. HEX triplet: 9E, 81 and CB. RGB value is (158,129,203). Sum of RGB (Red+Green+Blue) = 158+129+203=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81CB is #617E34. Grayscale: #919191. Windows color (decimal): -6389301 or 13336990. OLE color: 13336990.

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

Color convert

RGB158129203-
CMYK0.220.3600.20
HSL263.51º41.57%65.1%-
HSV(B)263.51º36.45%79.61%-
XYZ32.7327.2860.04-
YUV146.11160.11136.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=32.24%
G=26.33%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581292030.220.3600.20263.5141.5765.1
Hex9E81CB16240141082a41
Octal236201313264402441052101
Binary100111101000000111001011101101001000101001000010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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