Html Css Color HEX #917AAC Purple Mountain's Majesty
📋 copy color: '#917AAC'red 145 ◦ green 122 ◦ blue 172
Shades of Purple Mountain's Majesty #917AAC
Tints of Purple Mountain's Majesty #917AAC
RGB
CMYK
RGB Variations
Color information
#917AAC (or 0x917AAC) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7A and AC. RGB value is (145,122,172). Sum of RGB (Red+Green+Blue) = 145+122+172=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #917AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAC is #6E8553. Grayscale: #868686. Windows color (decimal): -7243092 or 11303569. OLE color: 11303569.
HSL color Cylindrical-coordinate representation of color #917AAC: hue angle of 267.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #917AAC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 122 | 172 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.33 |
| HSL | 267.6º | 0.23% | 0.58% | - |
| HSV(B) | 267.6º | 0.29% | 0.67% | - |
| XYZ | 26.08 | 22.92 | 42.08 | - |
| YUV | 134.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 172 | 0.16 | 0.29 | 0 | 0.33 | 267.6 | 0.23 | 0.58 |
| Hex | 91 | 7A | AC | 10 | 1D | 0 | 21 | 10C | 17 | 3A |
| Octal | 221 | 172 | 254 | 20 | 35 | 0 | 41 | 414 | 27 | 72 |
| Binary | 10010001 | 1111010 | 10101100 | 10000 | 11101 | 0 | 100001 | 100001100 | 10111 | 111010 |
Color Harmonies of #917AAC
Complementary color
Monochromatic Colors of #917AAC
Black with #917AAC
Text Example
Text Example
White with #917AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AAC; }
p { color: rgb(145,122,172); }
H1.HeaderClassName
{
color: #917AAC;
}
.AnyTagClassName
{
color: #917AAC;
}
</style>
background-color css
<style>
a { background-color: #917AAC; }
a { background-color: rgb(145,122,172); }
div.DivClassName
{
background-color: #917AAC;
}
.BgClassName
{
background-color: #917AAC;
}
</style>
border-color css
<style>
span { border-color: #917AAC; }
span { border-color: rgb(145,122,172); }
td.TdClassName
{
border-color: #917AAC;
}
.TagClassName
{
border-color: #917AAC;
}
</style>