Html Css Color HEX #9177AF Purple Mountain's Majesty
📋 copy color: '#9177AF'red 145 ◦ green 119 ◦ blue 175
Shades of Purple Mountain's Majesty #9177AF
Tints of Purple Mountain's Majesty #9177AF
RGB
CMYK
RGB Variations
Color information
#9177AF (or 0x9177AF) is known color: Purple Mountain's Majesty. HEX triplet: 91, 77 and AF. RGB value is (145,119,175). Sum of RGB (Red+Green+Blue) = 145+119+175=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #9177AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9177AF is #6E8850. Grayscale: #848484. Windows color (decimal): -7243857 or 11499409. OLE color: 11499409.
HSL color Cylindrical-coordinate representation of color #9177AF: hue angle of 267.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9177AF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 119 | 175 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.31 |
| HSL | 267.86º | 0.26% | 0.58% | - |
| HSV(B) | 267.86º | 0.32% | 0.69% | - |
| XYZ | 26.01 | 22.31 | 43.49 | - |
| YUV | 133.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 175 | 0.17 | 0.32 | 0 | 0.31 | 267.86 | 0.26 | 0.58 |
| Hex | 91 | 77 | AF | 11 | 20 | 0 | 1F | 10C | 1A | 3A |
| Octal | 221 | 167 | 257 | 21 | 40 | 0 | 37 | 414 | 32 | 72 |
| Binary | 10010001 | 1110111 | 10101111 | 10001 | 100000 | 0 | 11111 | 100001100 | 11010 | 111010 |
Color Harmonies of #9177AF
Complementary color
Monochromatic Colors of #9177AF
Black with #9177AF
Text Example
Text Example
White with #9177AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177AF; }
p { color: rgb(145,119,175); }
H1.HeaderClassName
{
color: #9177AF;
}
.AnyTagClassName
{
color: #9177AF;
}
</style>
background-color css
<style>
a { background-color: #9177AF; }
a { background-color: rgb(145,119,175); }
div.DivClassName
{
background-color: #9177AF;
}
.BgClassName
{
background-color: #9177AF;
}
</style>
border-color css
<style>
span { border-color: #9177AF; }
span { border-color: rgb(145,119,175); }
td.TdClassName
{
border-color: #9177AF;
}
.TagClassName
{
border-color: #9177AF;
}
</style>