Html Css Color HEX #9075AC Purple Mountain's Majesty
📋 copy color: '#9075AC'red 144 ◦ green 117 ◦ blue 172
Shades of Purple Mountain's Majesty #9075AC
Tints of Purple Mountain's Majesty #9075AC
RGB
CMYK
RGB Variations
Color information
#9075AC (or 0x9075AC) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and AC. RGB value is (144,117,172). Sum of RGB (Red+Green+Blue) = 144+117+172=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9075AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075AC is #6F8A53. Grayscale: #838383. Windows color (decimal): -7309908 or 11302288. OLE color: 11302288.
HSL color Cylindrical-coordinate representation of color #9075AC: hue angle of 269.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9075AC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 117 | 172 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.33 |
| HSL | 269.45º | 0.25% | 0.57% | - |
| HSV(B) | 269.45º | 0.32% | 0.67% | - |
| XYZ | 25.31 | 21.63 | 41.87 | - |
| YUV | 131.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 172 | 0.16 | 0.32 | 0 | 0.33 | 269.45 | 0.25 | 0.57 |
| Hex | 90 | 75 | AC | 10 | 20 | 0 | 21 | 10D | 19 | 39 |
| Octal | 220 | 165 | 254 | 20 | 40 | 0 | 41 | 415 | 31 | 71 |
| Binary | 10010000 | 1110101 | 10101100 | 10000 | 100000 | 0 | 100001 | 100001101 | 11001 | 111001 |
Color Harmonies of #9075AC
Complementary color
Monochromatic Colors of #9075AC
Black with #9075AC
Text Example
Text Example
White with #9075AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075AC; }
p { color: rgb(144,117,172); }
H1.HeaderClassName
{
color: #9075AC;
}
.AnyTagClassName
{
color: #9075AC;
}
</style>
background-color css
<style>
a { background-color: #9075AC; }
a { background-color: rgb(144,117,172); }
div.DivClassName
{
background-color: #9075AC;
}
.BgClassName
{
background-color: #9075AC;
}
</style>
border-color css
<style>
span { border-color: #9075AC; }
span { border-color: rgb(144,117,172); }
td.TdClassName
{
border-color: #9075AC;
}
.TagClassName
{
border-color: #9075AC;
}
</style>