Shades of Cold Purple #998DCC
Tints of Cold Purple #998DCC
RGB
CMYK
RGB Variations
Color information
#998DCC (or 0x998DCC) is known color: Cold Purple. HEX triplet: 99, 8D and CC. RGB value is (153,141,204). Sum of RGB (Red+Green+Blue) = 153+141+204=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #998DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCC is #667233. Grayscale: #979797. Windows color (decimal): -6713908 or 13405593. OLE color: 13405593.
HSL color Cylindrical-coordinate representation of color #998DCC: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998DCC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 141 | 204 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.2 |
| HSL | 251.43º | 0.38% | 0.68% | - |
| HSV(B) | 251.43º | 0.31% | 0.8% | - |
| XYZ | 33.56 | 30.18 | 61.18 | - |
| YUV | 151.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 204 | 0.25 | 0.31 | 0 | 0.2 | 251.43 | 0.38 | 0.68 |
| Hex | 99 | 8D | CC | 19 | 1F | 0 | 14 | FB | 26 | 44 |
| Octal | 231 | 215 | 314 | 31 | 37 | 0 | 24 | 373 | 46 | 104 |
| Binary | 10011001 | 10001101 | 11001100 | 11001 | 11111 | 0 | 10100 | 11111011 | 100110 | 1000100 |
Color Harmonies of #998DCC
Complementary color
Monochromatic Colors of #998DCC
Black with #998DCC
Text Example
Text Example
White with #998DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DCC; }
p { color: rgb(153,141,204); }
H1.HeaderClassName
{
color: #998DCC;
}
.AnyTagClassName
{
color: #998DCC;
}
</style>
background-color css
<style>
a { background-color: #998DCC; }
a { background-color: rgb(153,141,204); }
div.DivClassName
{
background-color: #998DCC;
}
.BgClassName
{
background-color: #998DCC;
}
</style>
border-color css
<style>
span { border-color: #998DCC; }
span { border-color: rgb(153,141,204); }
td.TdClassName
{
border-color: #998DCC;
}
.TagClassName
{
border-color: #998DCC;
}
</style>