#9E86BB

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

Shades of Cold Purple #9E86BB

Tints of Cold Purple #9E86BB

Color information

#9E86BB (or 0x9E86BB) is unknown color: approx Cold Purple. HEX triplet: 9E, 86 and BB. RGB value is (158,134,187). Sum of RGB (Red+Green+Blue) = 158+134+187=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86BB is #617944. Grayscale: #939393. Windows color (decimal): -6388037 or 12289694. OLE color: 12289694.

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

Color convert

RGB158134187-
CMYK0.160.2800.27
HSL267.17º28.04%62.94%-
HSV(B)267.17º28.34%73.33%-
XYZ31.627.9150.74-
YUV147.22150.45135.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=32.99%
G=27.97%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581341870.160.2800.27267.1728.0462.94
Hex9E86BB101C01B10b1c3f
Octal23620627320340334133477
Binary100111101000011010111011100001110001101110000101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,187); }

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

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

 a { background-color: rgb(158,134,187); }

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

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

 span { border-color: rgb(158,134,187); }

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