Shades of Cold Purple #9C86CC
Tints of Cold Purple #9C86CC
RGB
CMYK
RGB Variations
Color information
#9C86CC (or 0x9C86CC) is known color: Cold Purple. HEX triplet: 9C, 86 and CC. RGB value is (156,134,204). Sum of RGB (Red+Green+Blue) = 156+134+204=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86CC is #637933. Grayscale: #949494. Windows color (decimal): -6519092 or 13403804. OLE color: 13403804.
HSL color Cylindrical-coordinate representation of color #9C86CC: hue angle of 258.86º degrees, saturation: 0.41, 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 #9C86CC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 134 | 204 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.2 |
| HSL | 258.86º | 0.41% | 0.66% | - |
| HSV(B) | 258.86º | 0.34% | 0.8% | - |
| XYZ | 33.13 | 28.48 | 60.88 | - |
| YUV | 148.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 204 | 0.24 | 0.34 | 0 | 0.2 | 258.86 | 0.41 | 0.66 |
| Hex | 9C | 86 | CC | 18 | 22 | 0 | 14 | 103 | 29 | 42 |
| Octal | 234 | 206 | 314 | 30 | 42 | 0 | 24 | 403 | 51 | 102 |
| Binary | 10011100 | 10000110 | 11001100 | 11000 | 100010 | 0 | 10100 | 100000011 | 101001 | 1000010 |
Color Harmonies of #9C86CC
Complementary color
Monochromatic Colors of #9C86CC
Black with #9C86CC
Text Example
Text Example
White with #9C86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C86CC; }
p { color: rgb(156,134,204); }
H1.HeaderClassName
{
color: #9C86CC;
}
.AnyTagClassName
{
color: #9C86CC;
}
</style>
background-color css
<style>
a { background-color: #9C86CC; }
a { background-color: rgb(156,134,204); }
div.DivClassName
{
background-color: #9C86CC;
}
.BgClassName
{
background-color: #9C86CC;
}
</style>
border-color css
<style>
span { border-color: #9C86CC; }
span { border-color: rgb(156,134,204); }
td.TdClassName
{
border-color: #9C86CC;
}
.TagClassName
{
border-color: #9C86CC;
}
</style>