Shades of Cold Purple #998EC6
Tints of Cold Purple #998EC6
RGB
CMYK
RGB Variations
Color information
#998EC6 (or 0x998EC6) is known color: Cold Purple. HEX triplet: 99, 8E and C6. RGB value is (153,142,198). Sum of RGB (Red+Green+Blue) = 153+142+198=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #998EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EC6 is #667139. Grayscale: #979797. Windows color (decimal): -6713658 or 13012633. OLE color: 13012633.
HSL color Cylindrical-coordinate representation of color #998EC6: hue angle of 251.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #998EC6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 142 | 198 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.22 |
| HSL | 251.79º | 0.33% | 0.67% | - |
| HSV(B) | 251.79º | 0.28% | 0.78% | - |
| XYZ | 33 | 30.2 | 57.51 | - |
| YUV | 151.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 198 | 0.23 | 0.28 | 0 | 0.22 | 251.79 | 0.33 | 0.67 |
| Hex | 99 | 8E | C6 | 17 | 1C | 0 | 16 | FC | 21 | 43 |
| Octal | 231 | 216 | 306 | 27 | 34 | 0 | 26 | 374 | 41 | 103 |
| Binary | 10011001 | 10001110 | 11000110 | 10111 | 11100 | 0 | 10110 | 11111100 | 100001 | 1000011 |
Color Harmonies of #998EC6
Complementary color
Monochromatic Colors of #998EC6
Black with #998EC6
Text Example
Text Example
White with #998EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EC6; }
p { color: rgb(153,142,198); }
H1.HeaderClassName
{
color: #998EC6;
}
.AnyTagClassName
{
color: #998EC6;
}
</style>
background-color css
<style>
a { background-color: #998EC6; }
a { background-color: rgb(153,142,198); }
div.DivClassName
{
background-color: #998EC6;
}
.BgClassName
{
background-color: #998EC6;
}
</style>
border-color css
<style>
span { border-color: #998EC6; }
span { border-color: rgb(153,142,198); }
td.TdClassName
{
border-color: #998EC6;
}
.TagClassName
{
border-color: #998EC6;
}
</style>