#9E88BA

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

Shades of Cold Purple #9E88BA

Tints of Cold Purple #9E88BA

Color information

#9E88BA (or 0x9E88BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 88 and BA. RGB value is (158,136,186). Sum of RGB (Red+Green+Blue) = 158+136+186=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88BA is #617745. Grayscale: #949494. Windows color (decimal): -6387526 or 12224670. OLE color: 12224670.

HSL color Cylindrical-coordinate representation of color #9E88BA: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E88BA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158136186-
CMYK0.150.2700.27
HSL266.4º26.6%63.14%-
HSV(B)266.4º26.88%72.94%-
XYZ31.7728.4250.27-
YUV148.28149.29134.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=32.92%
G=28.33%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581361860.150.2700.27266.426.663.14
Hex9E88BAF1B01B10a1b3f
Octal23621027217330334123377
Binary10011110100010001011101011111101101101110000101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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