Html Css Color HEX #917AAB Purple Mountain's Majesty
📋 copy color: '#917AAB'red 145 ◦ green 122 ◦ blue 171
Shades of Purple Mountain's Majesty #917AAB
Tints of Purple Mountain's Majesty #917AAB
RGB
CMYK
RGB Variations
Color information
#917AAB (or 0x917AAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7A and AB. RGB value is (145,122,171). Sum of RGB (Red+Green+Blue) = 145+122+171=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #917AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAB is #6E8554. Grayscale: #868686. Windows color (decimal): -7243093 or 11238033. OLE color: 11238033.
HSL color Cylindrical-coordinate representation of color #917AAB: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #917AAB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 122 | 171 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.33 |
| HSL | 268.16º | 0.23% | 0.57% | - |
| HSV(B) | 268.16º | 0.29% | 0.67% | - |
| XYZ | 25.99 | 22.88 | 41.57 | - |
| YUV | 134.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 171 | 0.15 | 0.29 | 0 | 0.33 | 268.16 | 0.23 | 0.57 |
| Hex | 91 | 7A | AB | F | 1D | 0 | 21 | 10C | 17 | 39 |
| Octal | 221 | 172 | 253 | 17 | 35 | 0 | 41 | 414 | 27 | 71 |
| Binary | 10010001 | 1111010 | 10101011 | 1111 | 11101 | 0 | 100001 | 100001100 | 10111 | 111001 |
Color Harmonies of #917AAB
Complementary color
Monochromatic Colors of #917AAB
Black with #917AAB
Text Example
Text Example
White with #917AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AAB; }
p { color: rgb(145,122,171); }
H1.HeaderClassName
{
color: #917AAB;
}
.AnyTagClassName
{
color: #917AAB;
}
</style>
background-color css
<style>
a { background-color: #917AAB; }
a { background-color: rgb(145,122,171); }
div.DivClassName
{
background-color: #917AAB;
}
.BgClassName
{
background-color: #917AAB;
}
</style>
border-color css
<style>
span { border-color: #917AAB; }
span { border-color: rgb(145,122,171); }
td.TdClassName
{
border-color: #917AAB;
}
.TagClassName
{
border-color: #917AAB;
}
</style>