Html Css Color HEX #916DB6 Purple Mountain's Majesty
📋 copy color: '#916DB6'red 145 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #916DB6
Tints of Purple Mountain's Majesty #916DB6
RGB
CMYK
RGB Variations
Color information
#916DB6 (or 0x916DB6) is known color: Purple Mountain's Majesty. HEX triplet: 91, 6D and B6. RGB value is (145,109,182). Sum of RGB (Red+Green+Blue) = 145+109+182=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #916DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DB6 is #6E9249. Grayscale: #7F7F7F. Windows color (decimal): -7246410 or 11955601. OLE color: 11955601.
HSL color Cylindrical-coordinate representation of color #916DB6: hue angle of 269.59º 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 #916DB6 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 109 | 182 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.29 |
| HSL | 269.59º | 0.33% | 0.57% | - |
| HSV(B) | 269.59º | 0.4% | 0.71% | - |
| XYZ | 25.59 | 20.33 | 46.83 | - |
| YUV | 128.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 182 | 0.20 | 0.40 | 0 | 0.29 | 269.59 | 0.33 | 0.57 |
| Hex | 91 | 6D | B6 | 14 | 28 | 0 | 1D | 10E | 21 | 39 |
| Octal | 221 | 155 | 266 | 24 | 50 | 0 | 35 | 416 | 41 | 71 |
| Binary | 10010001 | 1101101 | 10110110 | 10100 | 101000 | 0 | 11101 | 100001110 | 100001 | 111001 |
Color Harmonies of #916DB6
Complementary color
Monochromatic Colors of #916DB6
Black with #916DB6
Text Example
Text Example
White with #916DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DB6; }
p { color: rgb(145,109,182); }
H1.HeaderClassName
{
color: #916DB6;
}
.AnyTagClassName
{
color: #916DB6;
}
</style>
background-color css
<style>
a { background-color: #916DB6; }
a { background-color: rgb(145,109,182); }
div.DivClassName
{
background-color: #916DB6;
}
.BgClassName
{
background-color: #916DB6;
}
</style>
border-color css
<style>
span { border-color: #916DB6; }
span { border-color: rgb(145,109,182); }
td.TdClassName
{
border-color: #916DB6;
}
.TagClassName
{
border-color: #916DB6;
}
</style>