Html Css Color HEX #9E76BA Purple Mountain's Majesty
📋 copy color: '#9E76BA'red 158 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9E76BA
Tints of Purple Mountain's Majesty #9E76BA
RGB
CMYK
RGB Variations
Color information
#9E76BA (or 0x9E76BA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 76 and BA. RGB value is (158,118,186). Sum of RGB (Red+Green+Blue) = 158+118+186=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76BA is #618945. Grayscale: #898989. Windows color (decimal): -6392134 or 12220062. OLE color: 12220062.
HSL color Cylindrical-coordinate representation of color #9E76BA: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E76BA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 118 | 186 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.27 |
| HSL | 275.29º | 0.33% | 0.6% | - |
| HSV(B) | 275.29º | 0.37% | 0.73% | - |
| XYZ | 29.44 | 23.77 | 49.49 | - |
| YUV | 137.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 186 | 0.15 | 0.37 | 0 | 0.27 | 275.29 | 0.33 | 0.6 |
| Hex | 9E | 76 | BA | F | 25 | 0 | 1B | 113 | 21 | 3C |
| Octal | 236 | 166 | 272 | 17 | 45 | 0 | 33 | 423 | 41 | 74 |
| Binary | 10011110 | 1110110 | 10111010 | 1111 | 100101 | 0 | 11011 | 100010011 | 100001 | 111100 |
Color Harmonies of #9E76BA
Complementary color
Monochromatic Colors of #9E76BA
Black with #9E76BA
Text Example
Text Example
White with #9E76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76BA; }
p { color: rgb(158,118,186); }
H1.HeaderClassName
{
color: #9E76BA;
}
.AnyTagClassName
{
color: #9E76BA;
}
</style>
background-color css
<style>
a { background-color: #9E76BA; }
a { background-color: rgb(158,118,186); }
div.DivClassName
{
background-color: #9E76BA;
}
.BgClassName
{
background-color: #9E76BA;
}
</style>
border-color css
<style>
span { border-color: #9E76BA; }
span { border-color: rgb(158,118,186); }
td.TdClassName
{
border-color: #9E76BA;
}
.TagClassName
{
border-color: #9E76BA;
}
</style>