Shades of Cold Purple #9C89BD
Tints of Cold Purple #9C89BD
RGB
CMYK
RGB Variations
Color information
#9C89BD (or 0x9C89BD) is known color: Cold Purple. HEX triplet: 9C, 89 and BD. RGB value is (156,137,189). Sum of RGB (Red+Green+Blue) = 156+137+189=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89BD is #637642. Grayscale: #949494. Windows color (decimal): -6518339 or 12421532. OLE color: 12421532.
HSL color Cylindrical-coordinate representation of color #9C89BD: hue angle of 261.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C89BD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 137 | 189 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.26 |
| HSL | 261.92º | 0.28% | 0.64% | - |
| HSV(B) | 261.92º | 0.28% | 0.74% | - |
| XYZ | 31.84 | 28.63 | 51.99 | - |
| YUV | 148.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 189 | 0.17 | 0.28 | 0 | 0.26 | 261.92 | 0.28 | 0.64 |
| Hex | 9C | 89 | BD | 11 | 1C | 0 | 1A | 106 | 1C | 40 |
| Octal | 234 | 211 | 275 | 21 | 34 | 0 | 32 | 406 | 34 | 100 |
| Binary | 10011100 | 10001001 | 10111101 | 10001 | 11100 | 0 | 11010 | 100000110 | 11100 | 1000000 |
Color Harmonies of #9C89BD
Complementary color
Monochromatic Colors of #9C89BD
Black with #9C89BD
Text Example
Text Example
White with #9C89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C89BD; }
p { color: rgb(156,137,189); }
H1.HeaderClassName
{
color: #9C89BD;
}
.AnyTagClassName
{
color: #9C89BD;
}
</style>
background-color css
<style>
a { background-color: #9C89BD; }
a { background-color: rgb(156,137,189); }
div.DivClassName
{
background-color: #9C89BD;
}
.BgClassName
{
background-color: #9C89BD;
}
</style>
border-color css
<style>
span { border-color: #9C89BD; }
span { border-color: rgb(156,137,189); }
td.TdClassName
{
border-color: #9C89BD;
}
.TagClassName
{
border-color: #9C89BD;
}
</style>