Html Css Color HEX #9A7EBE Purple Mountain's Majesty
📋 copy color: '#9A7EBE'red 154 ◦ green 126 ◦ blue 190
Shades of Purple Mountain's Majesty #9A7EBE
Tints of Purple Mountain's Majesty #9A7EBE
RGB
CMYK
RGB Variations
Color information
#9A7EBE (or 0x9A7EBE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7E and BE. RGB value is (154,126,190). Sum of RGB (Red+Green+Blue) = 154+126+190=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EBE is #658141. Grayscale: #8D8D8D. Windows color (decimal): -6652226 or 12484250. OLE color: 12484250.
HSL color Cylindrical-coordinate representation of color #9A7EBE: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A7EBE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 126 | 190 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.25 |
| HSL | 266.25º | 0.33% | 0.62% | - |
| HSV(B) | 266.25º | 0.34% | 0.75% | - |
| XYZ | 30.08 | 25.51 | 52.05 | - |
| YUV | 141.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 190 | 0.19 | 0.34 | 0 | 0.25 | 266.25 | 0.33 | 0.62 |
| Hex | 9A | 7E | BE | 13 | 22 | 0 | 19 | 10A | 21 | 3E |
| Octal | 232 | 176 | 276 | 23 | 42 | 0 | 31 | 412 | 41 | 76 |
| Binary | 10011010 | 1111110 | 10111110 | 10011 | 100010 | 0 | 11001 | 100001010 | 100001 | 111110 |
Color Harmonies of #9A7EBE
Complementary color
Monochromatic Colors of #9A7EBE
Black with #9A7EBE
Text Example
Text Example
White with #9A7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EBE; }
p { color: rgb(154,126,190); }
H1.HeaderClassName
{
color: #9A7EBE;
}
.AnyTagClassName
{
color: #9A7EBE;
}
</style>
background-color css
<style>
a { background-color: #9A7EBE; }
a { background-color: rgb(154,126,190); }
div.DivClassName
{
background-color: #9A7EBE;
}
.BgClassName
{
background-color: #9A7EBE;
}
</style>
border-color css
<style>
span { border-color: #9A7EBE; }
span { border-color: rgb(154,126,190); }
td.TdClassName
{
border-color: #9A7EBE;
}
.TagClassName
{
border-color: #9A7EBE;
}
</style>