Html Css Color HEX #9081AC Purple Mountain's Majesty
📋 copy color: '#9081AC'red 144 ◦ green 129 ◦ blue 172
Shades of Purple Mountain's Majesty #9081AC
Tints of Purple Mountain's Majesty #9081AC
RGB
CMYK
RGB Variations
Color information
#9081AC (or 0x9081AC) is known color: Purple Mountain's Majesty. HEX triplet: 90, 81 and AC. RGB value is (144,129,172). Sum of RGB (Red+Green+Blue) = 144+129+172=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #9081AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9081AC is #6F7E53. Grayscale: #8A8A8A. Windows color (decimal): -7306836 or 11305360. OLE color: 11305360.
HSL color Cylindrical-coordinate representation of color #9081AC: hue angle of 260.93º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9081AC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 129 | 172 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.33 |
| HSL | 260.93º | 0.21% | 0.59% | - |
| HSV(B) | 260.93º | 0.25% | 0.67% | - |
| XYZ | 26.8 | 24.61 | 42.37 | - |
| YUV | 138.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 172 | 0.16 | 0.25 | 0 | 0.33 | 260.93 | 0.21 | 0.59 |
| Hex | 90 | 81 | AC | 10 | 19 | 0 | 21 | 105 | 15 | 3B |
| Octal | 220 | 201 | 254 | 20 | 31 | 0 | 41 | 405 | 25 | 73 |
| Binary | 10010000 | 10000001 | 10101100 | 10000 | 11001 | 0 | 100001 | 100000101 | 10101 | 111011 |
Color Harmonies of #9081AC
Complementary color
Monochromatic Colors of #9081AC
Black with #9081AC
Text Example
Text Example
White with #9081AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081AC; }
p { color: rgb(144,129,172); }
H1.HeaderClassName
{
color: #9081AC;
}
.AnyTagClassName
{
color: #9081AC;
}
</style>
background-color css
<style>
a { background-color: #9081AC; }
a { background-color: rgb(144,129,172); }
div.DivClassName
{
background-color: #9081AC;
}
.BgClassName
{
background-color: #9081AC;
}
</style>
border-color css
<style>
span { border-color: #9081AC; }
span { border-color: rgb(144,129,172); }
td.TdClassName
{
border-color: #9081AC;
}
.TagClassName
{
border-color: #9081AC;
}
</style>