Shades of Cold Purple #9C8ACC
Tints of Cold Purple #9C8ACC
RGB
CMYK
RGB Variations
Color information
#9C8ACC (or 0x9C8ACC) is known color: Cold Purple. HEX triplet: 9C, 8A and CC. RGB value is (156,138,204). Sum of RGB (Red+Green+Blue) = 156+138+204=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ACC is #637533. Grayscale: #969696. Windows color (decimal): -6518068 or 13404828. OLE color: 13404828.
HSL color Cylindrical-coordinate representation of color #9C8ACC: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C8ACC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 138 | 204 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.2 |
| HSL | 256.36º | 0.39% | 0.67% | - |
| HSV(B) | 256.36º | 0.32% | 0.8% | - |
| XYZ | 33.7 | 29.6 | 61.06 | - |
| YUV | 150.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 204 | 0.24 | 0.32 | 0 | 0.2 | 256.36 | 0.39 | 0.67 |
| Hex | 9C | 8A | CC | 18 | 20 | 0 | 14 | 100 | 27 | 43 |
| Octal | 234 | 212 | 314 | 30 | 40 | 0 | 24 | 400 | 47 | 103 |
| Binary | 10011100 | 10001010 | 11001100 | 11000 | 100000 | 0 | 10100 | 100000000 | 100111 | 1000011 |
Color Harmonies of #9C8ACC
Complementary color
Monochromatic Colors of #9C8ACC
Black with #9C8ACC
Text Example
Text Example
White with #9C8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8ACC; }
p { color: rgb(156,138,204); }
H1.HeaderClassName
{
color: #9C8ACC;
}
.AnyTagClassName
{
color: #9C8ACC;
}
</style>
background-color css
<style>
a { background-color: #9C8ACC; }
a { background-color: rgb(156,138,204); }
div.DivClassName
{
background-color: #9C8ACC;
}
.BgClassName
{
background-color: #9C8ACC;
}
</style>
border-color css
<style>
span { border-color: #9C8ACC; }
span { border-color: rgb(156,138,204); }
td.TdClassName
{
border-color: #9C8ACC;
}
.TagClassName
{
border-color: #9C8ACC;
}
</style>