Html Css Color HEX #907FA9 Purple Mountain's Majesty
📋 copy color: '#907FA9'red 144 ◦ green 127 ◦ blue 169
Shades of Purple Mountain's Majesty #907FA9
Tints of Purple Mountain's Majesty #907FA9
RGB
CMYK
RGB Variations
Color information
#907FA9 (or 0x907FA9) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7F and A9. RGB value is (144,127,169). Sum of RGB (Red+Green+Blue) = 144+127+169=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #907FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907FA9 is #6F8056. Grayscale: #888888. Windows color (decimal): -7307351 or 11108240. OLE color: 11108240.
HSL color Cylindrical-coordinate representation of color #907FA9: hue angle of 264.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #907FA9 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 127 | 169 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.34 |
| HSL | 264.29º | 0.2% | 0.58% | - |
| HSV(B) | 264.29º | 0.25% | 0.66% | - |
| XYZ | 26.25 | 23.97 | 40.78 | - |
| YUV | 136.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 169 | 0.15 | 0.25 | 0 | 0.34 | 264.29 | 0.2 | 0.58 |
| Hex | 90 | 7F | A9 | F | 19 | 0 | 22 | 108 | 14 | 3A |
| Octal | 220 | 177 | 251 | 17 | 31 | 0 | 42 | 410 | 24 | 72 |
| Binary | 10010000 | 1111111 | 10101001 | 1111 | 11001 | 0 | 100010 | 100001000 | 10100 | 111010 |
Color Harmonies of #907FA9
Complementary color
Monochromatic Colors of #907FA9
Black with #907FA9
Text Example
Text Example
White with #907FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FA9; }
p { color: rgb(144,127,169); }
H1.HeaderClassName
{
color: #907FA9;
}
.AnyTagClassName
{
color: #907FA9;
}
</style>
background-color css
<style>
a { background-color: #907FA9; }
a { background-color: rgb(144,127,169); }
div.DivClassName
{
background-color: #907FA9;
}
.BgClassName
{
background-color: #907FA9;
}
</style>
border-color css
<style>
span { border-color: #907FA9; }
span { border-color: rgb(144,127,169); }
td.TdClassName
{
border-color: #907FA9;
}
.TagClassName
{
border-color: #907FA9;
}
</style>