Shades of Cold Purple #9C83CE
Tints of Cold Purple #9C83CE
RGB
CMYK
RGB Variations
Color information
#9C83CE (or 0x9C83CE) is known color: Cold Purple. HEX triplet: 9C, 83 and CE. RGB value is (156,131,206). Sum of RGB (Red+Green+Blue) = 156+131+206=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83CE is #637C31. Grayscale: #929292. Windows color (decimal): -6519858 or 13534108. OLE color: 13534108.
HSL color Cylindrical-coordinate representation of color #9C83CE: hue angle of 260º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C83CE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 131 | 206 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.19 |
| HSL | 260º | 0.43% | 0.66% | - |
| HSV(B) | 260º | 0.36% | 0.81% | - |
| XYZ | 32.97 | 27.76 | 62.01 | - |
| YUV | 147.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 206 | 0.24 | 0.36 | 0 | 0.19 | 260 | 0.43 | 0.66 |
| Hex | 9C | 83 | CE | 18 | 24 | 0 | 13 | 104 | 2B | 42 |
| Octal | 234 | 203 | 316 | 30 | 44 | 0 | 23 | 404 | 53 | 102 |
| Binary | 10011100 | 10000011 | 11001110 | 11000 | 100100 | 0 | 10011 | 100000100 | 101011 | 1000010 |
Color Harmonies of #9C83CE
Complementary color
Monochromatic Colors of #9C83CE
Black with #9C83CE
Text Example
Text Example
White with #9C83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83CE; }
p { color: rgb(156,131,206); }
H1.HeaderClassName
{
color: #9C83CE;
}
.AnyTagClassName
{
color: #9C83CE;
}
</style>
background-color css
<style>
a { background-color: #9C83CE; }
a { background-color: rgb(156,131,206); }
div.DivClassName
{
background-color: #9C83CE;
}
.BgClassName
{
background-color: #9C83CE;
}
</style>
border-color css
<style>
span { border-color: #9C83CE; }
span { border-color: rgb(156,131,206); }
td.TdClassName
{
border-color: #9C83CE;
}
.TagClassName
{
border-color: #9C83CE;
}
</style>