Shades of Cold Purple #998DC9
Tints of Cold Purple #998DC9
RGB
CMYK
RGB Variations
Color information
#998DC9 (or 0x998DC9) is known color: Cold Purple. HEX triplet: 99, 8D and C9. RGB value is (153,141,201). Sum of RGB (Red+Green+Blue) = 153+141+201=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #998DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DC9 is #667236. Grayscale: #979797. Windows color (decimal): -6713911 or 13208985. OLE color: 13208985.
HSL color Cylindrical-coordinate representation of color #998DC9: hue angle of 252º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998DC9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 141 | 201 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.21 |
| HSL | 252º | 0.36% | 0.67% | - |
| HSV(B) | 252º | 0.3% | 0.79% | - |
| XYZ | 33.2 | 30.04 | 59.31 | - |
| YUV | 151.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 201 | 0.24 | 0.30 | 0 | 0.21 | 252 | 0.36 | 0.67 |
| Hex | 99 | 8D | C9 | 18 | 1E | 0 | 15 | FC | 24 | 43 |
| Octal | 231 | 215 | 311 | 30 | 36 | 0 | 25 | 374 | 44 | 103 |
| Binary | 10011001 | 10001101 | 11001001 | 11000 | 11110 | 0 | 10101 | 11111100 | 100100 | 1000011 |
Color Harmonies of #998DC9
Complementary color
Monochromatic Colors of #998DC9
Black with #998DC9
Text Example
Text Example
White with #998DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DC9; }
p { color: rgb(153,141,201); }
H1.HeaderClassName
{
color: #998DC9;
}
.AnyTagClassName
{
color: #998DC9;
}
</style>
background-color css
<style>
a { background-color: #998DC9; }
a { background-color: rgb(153,141,201); }
div.DivClassName
{
background-color: #998DC9;
}
.BgClassName
{
background-color: #998DC9;
}
</style>
border-color css
<style>
span { border-color: #998DC9; }
span { border-color: rgb(153,141,201); }
td.TdClassName
{
border-color: #998DC9;
}
.TagClassName
{
border-color: #998DC9;
}
</style>