Html Css Color HEX #9E7BBA Purple Mountain's Majesty
📋 copy color: '#9E7BBA'red 158 ◦ green 123 ◦ blue 186
Shades of Purple Mountain's Majesty #9E7BBA
Tints of Purple Mountain's Majesty #9E7BBA
RGB
CMYK
RGB Variations
Color information
#9E7BBA (or 0x9E7BBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7B and BA. RGB value is (158,123,186). Sum of RGB (Red+Green+Blue) = 158+123+186=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BBA is #618445. Grayscale: #8C8C8C. Windows color (decimal): -6390854 or 12221342. OLE color: 12221342.
HSL color Cylindrical-coordinate representation of color #9E7BBA: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7BBA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 123 | 186 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.27 |
| HSL | 273.33º | 0.31% | 0.61% | - |
| HSV(B) | 273.33º | 0.34% | 0.73% | - |
| XYZ | 30.05 | 24.98 | 49.69 | - |
| YUV | 140.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 186 | 0.15 | 0.34 | 0 | 0.27 | 273.33 | 0.31 | 0.61 |
| Hex | 9E | 7B | BA | F | 22 | 0 | 1B | 111 | 1F | 3D |
| Octal | 236 | 173 | 272 | 17 | 42 | 0 | 33 | 421 | 37 | 75 |
| Binary | 10011110 | 1111011 | 10111010 | 1111 | 100010 | 0 | 11011 | 100010001 | 11111 | 111101 |
Color Harmonies of #9E7BBA
Complementary color
Monochromatic Colors of #9E7BBA
Black with #9E7BBA
Text Example
Text Example
White with #9E7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BBA; }
p { color: rgb(158,123,186); }
H1.HeaderClassName
{
color: #9E7BBA;
}
.AnyTagClassName
{
color: #9E7BBA;
}
</style>
background-color css
<style>
a { background-color: #9E7BBA; }
a { background-color: rgb(158,123,186); }
div.DivClassName
{
background-color: #9E7BBA;
}
.BgClassName
{
background-color: #9E7BBA;
}
</style>
border-color css
<style>
span { border-color: #9E7BBA; }
span { border-color: rgb(158,123,186); }
td.TdClassName
{
border-color: #9E7BBA;
}
.TagClassName
{
border-color: #9E7BBA;
}
</style>