#9E88CD

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

Shades of Cold Purple #9E88CD

Tints of Cold Purple #9E88CD

Color information

#9E88CD (or 0x9E88CD) is unknown color: approx Cold Purple. HEX triplet: 9E, 88 and CD. RGB value is (158,136,205). Sum of RGB (Red+Green+Blue) = 158+136+205=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E88CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88CD is #617732. Grayscale: #969696. Windows color (decimal): -6387507 or 13469854. OLE color: 13469854.

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

Color convert

RGB158136205-
CMYK0.230.3400.20
HSL259.13º40.83%66.86%-
HSV(B)259.13º33.66%80.39%-
XYZ33.9229.2961.62-
YUV150.44158.79133.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=31.66%
G=27.25%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581362050.230.3400.20259.1340.8366.86
Hex9E88CD17220141032943
Octal236210315274202440351103
Binary100111101000100011001101101111000100101001000000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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