Shades of Cold Purple #998DAC
Tints of Cold Purple #998DAC
RGB
CMYK
RGB Variations
Color information
#998DAC (or 0x998DAC) is known color: Cold Purple. HEX triplet: 99, 8D and AC. RGB value is (153,141,172). Sum of RGB (Red+Green+Blue) = 153+141+172=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #998DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAC is #667253. Grayscale: #949494. Windows color (decimal): -6713940 or 11308441. OLE color: 11308441.
HSL color Cylindrical-coordinate representation of color #998DAC: hue angle of 263.23º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998DAC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 141 | 172 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.33 |
| HSL | 263.23º | 0.16% | 0.61% | - |
| HSV(B) | 263.23º | 0.18% | 0.67% | - |
| XYZ | 30.11 | 28.8 | 43 | - |
| YUV | 148.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 172 | 0.11 | 0.18 | 0 | 0.33 | 263.23 | 0.16 | 0.61 |
| Hex | 99 | 8D | AC | B | 12 | 0 | 21 | 107 | 10 | 3D |
| Octal | 231 | 215 | 254 | 13 | 22 | 0 | 41 | 407 | 20 | 75 |
| Binary | 10011001 | 10001101 | 10101100 | 1011 | 10010 | 0 | 100001 | 100000111 | 10000 | 111101 |
Color Harmonies of #998DAC
Complementary color
Monochromatic Colors of #998DAC
Black with #998DAC
Text Example
Text Example
White with #998DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DAC; }
p { color: rgb(153,141,172); }
H1.HeaderClassName
{
color: #998DAC;
}
.AnyTagClassName
{
color: #998DAC;
}
</style>
background-color css
<style>
a { background-color: #998DAC; }
a { background-color: rgb(153,141,172); }
div.DivClassName
{
background-color: #998DAC;
}
.BgClassName
{
background-color: #998DAC;
}
</style>
border-color css
<style>
span { border-color: #998DAC; }
span { border-color: rgb(153,141,172); }
td.TdClassName
{
border-color: #998DAC;
}
.TagClassName
{
border-color: #998DAC;
}
</style>