Shades of Cold Purple #998AAD
Tints of Cold Purple #998AAD
RGB
CMYK
RGB Variations
Color information
#998AAD (or 0x998AAD) is known color: Cold Purple. HEX triplet: 99, 8A and AD. RGB value is (153,138,173). Sum of RGB (Red+Green+Blue) = 153+138+173=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #998AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AAD is #667552. Grayscale: #929292. Windows color (decimal): -6714707 or 11373209. OLE color: 11373209.
HSL color Cylindrical-coordinate representation of color #998AAD: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998AAD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 138 | 173 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.32 |
| HSL | 265.71º | 0.18% | 0.61% | - |
| HSV(B) | 265.71º | 0.2% | 0.68% | - |
| XYZ | 29.77 | 27.97 | 43.36 | - |
| YUV | 146.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 173 | 0.12 | 0.20 | 0 | 0.32 | 265.71 | 0.18 | 0.61 |
| Hex | 99 | 8A | AD | C | 14 | 0 | 20 | 10A | 12 | 3D |
| Octal | 231 | 212 | 255 | 14 | 24 | 0 | 40 | 412 | 22 | 75 |
| Binary | 10011001 | 10001010 | 10101101 | 1100 | 10100 | 0 | 100000 | 100001010 | 10010 | 111101 |
Color Harmonies of #998AAD
Complementary color
Monochromatic Colors of #998AAD
Black with #998AAD
Text Example
Text Example
White with #998AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AAD; }
p { color: rgb(153,138,173); }
H1.HeaderClassName
{
color: #998AAD;
}
.AnyTagClassName
{
color: #998AAD;
}
</style>
background-color css
<style>
a { background-color: #998AAD; }
a { background-color: rgb(153,138,173); }
div.DivClassName
{
background-color: #998AAD;
}
.BgClassName
{
background-color: #998AAD;
}
</style>
border-color css
<style>
span { border-color: #998AAD; }
span { border-color: rgb(153,138,173); }
td.TdClassName
{
border-color: #998AAD;
}
.TagClassName
{
border-color: #998AAD;
}
</style>