#9E87BE

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

Shades of Cold Purple #9E87BE

Tints of Cold Purple #9E87BE

Color information

#9E87BE (or 0x9E87BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 87 and BE. RGB value is (158,135,190). Sum of RGB (Red+Green+Blue) = 158+135+190=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87BE is #617841. Grayscale: #939393. Windows color (decimal): -6387778 or 12486558. OLE color: 12486558.

HSL color Cylindrical-coordinate representation of color #9E87BE: hue angle of 265.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E87BE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158135190-
CMYK0.170.2900.25
HSL265.09º29.73%63.73%-
HSV(B)265.09º28.95%74.51%-
XYZ32.0628.3152.49-
YUV148.15151.62135.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=32.71%
G=27.95%
B=39.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581351900.170.2900.25265.0929.7363.73
Hex9E87BE111D0191091e40
Octal236207276213503141136100
Binary1001111010000111101111101000111101011001100001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,190); }

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

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

 a { background-color: rgb(158,135,190); }

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

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

 span { border-color: rgb(158,135,190); }

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