Shades of Cold Purple #9C82CC
Tints of Cold Purple #9C82CC
RGB
CMYK
RGB Variations
Color information
#9C82CC (or 0x9C82CC) is known color: Cold Purple. HEX triplet: 9C, 82 and CC. RGB value is (156,130,204). Sum of RGB (Red+Green+Blue) = 156+130+204=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82CC is #637D33. Grayscale: #919191. Windows color (decimal): -6520116 or 13402780. OLE color: 13402780.
HSL color Cylindrical-coordinate representation of color #9C82CC: hue angle of 261.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C82CC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 130 | 204 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.2 |
| HSL | 261.08º | 0.42% | 0.65% | - |
| HSV(B) | 261.08º | 0.36% | 0.8% | - |
| XYZ | 32.59 | 27.39 | 60.7 | - |
| YUV | 146.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 204 | 0.24 | 0.36 | 0 | 0.2 | 261.08 | 0.42 | 0.65 |
| Hex | 9C | 82 | CC | 18 | 24 | 0 | 14 | 105 | 2A | 41 |
| Octal | 234 | 202 | 314 | 30 | 44 | 0 | 24 | 405 | 52 | 101 |
| Binary | 10011100 | 10000010 | 11001100 | 11000 | 100100 | 0 | 10100 | 100000101 | 101010 | 1000001 |
Color Harmonies of #9C82CC
Complementary color
Monochromatic Colors of #9C82CC
Black with #9C82CC
Text Example
Text Example
White with #9C82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82CC; }
p { color: rgb(156,130,204); }
H1.HeaderClassName
{
color: #9C82CC;
}
.AnyTagClassName
{
color: #9C82CC;
}
</style>
background-color css
<style>
a { background-color: #9C82CC; }
a { background-color: rgb(156,130,204); }
div.DivClassName
{
background-color: #9C82CC;
}
.BgClassName
{
background-color: #9C82CC;
}
</style>
border-color css
<style>
span { border-color: #9C82CC; }
span { border-color: rgb(156,130,204); }
td.TdClassName
{
border-color: #9C82CC;
}
.TagClassName
{
border-color: #9C82CC;
}
</style>