Shades of Cold Purple #998CAD
Tints of Cold Purple #998CAD
RGB
CMYK
RGB Variations
Color information
#998CAD (or 0x998CAD) is known color: Cold Purple. HEX triplet: 99, 8C and AD. RGB value is (153,140,173). Sum of RGB (Red+Green+Blue) = 153+140+173=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #998CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAD is #667352. Grayscale: #939393. Windows color (decimal): -6714195 or 11373721. OLE color: 11373721.
HSL color Cylindrical-coordinate representation of color #998CAD: hue angle of 263.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998CAD is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 140 | 173 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.32 |
| HSL | 263.64º | 0.17% | 0.61% | - |
| HSV(B) | 263.64º | 0.19% | 0.68% | - |
| XYZ | 30.06 | 28.55 | 43.46 | - |
| YUV | 147.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 173 | 0.12 | 0.19 | 0 | 0.32 | 263.64 | 0.17 | 0.61 |
| Hex | 99 | 8C | AD | C | 13 | 0 | 20 | 108 | 11 | 3D |
| Octal | 231 | 214 | 255 | 14 | 23 | 0 | 40 | 410 | 21 | 75 |
| Binary | 10011001 | 10001100 | 10101101 | 1100 | 10011 | 0 | 100000 | 100001000 | 10001 | 111101 |
Color Harmonies of #998CAD
Complementary color
Monochromatic Colors of #998CAD
Black with #998CAD
Text Example
Text Example
White with #998CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CAD; }
p { color: rgb(153,140,173); }
H1.HeaderClassName
{
color: #998CAD;
}
.AnyTagClassName
{
color: #998CAD;
}
</style>
background-color css
<style>
a { background-color: #998CAD; }
a { background-color: rgb(153,140,173); }
div.DivClassName
{
background-color: #998CAD;
}
.BgClassName
{
background-color: #998CAD;
}
</style>
border-color css
<style>
span { border-color: #998CAD; }
span { border-color: rgb(153,140,173); }
td.TdClassName
{
border-color: #998CAD;
}
.TagClassName
{
border-color: #998CAD;
}
</style>