Html Css Color HEX #9A7ABE Purple Mountain's Majesty
📋 copy color: '#9A7ABE'red 154 ◦ green 122 ◦ blue 190
Shades of Purple Mountain's Majesty #9A7ABE
Tints of Purple Mountain's Majesty #9A7ABE
RGB
CMYK
RGB Variations
Color information
#9A7ABE (or 0x9A7ABE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7A and BE. RGB value is (154,122,190). Sum of RGB (Red+Green+Blue) = 154+122+190=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ABE is #658541. Grayscale: #8B8B8B. Windows color (decimal): -6653250 or 12483226. OLE color: 12483226.
HSL color Cylindrical-coordinate representation of color #9A7ABE: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A7ABE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 122 | 190 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.25 |
| HSL | 268.24º | 0.34% | 0.61% | - |
| HSV(B) | 268.24º | 0.36% | 0.75% | - |
| XYZ | 29.58 | 24.51 | 51.89 | - |
| YUV | 139.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 190 | 0.19 | 0.36 | 0 | 0.25 | 268.24 | 0.34 | 0.61 |
| Hex | 9A | 7A | BE | 13 | 24 | 0 | 19 | 10C | 22 | 3D |
| Octal | 232 | 172 | 276 | 23 | 44 | 0 | 31 | 414 | 42 | 75 |
| Binary | 10011010 | 1111010 | 10111110 | 10011 | 100100 | 0 | 11001 | 100001100 | 100010 | 111101 |
Color Harmonies of #9A7ABE
Complementary color
Monochromatic Colors of #9A7ABE
Black with #9A7ABE
Text Example
Text Example
White with #9A7ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7ABE; }
p { color: rgb(154,122,190); }
H1.HeaderClassName
{
color: #9A7ABE;
}
.AnyTagClassName
{
color: #9A7ABE;
}
</style>
background-color css
<style>
a { background-color: #9A7ABE; }
a { background-color: rgb(154,122,190); }
div.DivClassName
{
background-color: #9A7ABE;
}
.BgClassName
{
background-color: #9A7ABE;
}
</style>
border-color css
<style>
span { border-color: #9A7ABE; }
span { border-color: rgb(154,122,190); }
td.TdClassName
{
border-color: #9A7ABE;
}
.TagClassName
{
border-color: #9A7ABE;
}
</style>