Shades of Cold Purple #9989CA
Tints of Cold Purple #9989CA
RGB
CMYK
RGB Variations
Color information
#9989CA (or 0x9989CA) is known color: Cold Purple. HEX triplet: 99, 89 and CA. RGB value is (153,137,202). Sum of RGB (Red+Green+Blue) = 153+137+202=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #9989CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989CA is #667635. Grayscale: #949494. Windows color (decimal): -6714934 or 13273497. OLE color: 13273497.
HSL color Cylindrical-coordinate representation of color #9989CA: hue angle of 254.77º 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 #9989CA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 137 | 202 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.21 |
| HSL | 254.77º | 0.38% | 0.66% | - |
| HSV(B) | 254.77º | 0.32% | 0.79% | - |
| XYZ | 32.74 | 28.93 | 59.74 | - |
| YUV | 149.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 202 | 0.24 | 0.32 | 0 | 0.21 | 254.77 | 0.38 | 0.66 |
| Hex | 99 | 89 | CA | 18 | 20 | 0 | 15 | FF | 26 | 42 |
| Octal | 231 | 211 | 312 | 30 | 40 | 0 | 25 | 377 | 46 | 102 |
| Binary | 10011001 | 10001001 | 11001010 | 11000 | 100000 | 0 | 10101 | 11111111 | 100110 | 1000010 |
Color Harmonies of #9989CA
Complementary color
Monochromatic Colors of #9989CA
Black with #9989CA
Text Example
Text Example
White with #9989CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9989CA; }
p { color: rgb(153,137,202); }
H1.HeaderClassName
{
color: #9989CA;
}
.AnyTagClassName
{
color: #9989CA;
}
</style>
background-color css
<style>
a { background-color: #9989CA; }
a { background-color: rgb(153,137,202); }
div.DivClassName
{
background-color: #9989CA;
}
.BgClassName
{
background-color: #9989CA;
}
</style>
border-color css
<style>
span { border-color: #9989CA; }
span { border-color: rgb(153,137,202); }
td.TdClassName
{
border-color: #9989CA;
}
.TagClassName
{
border-color: #9989CA;
}
</style>