Html Css Color HEX #917BB7 Purple Mountain's Majesty
📋 copy color: '#917BB7'red 145 ◦ green 123 ◦ blue 183
Shades of Purple Mountain's Majesty #917BB7
Tints of Purple Mountain's Majesty #917BB7
RGB
CMYK
RGB Variations
Color information
#917BB7 (or 0x917BB7) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7B and B7. RGB value is (145,123,183). Sum of RGB (Red+Green+Blue) = 145+123+183=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: blue. Hex color #917BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BB7 is #6E8448. Grayscale: #888888. Windows color (decimal): -7242825 or 12024721. OLE color: 12024721.
HSL color Cylindrical-coordinate representation of color #917BB7: hue angle of 262º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917BB7 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 123 | 183 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.28 |
| HSL | 262º | 0.29% | 0.6% | - |
| HSV(B) | 262º | 0.33% | 0.72% | - |
| XYZ | 27.31 | 23.6 | 47.92 | - |
| YUV | 136.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 183 | 0.21 | 0.33 | 0 | 0.28 | 262 | 0.29 | 0.6 |
| Hex | 91 | 7B | B7 | 15 | 21 | 0 | 1C | 106 | 1D | 3C |
| Octal | 221 | 173 | 267 | 25 | 41 | 0 | 34 | 406 | 35 | 74 |
| Binary | 10010001 | 1111011 | 10110111 | 10101 | 100001 | 0 | 11100 | 100000110 | 11101 | 111100 |
Color Harmonies of #917BB7
Complementary color
Monochromatic Colors of #917BB7
Black with #917BB7
Text Example
Text Example
White with #917BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BB7; }
p { color: rgb(145,123,183); }
H1.HeaderClassName
{
color: #917BB7;
}
.AnyTagClassName
{
color: #917BB7;
}
</style>
background-color css
<style>
a { background-color: #917BB7; }
a { background-color: rgb(145,123,183); }
div.DivClassName
{
background-color: #917BB7;
}
.BgClassName
{
background-color: #917BB7;
}
</style>
border-color css
<style>
span { border-color: #917BB7; }
span { border-color: rgb(145,123,183); }
td.TdClassName
{
border-color: #917BB7;
}
.TagClassName
{
border-color: #917BB7;
}
</style>