Html Css Color HEX #927AB0 Purple Mountain's Majesty
📋 copy color: '#927AB0'red 146 ◦ green 122 ◦ blue 176
Shades of Purple Mountain's Majesty #927AB0
Tints of Purple Mountain's Majesty #927AB0
RGB
CMYK
RGB Variations
Color information
#927AB0 (or 0x927AB0) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7A and B0. RGB value is (146,122,176). Sum of RGB (Red+Green+Blue) = 146+122+176=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #927AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AB0 is #6D854F. Grayscale: #878787. Windows color (decimal): -7177552 or 11565714. OLE color: 11565714.
HSL color Cylindrical-coordinate representation of color #927AB0: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #927AB0 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 122 | 176 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.31 |
| HSL | 266.67º | 0.25% | 0.58% | - |
| HSV(B) | 266.67º | 0.31% | 0.69% | - |
| XYZ | 26.65 | 23.16 | 44.14 | - |
| YUV | 135.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 176 | 0.17 | 0.31 | 0 | 0.31 | 266.67 | 0.25 | 0.58 |
| Hex | 92 | 7A | B0 | 11 | 1F | 0 | 1F | 10B | 19 | 3A |
| Octal | 222 | 172 | 260 | 21 | 37 | 0 | 37 | 413 | 31 | 72 |
| Binary | 10010010 | 1111010 | 10110000 | 10001 | 11111 | 0 | 11111 | 100001011 | 11001 | 111010 |
Color Harmonies of #927AB0
Complementary color
Monochromatic Colors of #927AB0
Black with #927AB0
Text Example
Text Example
White with #927AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AB0; }
p { color: rgb(146,122,176); }
H1.HeaderClassName
{
color: #927AB0;
}
.AnyTagClassName
{
color: #927AB0;
}
</style>
background-color css
<style>
a { background-color: #927AB0; }
a { background-color: rgb(146,122,176); }
div.DivClassName
{
background-color: #927AB0;
}
.BgClassName
{
background-color: #927AB0;
}
</style>
border-color css
<style>
span { border-color: #927AB0; }
span { border-color: rgb(146,122,176); }
td.TdClassName
{
border-color: #927AB0;
}
.TagClassName
{
border-color: #927AB0;
}
</style>