Html Css Color HEX #9A7EBF Purple Mountain's Majesty
📋 copy color: '#9A7EBF'red 154 ◦ green 126 ◦ blue 191
Shades of Purple Mountain's Majesty #9A7EBF
Tints of Purple Mountain's Majesty #9A7EBF
RGB
CMYK
RGB Variations
Color information
#9A7EBF (or 0x9A7EBF) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7E and BF. RGB value is (154,126,191). Sum of RGB (Red+Green+Blue) = 154+126+191=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EBF is #658140. Grayscale: #8D8D8D. Windows color (decimal): -6652225 or 12549786. OLE color: 12549786.
HSL color Cylindrical-coordinate representation of color #9A7EBF: hue angle of 265.85º degrees, saturation: 0.34, 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 #9A7EBF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 126 | 191 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.25 |
| HSL | 265.85º | 0.34% | 0.62% | - |
| HSV(B) | 265.85º | 0.34% | 0.75% | - |
| XYZ | 30.19 | 25.55 | 52.63 | - |
| YUV | 141.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 191 | 0.19 | 0.34 | 0 | 0.25 | 265.85 | 0.34 | 0.62 |
| Hex | 9A | 7E | BF | 13 | 22 | 0 | 19 | 10A | 22 | 3E |
| Octal | 232 | 176 | 277 | 23 | 42 | 0 | 31 | 412 | 42 | 76 |
| Binary | 10011010 | 1111110 | 10111111 | 10011 | 100010 | 0 | 11001 | 100001010 | 100010 | 111110 |
Color Harmonies of #9A7EBF
Complementary color
Monochromatic Colors of #9A7EBF
Black with #9A7EBF
Text Example
Text Example
White with #9A7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EBF; }
p { color: rgb(154,126,191); }
H1.HeaderClassName
{
color: #9A7EBF;
}
.AnyTagClassName
{
color: #9A7EBF;
}
</style>
background-color css
<style>
a { background-color: #9A7EBF; }
a { background-color: rgb(154,126,191); }
div.DivClassName
{
background-color: #9A7EBF;
}
.BgClassName
{
background-color: #9A7EBF;
}
</style>
border-color css
<style>
span { border-color: #9A7EBF; }
span { border-color: rgb(154,126,191); }
td.TdClassName
{
border-color: #9A7EBF;
}
.TagClassName
{
border-color: #9A7EBF;
}
</style>