Html Css Color HEX #927ABB Purple Mountain's Majesty
📋 copy color: '#927ABB'red 146 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #927ABB
Tints of Purple Mountain's Majesty #927ABB
RGB
CMYK
RGB Variations
Color information
#927ABB (or 0x927ABB) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7A and BB. RGB value is (146,122,187). Sum of RGB (Red+Green+Blue) = 146+122+187=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #927ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ABB is #6D8544. Grayscale: #888888. Windows color (decimal): -7177541 or 12286610. OLE color: 12286610.
HSL color Cylindrical-coordinate representation of color #927ABB: hue angle of 262.15º 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 #927ABB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 122 | 187 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.27 |
| HSL | 262.15º | 0.32% | 0.61% | - |
| HSV(B) | 262.15º | 0.35% | 0.73% | - |
| XYZ | 27.78 | 23.62 | 50.11 | - |
| YUV | 136.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 187 | 0.22 | 0.35 | 0 | 0.27 | 262.15 | 0.32 | 0.61 |
| Hex | 92 | 7A | BB | 16 | 23 | 0 | 1B | 106 | 20 | 3D |
| Octal | 222 | 172 | 273 | 26 | 43 | 0 | 33 | 406 | 40 | 75 |
| Binary | 10010010 | 1111010 | 10111011 | 10110 | 100011 | 0 | 11011 | 100000110 | 100000 | 111101 |
Color Harmonies of #927ABB
Complementary color
Monochromatic Colors of #927ABB
Black with #927ABB
Text Example
Text Example
White with #927ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ABB; }
p { color: rgb(146,122,187); }
H1.HeaderClassName
{
color: #927ABB;
}
.AnyTagClassName
{
color: #927ABB;
}
</style>
background-color css
<style>
a { background-color: #927ABB; }
a { background-color: rgb(146,122,187); }
div.DivClassName
{
background-color: #927ABB;
}
.BgClassName
{
background-color: #927ABB;
}
</style>
border-color css
<style>
span { border-color: #927ABB; }
span { border-color: rgb(146,122,187); }
td.TdClassName
{
border-color: #927ABB;
}
.TagClassName
{
border-color: #927ABB;
}
</style>