Shades of Cold Purple #9C8BBD
Tints of Cold Purple #9C8BBD
RGB
CMYK
RGB Variations
Color information
#9C8BBD (or 0x9C8BBD) is known color: Cold Purple. HEX triplet: 9C, 8B and BD. RGB value is (156,139,189). Sum of RGB (Red+Green+Blue) = 156+139+189=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C8BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BBD is #637442. Grayscale: #959595. Windows color (decimal): -6517827 or 12422044. OLE color: 12422044.
HSL color Cylindrical-coordinate representation of color #9C8BBD: hue angle of 260.4º 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 #9C8BBD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 139 | 189 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.26 |
| HSL | 260.4º | 0.27% | 0.64% | - |
| HSV(B) | 260.4º | 0.26% | 0.74% | - |
| XYZ | 32.13 | 29.21 | 52.09 | - |
| YUV | 149.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 189 | 0.17 | 0.26 | 0 | 0.26 | 260.4 | 0.27 | 0.64 |
| Hex | 9C | 8B | BD | 11 | 1A | 0 | 1A | 104 | 1B | 40 |
| Octal | 234 | 213 | 275 | 21 | 32 | 0 | 32 | 404 | 33 | 100 |
| Binary | 10011100 | 10001011 | 10111101 | 10001 | 11010 | 0 | 11010 | 100000100 | 11011 | 1000000 |
Color Harmonies of #9C8BBD
Complementary color
Monochromatic Colors of #9C8BBD
Black with #9C8BBD
Text Example
Text Example
White with #9C8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BBD; }
p { color: rgb(156,139,189); }
H1.HeaderClassName
{
color: #9C8BBD;
}
.AnyTagClassName
{
color: #9C8BBD;
}
</style>
background-color css
<style>
a { background-color: #9C8BBD; }
a { background-color: rgb(156,139,189); }
div.DivClassName
{
background-color: #9C8BBD;
}
.BgClassName
{
background-color: #9C8BBD;
}
</style>
border-color css
<style>
span { border-color: #9C8BBD; }
span { border-color: rgb(156,139,189); }
td.TdClassName
{
border-color: #9C8BBD;
}
.TagClassName
{
border-color: #9C8BBD;
}
</style>