#9C86BA

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

Shades of Cold Purple #9C86BA

Tints of Cold Purple #9C86BA

Color information

#9C86BA (or 0x9C86BA) is unknown color: approx Cold Purple. HEX triplet: 9C, 86 and BA. RGB value is (156,134,186). Sum of RGB (Red+Green+Blue) = 156+134+186=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86BA is #637945. Grayscale: #929292. Windows color (decimal): -6519110 or 12224156. OLE color: 12224156.

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

Color convert

RGB156134186-
CMYK0.160.2800.27
HSL265.38º27.37%62.75%-
HSV(B)265.38º27.96%72.94%-
XYZ31.127.6650.15-
YUV146.51150.29134.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=32.77%
G=28.15%
B=39.08%

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
Decimal1561341860.160.2800.27265.3827.3762.75
Hex9C86BA101C01B1091b3f
Octal23420627220340334113377
Binary100111001000011010111010100001110001101110000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,186); }

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

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

 a { background-color: rgb(156,134,186); }

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

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

 span { border-color: rgb(156,134,186); }

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