Html Css Color HEX #9071AF Purple Mountain's Majesty
📋 copy color: '#9071AF'red 144 ◦ green 113 ◦ blue 175
Shades of Purple Mountain's Majesty #9071AF
Tints of Purple Mountain's Majesty #9071AF
RGB
CMYK
RGB Variations
Color information
#9071AF (or 0x9071AF) is known color: Purple Mountain's Majesty. HEX triplet: 90, 71 and AF. RGB value is (144,113,175). Sum of RGB (Red+Green+Blue) = 144+113+175=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #9071AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9071AF is #6F8E50. Grayscale: #818181. Windows color (decimal): -7310929 or 11497872. OLE color: 11497872.
HSL color Cylindrical-coordinate representation of color #9071AF: hue angle of 270º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9071AF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 113 | 175 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.31 |
| HSL | 270º | 0.28% | 0.56% | - |
| HSV(B) | 270º | 0.35% | 0.69% | - |
| XYZ | 25.14 | 20.83 | 43.25 | - |
| YUV | 129.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 175 | 0.18 | 0.35 | 0 | 0.31 | 270 | 0.28 | 0.56 |
| Hex | 90 | 71 | AF | 12 | 23 | 0 | 1F | 10E | 1C | 38 |
| Octal | 220 | 161 | 257 | 22 | 43 | 0 | 37 | 416 | 34 | 70 |
| Binary | 10010000 | 1110001 | 10101111 | 10010 | 100011 | 0 | 11111 | 100001110 | 11100 | 111000 |
Color Harmonies of #9071AF
Complementary color
Monochromatic Colors of #9071AF
Black with #9071AF
Text Example
Text Example
White with #9071AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9071AF; }
p { color: rgb(144,113,175); }
H1.HeaderClassName
{
color: #9071AF;
}
.AnyTagClassName
{
color: #9071AF;
}
</style>
background-color css
<style>
a { background-color: #9071AF; }
a { background-color: rgb(144,113,175); }
div.DivClassName
{
background-color: #9071AF;
}
.BgClassName
{
background-color: #9071AF;
}
</style>
border-color css
<style>
span { border-color: #9071AF; }
span { border-color: rgb(144,113,175); }
td.TdClassName
{
border-color: #9071AF;
}
.TagClassName
{
border-color: #9071AF;
}
</style>