Shades of Cold Purple #9984CA
Tints of Cold Purple #9984CA
RGB
CMYK
RGB Variations
Color information
#9984CA (or 0x9984CA) is known color: Cold Purple. HEX triplet: 99, 84 and CA. RGB value is (153,132,202). Sum of RGB (Red+Green+Blue) = 153+132+202=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9984CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984CA is #667B35. Grayscale: #929292. Windows color (decimal): -6716214 or 13272217. OLE color: 13272217.
HSL color Cylindrical-coordinate representation of color #9984CA: hue angle of 258º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9984CA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 132 | 202 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.21 |
| HSL | 258º | 0.4% | 0.65% | - |
| HSV(B) | 258º | 0.35% | 0.79% | - |
| XYZ | 32.05 | 27.54 | 59.5 | - |
| YUV | 146.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 202 | 0.24 | 0.35 | 0 | 0.21 | 258 | 0.4 | 0.65 |
| Hex | 99 | 84 | CA | 18 | 23 | 0 | 15 | 102 | 28 | 41 |
| Octal | 231 | 204 | 312 | 30 | 43 | 0 | 25 | 402 | 50 | 101 |
| Binary | 10011001 | 10000100 | 11001010 | 11000 | 100011 | 0 | 10101 | 100000010 | 101000 | 1000001 |
Color Harmonies of #9984CA
Complementary color
Monochromatic Colors of #9984CA
Black with #9984CA
Text Example
Text Example
White with #9984CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984CA; }
p { color: rgb(153,132,202); }
H1.HeaderClassName
{
color: #9984CA;
}
.AnyTagClassName
{
color: #9984CA;
}
</style>
background-color css
<style>
a { background-color: #9984CA; }
a { background-color: rgb(153,132,202); }
div.DivClassName
{
background-color: #9984CA;
}
.BgClassName
{
background-color: #9984CA;
}
</style>
border-color css
<style>
span { border-color: #9984CA; }
span { border-color: rgb(153,132,202); }
td.TdClassName
{
border-color: #9984CA;
}
.TagClassName
{
border-color: #9984CA;
}
</style>