Shades of Cold Purple #9C83BB
Tints of Cold Purple #9C83BB
RGB
CMYK
RGB Variations
Color information
#9C83BB (or 0x9C83BB) is known color: Cold Purple. HEX triplet: 9C, 83 and BB. RGB value is (156,131,187). Sum of RGB (Red+Green+Blue) = 156+131+187=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83BB is #637C44. Grayscale: #909090. Windows color (decimal): -6519877 or 12288924. OLE color: 12288924.
HSL color Cylindrical-coordinate representation of color #9C83BB: hue angle of 266.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C83BB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 131 | 187 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.27 |
| HSL | 266.79º | 0.29% | 0.62% | - |
| HSV(B) | 266.79º | 0.3% | 0.73% | - |
| XYZ | 30.8 | 26.89 | 50.58 | - |
| YUV | 144.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 187 | 0.17 | 0.30 | 0 | 0.27 | 266.79 | 0.29 | 0.62 |
| Hex | 9C | 83 | BB | 11 | 1E | 0 | 1B | 10B | 1D | 3E |
| Octal | 234 | 203 | 273 | 21 | 36 | 0 | 33 | 413 | 35 | 76 |
| Binary | 10011100 | 10000011 | 10111011 | 10001 | 11110 | 0 | 11011 | 100001011 | 11101 | 111110 |
Color Harmonies of #9C83BB
Complementary color
Monochromatic Colors of #9C83BB
Black with #9C83BB
Text Example
Text Example
White with #9C83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83BB; }
p { color: rgb(156,131,187); }
H1.HeaderClassName
{
color: #9C83BB;
}
.AnyTagClassName
{
color: #9C83BB;
}
</style>
background-color css
<style>
a { background-color: #9C83BB; }
a { background-color: rgb(156,131,187); }
div.DivClassName
{
background-color: #9C83BB;
}
.BgClassName
{
background-color: #9C83BB;
}
</style>
border-color css
<style>
span { border-color: #9C83BB; }
span { border-color: rgb(156,131,187); }
td.TdClassName
{
border-color: #9C83BB;
}
.TagClassName
{
border-color: #9C83BB;
}
</style>