Html Css Color HEX #907DAE Purple Mountain's Majesty
📋 copy color: '#907DAE'red 144 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #907DAE
Tints of Purple Mountain's Majesty #907DAE
RGB
CMYK
RGB Variations
Color information
#907DAE (or 0x907DAE) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7D and AE. RGB value is (144,125,174). Sum of RGB (Red+Green+Blue) = 144+125+174=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #907DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907DAE is #6F8251. Grayscale: #888888. Windows color (decimal): -7307858 or 11435408. OLE color: 11435408.
HSL color Cylindrical-coordinate representation of color #907DAE: hue angle of 263.27º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #907DAE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 125 | 174 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.32 |
| HSL | 263.27º | 0.23% | 0.59% | - |
| HSV(B) | 263.27º | 0.28% | 0.68% | - |
| XYZ | 26.48 | 23.65 | 43.21 | - |
| YUV | 136.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 174 | 0.17 | 0.28 | 0 | 0.32 | 263.27 | 0.23 | 0.59 |
| Hex | 90 | 7D | AE | 11 | 1C | 0 | 20 | 107 | 17 | 3B |
| Octal | 220 | 175 | 256 | 21 | 34 | 0 | 40 | 407 | 27 | 73 |
| Binary | 10010000 | 1111101 | 10101110 | 10001 | 11100 | 0 | 100000 | 100000111 | 10111 | 111011 |
Color Harmonies of #907DAE
Complementary color
Monochromatic Colors of #907DAE
Black with #907DAE
Text Example
Text Example
White with #907DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DAE; }
p { color: rgb(144,125,174); }
H1.HeaderClassName
{
color: #907DAE;
}
.AnyTagClassName
{
color: #907DAE;
}
</style>
background-color css
<style>
a { background-color: #907DAE; }
a { background-color: rgb(144,125,174); }
div.DivClassName
{
background-color: #907DAE;
}
.BgClassName
{
background-color: #907DAE;
}
</style>
border-color css
<style>
span { border-color: #907DAE; }
span { border-color: rgb(144,125,174); }
td.TdClassName
{
border-color: #907DAE;
}
.TagClassName
{
border-color: #907DAE;
}
</style>