Html Css Color HEX #916BB5 Purple Mountain's Majesty
📋 copy color: '#916BB5'red 145 ◦ green 107 ◦ blue 181
Shades of Purple Mountain's Majesty #916BB5
Tints of Purple Mountain's Majesty #916BB5
RGB
CMYK
RGB Variations
Color information
#916BB5 (or 0x916BB5) is known color: Purple Mountain's Majesty. HEX triplet: 91, 6B and B5. RGB value is (145,107,181). Sum of RGB (Red+Green+Blue) = 145+107+181=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #916BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BB5 is #6E944A. Grayscale: #7E7E7E. Windows color (decimal): -7246923 or 11889553. OLE color: 11889553.
HSL color Cylindrical-coordinate representation of color #916BB5: hue angle of 270.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #916BB5 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 107 | 181 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.29 |
| HSL | 270.81º | 0.33% | 0.56% | - |
| HSV(B) | 270.81º | 0.41% | 0.71% | - |
| XYZ | 25.28 | 19.87 | 46.22 | - |
| YUV | 126.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 181 | 0.20 | 0.41 | 0 | 0.29 | 270.81 | 0.33 | 0.56 |
| Hex | 91 | 6B | B5 | 14 | 29 | 0 | 1D | 10F | 21 | 38 |
| Octal | 221 | 153 | 265 | 24 | 51 | 0 | 35 | 417 | 41 | 70 |
| Binary | 10010001 | 1101011 | 10110101 | 10100 | 101001 | 0 | 11101 | 100001111 | 100001 | 111000 |
Color Harmonies of #916BB5
Complementary color
Monochromatic Colors of #916BB5
Black with #916BB5
Text Example
Text Example
White with #916BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BB5; }
p { color: rgb(145,107,181); }
H1.HeaderClassName
{
color: #916BB5;
}
.AnyTagClassName
{
color: #916BB5;
}
</style>
background-color css
<style>
a { background-color: #916BB5; }
a { background-color: rgb(145,107,181); }
div.DivClassName
{
background-color: #916BB5;
}
.BgClassName
{
background-color: #916BB5;
}
</style>
border-color css
<style>
span { border-color: #916BB5; }
span { border-color: rgb(145,107,181); }
td.TdClassName
{
border-color: #916BB5;
}
.TagClassName
{
border-color: #916BB5;
}
</style>