Shades of Cold Purple #9C8FCC
Tints of Cold Purple #9C8FCC
RGB
CMYK
RGB Variations
Color information
#9C8FCC (or 0x9C8FCC) is known color: Cold Purple. HEX triplet: 9C, 8F and CC. RGB value is (156,143,204). Sum of RGB (Red+Green+Blue) = 156+143+204=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FCC is #637033. Grayscale: #999999. Windows color (decimal): -6516788 or 13406108. OLE color: 13406108.
HSL color Cylindrical-coordinate representation of color #9C8FCC: hue angle of 252.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C8FCC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 143 | 204 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.2 |
| HSL | 252.79º | 0.37% | 0.68% | - |
| HSV(B) | 252.79º | 0.3% | 0.8% | - |
| XYZ | 34.43 | 31.07 | 61.31 | - |
| YUV | 153.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 204 | 0.24 | 0.30 | 0 | 0.2 | 252.79 | 0.37 | 0.68 |
| Hex | 9C | 8F | CC | 18 | 1E | 0 | 14 | FD | 25 | 44 |
| Octal | 234 | 217 | 314 | 30 | 36 | 0 | 24 | 375 | 45 | 104 |
| Binary | 10011100 | 10001111 | 11001100 | 11000 | 11110 | 0 | 10100 | 11111101 | 100101 | 1000100 |
Color Harmonies of #9C8FCC
Complementary color
Monochromatic Colors of #9C8FCC
Black with #9C8FCC
Text Example
Text Example
White with #9C8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FCC; }
p { color: rgb(156,143,204); }
H1.HeaderClassName
{
color: #9C8FCC;
}
.AnyTagClassName
{
color: #9C8FCC;
}
</style>
background-color css
<style>
a { background-color: #9C8FCC; }
a { background-color: rgb(156,143,204); }
div.DivClassName
{
background-color: #9C8FCC;
}
.BgClassName
{
background-color: #9C8FCC;
}
</style>
border-color css
<style>
span { border-color: #9C8FCC; }
span { border-color: rgb(156,143,204); }
td.TdClassName
{
border-color: #9C8FCC;
}
.TagClassName
{
border-color: #9C8FCC;
}
</style>