Html Css Color HEX #927BAD Purple Mountain's Majesty
📋 copy color: '#927BAD'red 146 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #927BAD
Tints of Purple Mountain's Majesty #927BAD
RGB
CMYK
RGB Variations
Color information
#927BAD (or 0x927BAD) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7B and AD. RGB value is (146,123,173). Sum of RGB (Red+Green+Blue) = 146+123+173=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #927BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927BAD is #6D8452. Grayscale: #878787. Windows color (decimal): -7177299 or 11369362. OLE color: 11369362.
HSL color Cylindrical-coordinate representation of color #927BAD: hue angle of 267.6º 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 #927BAD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 123 | 173 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.32 |
| HSL | 267.6º | 0.23% | 0.58% | - |
| HSV(B) | 267.6º | 0.29% | 0.68% | - |
| XYZ | 26.48 | 23.29 | 42.64 | - |
| YUV | 135.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 173 | 0.16 | 0.29 | 0 | 0.32 | 267.6 | 0.23 | 0.58 |
| Hex | 92 | 7B | AD | 10 | 1D | 0 | 20 | 10C | 17 | 3A |
| Octal | 222 | 173 | 255 | 20 | 35 | 0 | 40 | 414 | 27 | 72 |
| Binary | 10010010 | 1111011 | 10101101 | 10000 | 11101 | 0 | 100000 | 100001100 | 10111 | 111010 |
Color Harmonies of #927BAD
Complementary color
Monochromatic Colors of #927BAD
Black with #927BAD
Text Example
Text Example
White with #927BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BAD; }
p { color: rgb(146,123,173); }
H1.HeaderClassName
{
color: #927BAD;
}
.AnyTagClassName
{
color: #927BAD;
}
</style>
background-color css
<style>
a { background-color: #927BAD; }
a { background-color: rgb(146,123,173); }
div.DivClassName
{
background-color: #927BAD;
}
.BgClassName
{
background-color: #927BAD;
}
</style>
border-color css
<style>
span { border-color: #927BAD; }
span { border-color: rgb(146,123,173); }
td.TdClassName
{
border-color: #927BAD;
}
.TagClassName
{
border-color: #927BAD;
}
</style>