Html Css Color HEX #998AAB Purple Mountain's Majesty
📋 copy color: '#998AAB'red 153 ◦ green 138 ◦ blue 171
Shades of Purple Mountain's Majesty #998AAB
Tints of Purple Mountain's Majesty #998AAB
RGB
CMYK
RGB Variations
Color information
#998AAB (or 0x998AAB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 8A and AB. RGB value is (153,138,171). Sum of RGB (Red+Green+Blue) = 153+138+171=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #998AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AAB is #667554. Grayscale: #929292. Windows color (decimal): -6714709 or 11242137. OLE color: 11242137.
HSL color Cylindrical-coordinate representation of color #998AAB: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998AAB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 138 | 171 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 267.27º | 0.16% | 0.61% | - |
| HSV(B) | 267.27º | 0.19% | 0.67% | - |
| XYZ | 29.58 | 27.89 | 42.35 | - |
| YUV | 146.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 171 | 0.11 | 0.19 | 0 | 0.33 | 267.27 | 0.16 | 0.61 |
| Hex | 99 | 8A | AB | B | 13 | 0 | 21 | 10B | 10 | 3D |
| Octal | 231 | 212 | 253 | 13 | 23 | 0 | 41 | 413 | 20 | 75 |
| Binary | 10011001 | 10001010 | 10101011 | 1011 | 10011 | 0 | 100001 | 100001011 | 10000 | 111101 |
Color Harmonies of #998AAB
Complementary color
Monochromatic Colors of #998AAB
Black with #998AAB
Text Example
Text Example
White with #998AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AAB; }
p { color: rgb(153,138,171); }
H1.HeaderClassName
{
color: #998AAB;
}
.AnyTagClassName
{
color: #998AAB;
}
</style>
background-color css
<style>
a { background-color: #998AAB; }
a { background-color: rgb(153,138,171); }
div.DivClassName
{
background-color: #998AAB;
}
.BgClassName
{
background-color: #998AAB;
}
</style>
border-color css
<style>
span { border-color: #998AAB; }
span { border-color: rgb(153,138,171); }
td.TdClassName
{
border-color: #998AAB;
}
.TagClassName
{
border-color: #998AAB;
}
</style>