Shades of Cold Purple #998DC6
Tints of Cold Purple #998DC6
RGB
CMYK
RGB Variations
Color information
#998DC6 (or 0x998DC6) is known color: Cold Purple. HEX triplet: 99, 8D and C6. RGB value is (153,141,198). Sum of RGB (Red+Green+Blue) = 153+141+198=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #998DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DC6 is #667239. Grayscale: #969696. Windows color (decimal): -6713914 or 13012377. OLE color: 13012377.
HSL color Cylindrical-coordinate representation of color #998DC6: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998DC6 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 141 | 198 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.22 |
| HSL | 252.63º | 0.33% | 0.66% | - |
| HSV(B) | 252.63º | 0.29% | 0.78% | - |
| XYZ | 32.85 | 29.9 | 57.47 | - |
| YUV | 151.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 198 | 0.23 | 0.29 | 0 | 0.22 | 252.63 | 0.33 | 0.66 |
| Hex | 99 | 8D | C6 | 17 | 1D | 0 | 16 | FD | 21 | 42 |
| Octal | 231 | 215 | 306 | 27 | 35 | 0 | 26 | 375 | 41 | 102 |
| Binary | 10011001 | 10001101 | 11000110 | 10111 | 11101 | 0 | 10110 | 11111101 | 100001 | 1000010 |
Color Harmonies of #998DC6
Complementary color
Monochromatic Colors of #998DC6
Black with #998DC6
Text Example
Text Example
White with #998DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DC6; }
p { color: rgb(153,141,198); }
H1.HeaderClassName
{
color: #998DC6;
}
.AnyTagClassName
{
color: #998DC6;
}
</style>
background-color css
<style>
a { background-color: #998DC6; }
a { background-color: rgb(153,141,198); }
div.DivClassName
{
background-color: #998DC6;
}
.BgClassName
{
background-color: #998DC6;
}
</style>
border-color css
<style>
span { border-color: #998DC6; }
span { border-color: rgb(153,141,198); }
td.TdClassName
{
border-color: #998DC6;
}
.TagClassName
{
border-color: #998DC6;
}
</style>