Shades of Cold Purple #998DC2
Tints of Cold Purple #998DC2
RGB
CMYK
RGB Variations
Color information
#998DC2 (or 0x998DC2) is known color: Cold Purple. HEX triplet: 99, 8D and C2. RGB value is (153,141,194). Sum of RGB (Red+Green+Blue) = 153+141+194=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #998DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DC2 is #66723D. Grayscale: #969696. Windows color (decimal): -6713918 or 12750233. OLE color: 12750233.
HSL color Cylindrical-coordinate representation of color #998DC2: hue angle of 253.58º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998DC2 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 141 | 194 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.24 |
| HSL | 253.58º | 0.3% | 0.66% | - |
| HSV(B) | 253.58º | 0.27% | 0.76% | - |
| XYZ | 32.4 | 29.72 | 55.07 | - |
| YUV | 150.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 194 | 0.21 | 0.27 | 0 | 0.24 | 253.58 | 0.3 | 0.66 |
| Hex | 99 | 8D | C2 | 15 | 1B | 0 | 18 | FE | 1E | 42 |
| Octal | 231 | 215 | 302 | 25 | 33 | 0 | 30 | 376 | 36 | 102 |
| Binary | 10011001 | 10001101 | 11000010 | 10101 | 11011 | 0 | 11000 | 11111110 | 11110 | 1000010 |
Color Harmonies of #998DC2
Complementary color
Monochromatic Colors of #998DC2
Black with #998DC2
Text Example
Text Example
White with #998DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DC2; }
p { color: rgb(153,141,194); }
H1.HeaderClassName
{
color: #998DC2;
}
.AnyTagClassName
{
color: #998DC2;
}
</style>
background-color css
<style>
a { background-color: #998DC2; }
a { background-color: rgb(153,141,194); }
div.DivClassName
{
background-color: #998DC2;
}
.BgClassName
{
background-color: #998DC2;
}
</style>
border-color css
<style>
span { border-color: #998DC2; }
span { border-color: rgb(153,141,194); }
td.TdClassName
{
border-color: #998DC2;
}
.TagClassName
{
border-color: #998DC2;
}
</style>