Html Css Color HEX #9B7FAE Purple Mountain's Majesty
📋 copy color: '#9B7FAE'red 155 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #9B7FAE
Tints of Purple Mountain's Majesty #9B7FAE
RGB
CMYK
RGB Variations
Color information
#9B7FAE (or 0x9B7FAE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7F and AE. RGB value is (155,127,174). Sum of RGB (Red+Green+Blue) = 155+127+174=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7FAE is #648051. Grayscale: #8C8C8C. Windows color (decimal): -6586450 or 11435931. OLE color: 11435931.
HSL color Cylindrical-coordinate representation of color #9B7FAE: hue angle of 275.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7FAE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 127 | 174 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.32 |
| HSL | 275.74º | 0.22% | 0.59% | - |
| HSV(B) | 275.74º | 0.27% | 0.68% | - |
| XYZ | 28.75 | 25.2 | 43.39 | - |
| YUV | 140.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 174 | 0.11 | 0.27 | 0 | 0.32 | 275.74 | 0.22 | 0.59 |
| Hex | 9B | 7F | AE | B | 1B | 0 | 20 | 114 | 16 | 3B |
| Octal | 233 | 177 | 256 | 13 | 33 | 0 | 40 | 424 | 26 | 73 |
| Binary | 10011011 | 1111111 | 10101110 | 1011 | 11011 | 0 | 100000 | 100010100 | 10110 | 111011 |
Color Harmonies of #9B7FAE
Complementary color
Monochromatic Colors of #9B7FAE
Black with #9B7FAE
Text Example
Text Example
White with #9B7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7FAE; }
p { color: rgb(155,127,174); }
H1.HeaderClassName
{
color: #9B7FAE;
}
.AnyTagClassName
{
color: #9B7FAE;
}
</style>
background-color css
<style>
a { background-color: #9B7FAE; }
a { background-color: rgb(155,127,174); }
div.DivClassName
{
background-color: #9B7FAE;
}
.BgClassName
{
background-color: #9B7FAE;
}
</style>
border-color css
<style>
span { border-color: #9B7FAE; }
span { border-color: rgb(155,127,174); }
td.TdClassName
{
border-color: #9B7FAE;
}
.TagClassName
{
border-color: #9B7FAE;
}
</style>