Html Css Color HEX #916BB7 Purple Mountain's Majesty
📋 copy color: '#916BB7'red 145 ◦ green 107 ◦ blue 183
Shades of Purple Mountain's Majesty #916BB7
Tints of Purple Mountain's Majesty #916BB7
RGB
CMYK
RGB Variations
Color information
#916BB7 (or 0x916BB7) is known color: Purple Mountain's Majesty. HEX triplet: 91, 6B and B7. RGB value is (145,107,183). Sum of RGB (Red+Green+Blue) = 145+107+183=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #916BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BB7 is #6E9448. Grayscale: #7E7E7E. Windows color (decimal): -7246921 or 12020625. OLE color: 12020625.
HSL color Cylindrical-coordinate representation of color #916BB7: hue angle of 270º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #916BB7 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 107 | 183 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.28 |
| HSL | 270º | 0.35% | 0.57% | - |
| HSV(B) | 270º | 0.42% | 0.72% | - |
| XYZ | 25.48 | 19.95 | 47.31 | - |
| YUV | 127.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 183 | 0.21 | 0.42 | 0 | 0.28 | 270 | 0.35 | 0.57 |
| Hex | 91 | 6B | B7 | 15 | 2A | 0 | 1C | 10E | 23 | 39 |
| Octal | 221 | 153 | 267 | 25 | 52 | 0 | 34 | 416 | 43 | 71 |
| Binary | 10010001 | 1101011 | 10110111 | 10101 | 101010 | 0 | 11100 | 100001110 | 100011 | 111001 |
Color Harmonies of #916BB7
Complementary color
Monochromatic Colors of #916BB7
Black with #916BB7
Text Example
Text Example
White with #916BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BB7; }
p { color: rgb(145,107,183); }
H1.HeaderClassName
{
color: #916BB7;
}
.AnyTagClassName
{
color: #916BB7;
}
</style>
background-color css
<style>
a { background-color: #916BB7; }
a { background-color: rgb(145,107,183); }
div.DivClassName
{
background-color: #916BB7;
}
.BgClassName
{
background-color: #916BB7;
}
</style>
border-color css
<style>
span { border-color: #916BB7; }
span { border-color: rgb(145,107,183); }
td.TdClassName
{
border-color: #916BB7;
}
.TagClassName
{
border-color: #916BB7;
}
</style>