Html Css Color HEX #917AAF Purple Mountain's Majesty
📋 copy color: '#917AAF'red 145 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #917AAF
Tints of Purple Mountain's Majesty #917AAF
RGB
CMYK
RGB Variations
Color information
#917AAF (or 0x917AAF) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7A and AF. RGB value is (145,122,175). Sum of RGB (Red+Green+Blue) = 145+122+175=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #917AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAF is #6E8550. Grayscale: #868686. Windows color (decimal): -7243089 or 11500177. OLE color: 11500177.
HSL color Cylindrical-coordinate representation of color #917AAF: hue angle of 266.04º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917AAF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 122 | 175 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.31 |
| HSL | 266.04º | 0.25% | 0.58% | - |
| HSV(B) | 266.04º | 0.3% | 0.69% | - |
| XYZ | 26.37 | 23.03 | 43.61 | - |
| YUV | 134.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 175 | 0.17 | 0.30 | 0 | 0.31 | 266.04 | 0.25 | 0.58 |
| Hex | 91 | 7A | AF | 11 | 1E | 0 | 1F | 10A | 19 | 3A |
| Octal | 221 | 172 | 257 | 21 | 36 | 0 | 37 | 412 | 31 | 72 |
| Binary | 10010001 | 1111010 | 10101111 | 10001 | 11110 | 0 | 11111 | 100001010 | 11001 | 111010 |
Color Harmonies of #917AAF
Complementary color
Monochromatic Colors of #917AAF
Black with #917AAF
Text Example
Text Example
White with #917AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AAF; }
p { color: rgb(145,122,175); }
H1.HeaderClassName
{
color: #917AAF;
}
.AnyTagClassName
{
color: #917AAF;
}
</style>
background-color css
<style>
a { background-color: #917AAF; }
a { background-color: rgb(145,122,175); }
div.DivClassName
{
background-color: #917AAF;
}
.BgClassName
{
background-color: #917AAF;
}
</style>
border-color css
<style>
span { border-color: #917AAF; }
span { border-color: rgb(145,122,175); }
td.TdClassName
{
border-color: #917AAF;
}
.TagClassName
{
border-color: #917AAF;
}
</style>