Html Css Color HEX #976EBA Purple Mountain's Majesty
📋 copy color: '#976EBA'red 151 ◦ green 110 ◦ blue 186
Shades of Purple Mountain's Majesty #976EBA
Tints of Purple Mountain's Majesty #976EBA
RGB
CMYK
RGB Variations
Color information
#976EBA (or 0x976EBA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6E and BA. RGB value is (151,110,186). Sum of RGB (Red+Green+Blue) = 151+110+186=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #976EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBA is #689145. Grayscale: #828282. Windows color (decimal): -6852934 or 12218007. OLE color: 12218007.
HSL color Cylindrical-coordinate representation of color #976EBA: hue angle of 272.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #976EBA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 110 | 186 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.27 |
| HSL | 272.37º | 0.36% | 0.58% | - |
| HSV(B) | 272.37º | 0.41% | 0.73% | - |
| XYZ | 27.2 | 21.28 | 49.13 | - |
| YUV | 130.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 186 | 0.19 | 0.41 | 0 | 0.27 | 272.37 | 0.36 | 0.58 |
| Hex | 97 | 6E | BA | 13 | 29 | 0 | 1B | 110 | 24 | 3A |
| Octal | 227 | 156 | 272 | 23 | 51 | 0 | 33 | 420 | 44 | 72 |
| Binary | 10010111 | 1101110 | 10111010 | 10011 | 101001 | 0 | 11011 | 100010000 | 100100 | 111010 |
Color Harmonies of #976EBA
Complementary color
Monochromatic Colors of #976EBA
Black with #976EBA
Text Example
Text Example
White with #976EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EBA; }
p { color: rgb(151,110,186); }
H1.HeaderClassName
{
color: #976EBA;
}
.AnyTagClassName
{
color: #976EBA;
}
</style>
background-color css
<style>
a { background-color: #976EBA; }
a { background-color: rgb(151,110,186); }
div.DivClassName
{
background-color: #976EBA;
}
.BgClassName
{
background-color: #976EBA;
}
</style>
border-color css
<style>
span { border-color: #976EBA; }
span { border-color: rgb(151,110,186); }
td.TdClassName
{
border-color: #976EBA;
}
.TagClassName
{
border-color: #976EBA;
}
</style>