Html Css Color HEX #916DB3 Purple Mountain's Majesty
📋 copy color: '#916DB3'red 145 ◦ green 109 ◦ blue 179
Shades of Purple Mountain's Majesty #916DB3
Tints of Purple Mountain's Majesty #916DB3
RGB
CMYK
RGB Variations
Color information
#916DB3 (or 0x916DB3) is known color: Purple Mountain's Majesty. HEX triplet: 91, 6D and B3. RGB value is (145,109,179). Sum of RGB (Red+Green+Blue) = 145+109+179=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #916DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DB3 is #6E924C. Grayscale: #7F7F7F. Windows color (decimal): -7246413 or 11758993. OLE color: 11758993.
HSL color Cylindrical-coordinate representation of color #916DB3: hue angle of 270.86º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916DB3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 109 | 179 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.30 |
| HSL | 270.86º | 0.32% | 0.56% | - |
| HSV(B) | 270.86º | 0.39% | 0.7% | - |
| XYZ | 25.28 | 20.21 | 45.22 | - |
| YUV | 127.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 179 | 0.19 | 0.39 | 0 | 0.30 | 270.86 | 0.32 | 0.56 |
| Hex | 91 | 6D | B3 | 13 | 27 | 0 | 1E | 10F | 20 | 38 |
| Octal | 221 | 155 | 263 | 23 | 47 | 0 | 36 | 417 | 40 | 70 |
| Binary | 10010001 | 1101101 | 10110011 | 10011 | 100111 | 0 | 11110 | 100001111 | 100000 | 111000 |
Color Harmonies of #916DB3
Complementary color
Monochromatic Colors of #916DB3
Black with #916DB3
Text Example
Text Example
White with #916DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DB3; }
p { color: rgb(145,109,179); }
H1.HeaderClassName
{
color: #916DB3;
}
.AnyTagClassName
{
color: #916DB3;
}
</style>
background-color css
<style>
a { background-color: #916DB3; }
a { background-color: rgb(145,109,179); }
div.DivClassName
{
background-color: #916DB3;
}
.BgClassName
{
background-color: #916DB3;
}
</style>
border-color css
<style>
span { border-color: #916DB3; }
span { border-color: rgb(145,109,179); }
td.TdClassName
{
border-color: #916DB3;
}
.TagClassName
{
border-color: #916DB3;
}
</style>