Html Css Color HEX #907BAB Purple Mountain's Majesty
📋 copy color: '#907BAB'red 144 ◦ green 123 ◦ blue 171
Shades of Purple Mountain's Majesty #907BAB
Tints of Purple Mountain's Majesty #907BAB
RGB
CMYK
RGB Variations
Color information
#907BAB (or 0x907BAB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7B and AB. RGB value is (144,123,171). Sum of RGB (Red+Green+Blue) = 144+123+171=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #907BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907BAB is #6F8454. Grayscale: #868686. Windows color (decimal): -7308373 or 11238288. OLE color: 11238288.
HSL color Cylindrical-coordinate representation of color #907BAB: hue angle of 266.25º degrees, saturation: 0.22, 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 #907BAB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 123 | 171 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.33 |
| HSL | 266.25º | 0.22% | 0.58% | - |
| HSV(B) | 266.25º | 0.28% | 0.67% | - |
| XYZ | 25.94 | 23.04 | 41.61 | - |
| YUV | 134.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 171 | 0.16 | 0.28 | 0 | 0.33 | 266.25 | 0.22 | 0.58 |
| Hex | 90 | 7B | AB | 10 | 1C | 0 | 21 | 10A | 16 | 3A |
| Octal | 220 | 173 | 253 | 20 | 34 | 0 | 41 | 412 | 26 | 72 |
| Binary | 10010000 | 1111011 | 10101011 | 10000 | 11100 | 0 | 100001 | 100001010 | 10110 | 111010 |
Color Harmonies of #907BAB
Complementary color
Monochromatic Colors of #907BAB
Black with #907BAB
Text Example
Text Example
White with #907BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BAB; }
p { color: rgb(144,123,171); }
H1.HeaderClassName
{
color: #907BAB;
}
.AnyTagClassName
{
color: #907BAB;
}
</style>
background-color css
<style>
a { background-color: #907BAB; }
a { background-color: rgb(144,123,171); }
div.DivClassName
{
background-color: #907BAB;
}
.BgClassName
{
background-color: #907BAB;
}
</style>
border-color css
<style>
span { border-color: #907BAB; }
span { border-color: rgb(144,123,171); }
td.TdClassName
{
border-color: #907BAB;
}
.TagClassName
{
border-color: #907BAB;
}
</style>