Shades of Cold Purple #9C8BBC
Tints of Cold Purple #9C8BBC
RGB
CMYK
RGB Variations
Color information
#9C8BBC (or 0x9C8BBC) is known color: Cold Purple. HEX triplet: 9C, 8B and BC. RGB value is (156,139,188). Sum of RGB (Red+Green+Blue) = 156+139+188=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BBC is #637443. Grayscale: #959595. Windows color (decimal): -6517828 or 12356508. OLE color: 12356508.
HSL color Cylindrical-coordinate representation of color #9C8BBC: hue angle of 260.82º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C8BBC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 139 | 188 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.26 |
| HSL | 260.82º | 0.27% | 0.64% | - |
| HSV(B) | 260.82º | 0.26% | 0.74% | - |
| XYZ | 32.02 | 29.16 | 51.52 | - |
| YUV | 149.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 188 | 0.17 | 0.26 | 0 | 0.26 | 260.82 | 0.27 | 0.64 |
| Hex | 9C | 8B | BC | 11 | 1A | 0 | 1A | 105 | 1B | 40 |
| Octal | 234 | 213 | 274 | 21 | 32 | 0 | 32 | 405 | 33 | 100 |
| Binary | 10011100 | 10001011 | 10111100 | 10001 | 11010 | 0 | 11010 | 100000101 | 11011 | 1000000 |
Color Harmonies of #9C8BBC
Complementary color
Monochromatic Colors of #9C8BBC
Black with #9C8BBC
Text Example
Text Example
White with #9C8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BBC; }
p { color: rgb(156,139,188); }
H1.HeaderClassName
{
color: #9C8BBC;
}
.AnyTagClassName
{
color: #9C8BBC;
}
</style>
background-color css
<style>
a { background-color: #9C8BBC; }
a { background-color: rgb(156,139,188); }
div.DivClassName
{
background-color: #9C8BBC;
}
.BgClassName
{
background-color: #9C8BBC;
}
</style>
border-color css
<style>
span { border-color: #9C8BBC; }
span { border-color: rgb(156,139,188); }
td.TdClassName
{
border-color: #9C8BBC;
}
.TagClassName
{
border-color: #9C8BBC;
}
</style>