Html Css Color HEX #917FAA Purple Mountain's Majesty
📋 copy color: '#917FAA'red 145 ◦ green 127 ◦ blue 170
Shades of Purple Mountain's Majesty #917FAA
Tints of Purple Mountain's Majesty #917FAA
RGB
CMYK
RGB Variations
Color information
#917FAA (or 0x917FAA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7F and AA. RGB value is (145,127,170). Sum of RGB (Red+Green+Blue) = 145+127+170=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #917FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAA is #6E8055. Grayscale: #898989. Windows color (decimal): -7241814 or 11173777. OLE color: 11173777.
HSL color Cylindrical-coordinate representation of color #917FAA: hue angle of 265.12º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917FAA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 127 | 170 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.33 |
| HSL | 265.12º | 0.2% | 0.58% | - |
| HSV(B) | 265.12º | 0.25% | 0.67% | - |
| XYZ | 26.52 | 24.1 | 41.28 | - |
| YUV | 137.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 170 | 0.15 | 0.25 | 0 | 0.33 | 265.12 | 0.2 | 0.58 |
| Hex | 91 | 7F | AA | F | 19 | 0 | 21 | 109 | 14 | 3A |
| Octal | 221 | 177 | 252 | 17 | 31 | 0 | 41 | 411 | 24 | 72 |
| Binary | 10010001 | 1111111 | 10101010 | 1111 | 11001 | 0 | 100001 | 100001001 | 10100 | 111010 |
Color Harmonies of #917FAA
Complementary color
Monochromatic Colors of #917FAA
Black with #917FAA
Text Example
Text Example
White with #917FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FAA; }
p { color: rgb(145,127,170); }
H1.HeaderClassName
{
color: #917FAA;
}
.AnyTagClassName
{
color: #917FAA;
}
</style>
background-color css
<style>
a { background-color: #917FAA; }
a { background-color: rgb(145,127,170); }
div.DivClassName
{
background-color: #917FAA;
}
.BgClassName
{
background-color: #917FAA;
}
</style>
border-color css
<style>
span { border-color: #917FAA; }
span { border-color: rgb(145,127,170); }
td.TdClassName
{
border-color: #917FAA;
}
.TagClassName
{
border-color: #917FAA;
}
</style>