#9C85BC

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

Shades of Cold Purple #9C85BC

Tints of Cold Purple #9C85BC

Color information

#9C85BC (or 0x9C85BC) is unknown color: approx Cold Purple. HEX triplet: 9C, 85 and BC. RGB value is (156,133,188). Sum of RGB (Red+Green+Blue) = 156+133+188=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C85BC is #637A43. Grayscale: #919191. Windows color (decimal): -6519364 or 12354972. OLE color: 12354972.

HSL color Cylindrical-coordinate representation of color #9C85BC: hue angle of 265.09º 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 #9C85BC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156133188-
CMYK0.170.2900.26
HSL265.09º29.1%62.94%-
HSV(B)265.09º29.26%73.73%-
XYZ31.1727.4751.24-
YUV146.15151.62135.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=32.70%
G=27.88%
B=39.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561331880.170.2900.26265.0929.162.94
Hex9C85BC111D01A1091d3f
Octal23420527421350324113577
Binary100111001000010110111100100011110101101010000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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