Shades of Cold Purple #998AD1
Tints of Cold Purple #998AD1
RGB
CMYK
RGB Variations
Color information
#998AD1 (or 0x998AD1) is known color: Cold Purple. HEX triplet: 99, 8A and D1. RGB value is (153,138,209). Sum of RGB (Red+Green+Blue) = 153+138+209=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #998AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998AD1 is #66752E. Grayscale: #969696. Windows color (decimal): -6714671 or 13732505. OLE color: 13732505.
HSL color Cylindrical-coordinate representation of color #998AD1: hue angle of 252.68º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998AD1 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 138 | 209 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.18 |
| HSL | 252.68º | 0.44% | 0.68% | - |
| HSV(B) | 252.68º | 0.34% | 0.82% | - |
| XYZ | 33.73 | 29.55 | 64.25 | - |
| YUV | 150.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 209 | 0.27 | 0.34 | 0 | 0.18 | 252.68 | 0.44 | 0.68 |
| Hex | 99 | 8A | D1 | 1B | 22 | 0 | 12 | FD | 2C | 44 |
| Octal | 231 | 212 | 321 | 33 | 42 | 0 | 22 | 375 | 54 | 104 |
| Binary | 10011001 | 10001010 | 11010001 | 11011 | 100010 | 0 | 10010 | 11111101 | 101100 | 1000100 |
Color Harmonies of #998AD1
Complementary color
Monochromatic Colors of #998AD1
Black with #998AD1
Text Example
Text Example
White with #998AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AD1; }
p { color: rgb(153,138,209); }
H1.HeaderClassName
{
color: #998AD1;
}
.AnyTagClassName
{
color: #998AD1;
}
</style>
background-color css
<style>
a { background-color: #998AD1; }
a { background-color: rgb(153,138,209); }
div.DivClassName
{
background-color: #998AD1;
}
.BgClassName
{
background-color: #998AD1;
}
</style>
border-color css
<style>
span { border-color: #998AD1; }
span { border-color: rgb(153,138,209); }
td.TdClassName
{
border-color: #998AD1;
}
.TagClassName
{
border-color: #998AD1;
}
</style>