Html Css Color HEX #976DB5 Purple Mountain's Majesty
📋 copy color: '#976DB5'red 151 ◦ green 109 ◦ blue 181
Shades of Purple Mountain's Majesty #976DB5
Tints of Purple Mountain's Majesty #976DB5
RGB
CMYK
RGB Variations
Color information
#976DB5 (or 0x976DB5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6D and B5. RGB value is (151,109,181). Sum of RGB (Red+Green+Blue) = 151+109+181=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #976DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DB5 is #68924A. Grayscale: #818181. Windows color (decimal): -6853195 or 11890071. OLE color: 11890071.
HSL color Cylindrical-coordinate representation of color #976DB5: hue angle of 275º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #976DB5 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 109 | 181 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.29 |
| HSL | 275º | 0.33% | 0.57% | - |
| HSV(B) | 275º | 0.4% | 0.71% | - |
| XYZ | 26.57 | 20.85 | 46.34 | - |
| YUV | 129.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 181 | 0.17 | 0.40 | 0 | 0.29 | 275 | 0.33 | 0.57 |
| Hex | 97 | 6D | B5 | 11 | 28 | 0 | 1D | 113 | 21 | 39 |
| Octal | 227 | 155 | 265 | 21 | 50 | 0 | 35 | 423 | 41 | 71 |
| Binary | 10010111 | 1101101 | 10110101 | 10001 | 101000 | 0 | 11101 | 100010011 | 100001 | 111001 |
Color Harmonies of #976DB5
Complementary color
Monochromatic Colors of #976DB5
Black with #976DB5
Text Example
Text Example
White with #976DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DB5; }
p { color: rgb(151,109,181); }
H1.HeaderClassName
{
color: #976DB5;
}
.AnyTagClassName
{
color: #976DB5;
}
</style>
background-color css
<style>
a { background-color: #976DB5; }
a { background-color: rgb(151,109,181); }
div.DivClassName
{
background-color: #976DB5;
}
.BgClassName
{
background-color: #976DB5;
}
</style>
border-color css
<style>
span { border-color: #976DB5; }
span { border-color: rgb(151,109,181); }
td.TdClassName
{
border-color: #976DB5;
}
.TagClassName
{
border-color: #976DB5;
}
</style>