Html Css Color HEX #907EAA Purple Mountain's Majesty
📋 copy color: '#907EAA'red 144 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #907EAA
Tints of Purple Mountain's Majesty #907EAA
RGB
CMYK
RGB Variations
Color information
#907EAA (or 0x907EAA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7E and AA. RGB value is (144,126,170). Sum of RGB (Red+Green+Blue) = 144+126+170=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #907EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907EAA is #6F8155. Grayscale: #888888. Windows color (decimal): -7307606 or 11173520. OLE color: 11173520.
HSL color Cylindrical-coordinate representation of color #907EAA: hue angle of 264.55º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #907EAA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 126 | 170 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 264.55º | 0.21% | 0.58% | - |
| HSV(B) | 264.55º | 0.26% | 0.67% | - |
| XYZ | 26.22 | 23.75 | 41.23 | - |
| YUV | 136.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 170 | 0.15 | 0.26 | 0 | 0.33 | 264.55 | 0.21 | 0.58 |
| Hex | 90 | 7E | AA | F | 1A | 0 | 21 | 109 | 15 | 3A |
| Octal | 220 | 176 | 252 | 17 | 32 | 0 | 41 | 411 | 25 | 72 |
| Binary | 10010000 | 1111110 | 10101010 | 1111 | 11010 | 0 | 100001 | 100001001 | 10101 | 111010 |
Color Harmonies of #907EAA
Complementary color
Monochromatic Colors of #907EAA
Black with #907EAA
Text Example
Text Example
White with #907EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907EAA; }
p { color: rgb(144,126,170); }
H1.HeaderClassName
{
color: #907EAA;
}
.AnyTagClassName
{
color: #907EAA;
}
</style>
background-color css
<style>
a { background-color: #907EAA; }
a { background-color: rgb(144,126,170); }
div.DivClassName
{
background-color: #907EAA;
}
.BgClassName
{
background-color: #907EAA;
}
</style>
border-color css
<style>
span { border-color: #907EAA; }
span { border-color: rgb(144,126,170); }
td.TdClassName
{
border-color: #907EAA;
}
.TagClassName
{
border-color: #907EAA;
}
</style>