#9E86CB

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

Shades of Cold Purple #9E86CB

Tints of Cold Purple #9E86CB

Color information

#9E86CB (or 0x9E86CB) is unknown color: approx Cold Purple. HEX triplet: 9E, 86 and CB. RGB value is (158,134,203). Sum of RGB (Red+Green+Blue) = 158+134+203=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86CB is #617934. Grayscale: #949494. Windows color (decimal): -6388021 or 13338270. OLE color: 13338270.

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

Color convert

RGB158134203-
CMYK0.220.3400.20
HSL260.87º39.88%66.08%-
HSV(B)260.87º33.99%79.61%-
XYZ33.4128.6360.27-
YUV149.04158.45134.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=31.92%
G=27.07%
B=41.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581342030.220.3400.20260.8739.8866.08
Hex9E86CB16220141052842
Octal236206313264202440550102
Binary100111101000011011001011101101000100101001000001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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