Shades of Cold Purple #998DCA
Tints of Cold Purple #998DCA
RGB
CMYK
RGB Variations
Color information
#998DCA (or 0x998DCA) is known color: Cold Purple. HEX triplet: 99, 8D and CA. RGB value is (153,141,202). Sum of RGB (Red+Green+Blue) = 153+141+202=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #998DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCA is #667235. Grayscale: #979797. Windows color (decimal): -6713910 or 13274521. OLE color: 13274521.
HSL color Cylindrical-coordinate representation of color #998DCA: hue angle of 251.8º degrees, saturation: 0.37, 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 #998DCA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 141 | 202 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.21 |
| HSL | 251.8º | 0.37% | 0.67% | - |
| HSV(B) | 251.8º | 0.3% | 0.79% | - |
| XYZ | 33.32 | 30.09 | 59.93 | - |
| YUV | 151.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 202 | 0.24 | 0.30 | 0 | 0.21 | 251.8 | 0.37 | 0.67 |
| Hex | 99 | 8D | CA | 18 | 1E | 0 | 15 | FC | 25 | 43 |
| Octal | 231 | 215 | 312 | 30 | 36 | 0 | 25 | 374 | 45 | 103 |
| Binary | 10011001 | 10001101 | 11001010 | 11000 | 11110 | 0 | 10101 | 11111100 | 100101 | 1000011 |
Color Harmonies of #998DCA
Complementary color
Monochromatic Colors of #998DCA
Black with #998DCA
Text Example
Text Example
White with #998DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DCA; }
p { color: rgb(153,141,202); }
H1.HeaderClassName
{
color: #998DCA;
}
.AnyTagClassName
{
color: #998DCA;
}
</style>
background-color css
<style>
a { background-color: #998DCA; }
a { background-color: rgb(153,141,202); }
div.DivClassName
{
background-color: #998DCA;
}
.BgClassName
{
background-color: #998DCA;
}
</style>
border-color css
<style>
span { border-color: #998DCA; }
span { border-color: rgb(153,141,202); }
td.TdClassName
{
border-color: #998DCA;
}
.TagClassName
{
border-color: #998DCA;
}
</style>