Shades of Cold Purple #9C84CD
Tints of Cold Purple #9C84CD
RGB
CMYK
RGB Variations
Color information
#9C84CD (or 0x9C84CD) is known color: Cold Purple. HEX triplet: 9C, 84 and CD. RGB value is (156,132,205). Sum of RGB (Red+Green+Blue) = 156+132+205=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84CD is #637B32. Grayscale: #939393. Windows color (decimal): -6519603 or 13468828. OLE color: 13468828.
HSL color Cylindrical-coordinate representation of color #9C84CD: hue angle of 259.73º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C84CD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 132 | 205 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.20 |
| HSL | 259.73º | 0.42% | 0.66% | - |
| HSV(B) | 259.73º | 0.36% | 0.8% | - |
| XYZ | 32.98 | 27.98 | 61.42 | - |
| YUV | 147.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 205 | 0.24 | 0.36 | 0 | 0.20 | 259.73 | 0.42 | 0.66 |
| Hex | 9C | 84 | CD | 18 | 24 | 0 | 14 | 104 | 2A | 42 |
| Octal | 234 | 204 | 315 | 30 | 44 | 0 | 24 | 404 | 52 | 102 |
| Binary | 10011100 | 10000100 | 11001101 | 11000 | 100100 | 0 | 10100 | 100000100 | 101010 | 1000010 |
Color Harmonies of #9C84CD
Complementary color
Monochromatic Colors of #9C84CD
Black with #9C84CD
Text Example
Text Example
White with #9C84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84CD; }
p { color: rgb(156,132,205); }
H1.HeaderClassName
{
color: #9C84CD;
}
.AnyTagClassName
{
color: #9C84CD;
}
</style>
background-color css
<style>
a { background-color: #9C84CD; }
a { background-color: rgb(156,132,205); }
div.DivClassName
{
background-color: #9C84CD;
}
.BgClassName
{
background-color: #9C84CD;
}
</style>
border-color css
<style>
span { border-color: #9C84CD; }
span { border-color: rgb(156,132,205); }
td.TdClassName
{
border-color: #9C84CD;
}
.TagClassName
{
border-color: #9C84CD;
}
</style>