#9E85BA

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

Shades of Cold Purple #9E85BA

Tints of Cold Purple #9E85BA

Color information

#9E85BA (or 0x9E85BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 85 and BA. RGB value is (158,133,186). Sum of RGB (Red+Green+Blue) = 158+133+186=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85BA is #617A45. Grayscale: #929292. Windows color (decimal): -6388294 or 12223902. OLE color: 12223902.

HSL color Cylindrical-coordinate representation of color #9E85BA: hue angle of 268.3º 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 #9E85BA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158133186-
CMYK0.150.2800.27
HSL268.3º27.75%62.55%-
HSV(B)268.3º28.49%72.94%-
XYZ31.3527.5950.13-
YUV146.52150.28136.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=33.12%
G=27.88%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581331860.150.2800.27268.327.7562.55
Hex9E85BAF1C01B10c1c3f
Octal23620527217340334143477
Binary10011110100001011011101011111110001101110000110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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