Html Css Color HEX #907BAC Purple Mountain's Majesty
📋 copy color: '#907BAC'red 144 ◦ green 123 ◦ blue 172
Shades of Purple Mountain's Majesty #907BAC
Tints of Purple Mountain's Majesty #907BAC
RGB
CMYK
RGB Variations
Color information
#907BAC (or 0x907BAC) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7B and AC. RGB value is (144,123,172). Sum of RGB (Red+Green+Blue) = 144+123+172=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #907BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907BAC is #6F8453. Grayscale: #868686. Windows color (decimal): -7308372 or 11303824. OLE color: 11303824.
HSL color Cylindrical-coordinate representation of color #907BAC: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #907BAC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 123 | 172 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.33 |
| HSL | 265.71º | 0.23% | 0.58% | - |
| HSV(B) | 265.71º | 0.28% | 0.67% | - |
| XYZ | 26.03 | 23.07 | 42.11 | - |
| YUV | 134.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 172 | 0.16 | 0.28 | 0 | 0.33 | 265.71 | 0.23 | 0.58 |
| Hex | 90 | 7B | AC | 10 | 1C | 0 | 21 | 10A | 17 | 3A |
| Octal | 220 | 173 | 254 | 20 | 34 | 0 | 41 | 412 | 27 | 72 |
| Binary | 10010000 | 1111011 | 10101100 | 10000 | 11100 | 0 | 100001 | 100001010 | 10111 | 111010 |
Color Harmonies of #907BAC
Complementary color
Monochromatic Colors of #907BAC
Black with #907BAC
Text Example
Text Example
White with #907BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BAC; }
p { color: rgb(144,123,172); }
H1.HeaderClassName
{
color: #907BAC;
}
.AnyTagClassName
{
color: #907BAC;
}
</style>
background-color css
<style>
a { background-color: #907BAC; }
a { background-color: rgb(144,123,172); }
div.DivClassName
{
background-color: #907BAC;
}
.BgClassName
{
background-color: #907BAC;
}
</style>
border-color css
<style>
span { border-color: #907BAC; }
span { border-color: rgb(144,123,172); }
td.TdClassName
{
border-color: #907BAC;
}
.TagClassName
{
border-color: #907BAC;
}
</style>