Shades of Cold Purple #9C89CA
Tints of Cold Purple #9C89CA
RGB
CMYK
RGB Variations
Color information
#9C89CA (or 0x9C89CA) is known color: Cold Purple. HEX triplet: 9C, 89 and CA. RGB value is (156,137,202). Sum of RGB (Red+Green+Blue) = 156+137+202=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89CA is #637635. Grayscale: #959595. Windows color (decimal): -6518326 or 13273500. OLE color: 13273500.
HSL color Cylindrical-coordinate representation of color #9C89CA: hue angle of 257.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C89CA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 137 | 202 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.21 |
| HSL | 257.54º | 0.38% | 0.66% | - |
| HSV(B) | 257.54º | 0.32% | 0.79% | - |
| XYZ | 33.32 | 29.22 | 59.76 | - |
| YUV | 150.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 202 | 0.23 | 0.32 | 0 | 0.21 | 257.54 | 0.38 | 0.66 |
| Hex | 9C | 89 | CA | 17 | 20 | 0 | 15 | 102 | 26 | 42 |
| Octal | 234 | 211 | 312 | 27 | 40 | 0 | 25 | 402 | 46 | 102 |
| Binary | 10011100 | 10001001 | 11001010 | 10111 | 100000 | 0 | 10101 | 100000010 | 100110 | 1000010 |
Color Harmonies of #9C89CA
Complementary color
Monochromatic Colors of #9C89CA
Black with #9C89CA
Text Example
Text Example
White with #9C89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C89CA; }
p { color: rgb(156,137,202); }
H1.HeaderClassName
{
color: #9C89CA;
}
.AnyTagClassName
{
color: #9C89CA;
}
</style>
background-color css
<style>
a { background-color: #9C89CA; }
a { background-color: rgb(156,137,202); }
div.DivClassName
{
background-color: #9C89CA;
}
.BgClassName
{
background-color: #9C89CA;
}
</style>
border-color css
<style>
span { border-color: #9C89CA; }
span { border-color: rgb(156,137,202); }
td.TdClassName
{
border-color: #9C89CA;
}
.TagClassName
{
border-color: #9C89CA;
}
</style>