Html Css Color HEX #917BAD Purple Mountain's Majesty
📋 copy color: '#917BAD'red 145 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #917BAD
Tints of Purple Mountain's Majesty #917BAD
RGB
CMYK
RGB Variations
Color information
#917BAD (or 0x917BAD) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7B and AD. RGB value is (145,123,173). Sum of RGB (Red+Green+Blue) = 145+123+173=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #917BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BAD is #6E8452. Grayscale: #878787. Windows color (decimal): -7242835 or 11369361. OLE color: 11369361.
HSL color Cylindrical-coordinate representation of color #917BAD: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #917BAD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 123 | 173 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.32 |
| HSL | 266.4º | 0.23% | 0.58% | - |
| HSV(B) | 266.4º | 0.29% | 0.68% | - |
| XYZ | 26.3 | 23.2 | 42.63 | - |
| YUV | 135.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 173 | 0.16 | 0.29 | 0 | 0.32 | 266.4 | 0.23 | 0.58 |
| Hex | 91 | 7B | AD | 10 | 1D | 0 | 20 | 10A | 17 | 3A |
| Octal | 221 | 173 | 255 | 20 | 35 | 0 | 40 | 412 | 27 | 72 |
| Binary | 10010001 | 1111011 | 10101101 | 10000 | 11101 | 0 | 100000 | 100001010 | 10111 | 111010 |
Color Harmonies of #917BAD
Complementary color
Monochromatic Colors of #917BAD
Black with #917BAD
Text Example
Text Example
White with #917BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BAD; }
p { color: rgb(145,123,173); }
H1.HeaderClassName
{
color: #917BAD;
}
.AnyTagClassName
{
color: #917BAD;
}
</style>
background-color css
<style>
a { background-color: #917BAD; }
a { background-color: rgb(145,123,173); }
div.DivClassName
{
background-color: #917BAD;
}
.BgClassName
{
background-color: #917BAD;
}
</style>
border-color css
<style>
span { border-color: #917BAD; }
span { border-color: rgb(145,123,173); }
td.TdClassName
{
border-color: #917BAD;
}
.TagClassName
{
border-color: #917BAD;
}
</style>