Html Css Color HEX #9075AF Purple Mountain's Majesty
📋 copy color: '#9075AF'red 144 ◦ green 117 ◦ blue 175
Shades of Purple Mountain's Majesty #9075AF
Tints of Purple Mountain's Majesty #9075AF
RGB
CMYK
RGB Variations
Color information
#9075AF (or 0x9075AF) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and AF. RGB value is (144,117,175). Sum of RGB (Red+Green+Blue) = 144+117+175=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075AF is #6F8A50. Grayscale: #838383. Windows color (decimal): -7309905 or 11498896. OLE color: 11498896.
HSL color Cylindrical-coordinate representation of color #9075AF: hue angle of 267.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9075AF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 117 | 175 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.31 |
| HSL | 267.93º | 0.27% | 0.57% | - |
| HSV(B) | 267.93º | 0.33% | 0.69% | - |
| XYZ | 25.6 | 21.75 | 43.41 | - |
| YUV | 131.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 175 | 0.18 | 0.33 | 0 | 0.31 | 267.93 | 0.27 | 0.57 |
| Hex | 90 | 75 | AF | 12 | 21 | 0 | 1F | 10C | 1B | 39 |
| Octal | 220 | 165 | 257 | 22 | 41 | 0 | 37 | 414 | 33 | 71 |
| Binary | 10010000 | 1110101 | 10101111 | 10010 | 100001 | 0 | 11111 | 100001100 | 11011 | 111001 |
Color Harmonies of #9075AF
Complementary color
Monochromatic Colors of #9075AF
Black with #9075AF
Text Example
Text Example
White with #9075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075AF; }
p { color: rgb(144,117,175); }
H1.HeaderClassName
{
color: #9075AF;
}
.AnyTagClassName
{
color: #9075AF;
}
</style>
background-color css
<style>
a { background-color: #9075AF; }
a { background-color: rgb(144,117,175); }
div.DivClassName
{
background-color: #9075AF;
}
.BgClassName
{
background-color: #9075AF;
}
</style>
border-color css
<style>
span { border-color: #9075AF; }
span { border-color: rgb(144,117,175); }
td.TdClassName
{
border-color: #9075AF;
}
.TagClassName
{
border-color: #9075AF;
}
</style>