Html Css Color HEX #917ABB Purple Mountain's Majesty
📋 copy color: '#917ABB'red 145 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #917ABB
Tints of Purple Mountain's Majesty #917ABB
RGB
CMYK
RGB Variations
Color information
#917ABB (or 0x917ABB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7A and BB. RGB value is (145,122,187). Sum of RGB (Red+Green+Blue) = 145+122+187=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #917ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ABB is #6E8544. Grayscale: #888888. Windows color (decimal): -7243077 or 12286609. OLE color: 12286609.
HSL color Cylindrical-coordinate representation of color #917ABB: hue angle of 261.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917ABB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 122 | 187 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.27 |
| HSL | 261.23º | 0.32% | 0.61% | - |
| HSV(B) | 261.23º | 0.35% | 0.73% | - |
| XYZ | 27.61 | 23.53 | 50.1 | - |
| YUV | 136.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 187 | 0.22 | 0.35 | 0 | 0.27 | 261.23 | 0.32 | 0.61 |
| Hex | 91 | 7A | BB | 16 | 23 | 0 | 1B | 105 | 20 | 3D |
| Octal | 221 | 172 | 273 | 26 | 43 | 0 | 33 | 405 | 40 | 75 |
| Binary | 10010001 | 1111010 | 10111011 | 10110 | 100011 | 0 | 11011 | 100000101 | 100000 | 111101 |
Color Harmonies of #917ABB
Complementary color
Monochromatic Colors of #917ABB
Black with #917ABB
Text Example
Text Example
White with #917ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917ABB; }
p { color: rgb(145,122,187); }
H1.HeaderClassName
{
color: #917ABB;
}
.AnyTagClassName
{
color: #917ABB;
}
</style>
background-color css
<style>
a { background-color: #917ABB; }
a { background-color: rgb(145,122,187); }
div.DivClassName
{
background-color: #917ABB;
}
.BgClassName
{
background-color: #917ABB;
}
</style>
border-color css
<style>
span { border-color: #917ABB; }
span { border-color: rgb(145,122,187); }
td.TdClassName
{
border-color: #917ABB;
}
.TagClassName
{
border-color: #917ABB;
}
</style>