Html Css Color HEX #976DB4 Purple Mountain's Majesty
📋 copy color: '#976DB4'red 151 ◦ green 109 ◦ blue 180
Shades of Purple Mountain's Majesty #976DB4
Tints of Purple Mountain's Majesty #976DB4
RGB
CMYK
RGB Variations
Color information
#976DB4 (or 0x976DB4) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6D and B4. RGB value is (151,109,180). Sum of RGB (Red+Green+Blue) = 151+109+180=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #976DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DB4 is #68924B. Grayscale: #818181. Windows color (decimal): -6853196 or 11824535. OLE color: 11824535.
HSL color Cylindrical-coordinate representation of color #976DB4: hue angle of 275.49º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #976DB4 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 109 | 180 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.29 |
| HSL | 275.49º | 0.32% | 0.57% | - |
| HSV(B) | 275.49º | 0.39% | 0.71% | - |
| XYZ | 26.47 | 20.81 | 45.8 | - |
| YUV | 129.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 180 | 0.16 | 0.39 | 0 | 0.29 | 275.49 | 0.32 | 0.57 |
| Hex | 97 | 6D | B4 | 10 | 27 | 0 | 1D | 113 | 20 | 39 |
| Octal | 227 | 155 | 264 | 20 | 47 | 0 | 35 | 423 | 40 | 71 |
| Binary | 10010111 | 1101101 | 10110100 | 10000 | 100111 | 0 | 11101 | 100010011 | 100000 | 111001 |
Color Harmonies of #976DB4
Complementary color
Monochromatic Colors of #976DB4
Black with #976DB4
Text Example
Text Example
White with #976DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DB4; }
p { color: rgb(151,109,180); }
H1.HeaderClassName
{
color: #976DB4;
}
.AnyTagClassName
{
color: #976DB4;
}
</style>
background-color css
<style>
a { background-color: #976DB4; }
a { background-color: rgb(151,109,180); }
div.DivClassName
{
background-color: #976DB4;
}
.BgClassName
{
background-color: #976DB4;
}
</style>
border-color css
<style>
span { border-color: #976DB4; }
span { border-color: rgb(151,109,180); }
td.TdClassName
{
border-color: #976DB4;
}
.TagClassName
{
border-color: #976DB4;
}
</style>