#9E85BC

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

Shades of Cold Purple #9E85BC

Tints of Cold Purple #9E85BC

Color information

#9E85BC (or 0x9E85BC) is unknown color: approx Cold Purple. HEX triplet: 9E, 85 and BC. RGB value is (158,133,188). Sum of RGB (Red+Green+Blue) = 158+133+188=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85BC is #617A43. Grayscale: #929292. Windows color (decimal): -6388292 or 12354974. OLE color: 12354974.

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

Color convert

RGB158133188-
CMYK0.160.2900.26
HSL267.27º29.1%62.94%-
HSV(B)267.27º29.26%73.73%-
XYZ31.5727.6851.26-
YUV146.74151.28136.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=32.99%
G=27.77%
B=39.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581331880.160.2900.26267.2729.162.94
Hex9E85BC101D01A10b1d3f
Octal23620527420350324133577
Binary100111101000010110111100100001110101101010000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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