Html Css Color HEX #927EBC Purple Mountain's Majesty
📋 copy color: '#927EBC'red 146 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #927EBC
Tints of Purple Mountain's Majesty #927EBC
RGB
CMYK
RGB Variations
Color information
#927EBC (or 0x927EBC) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and BC. RGB value is (146,126,188). Sum of RGB (Red+Green+Blue) = 146+126+188=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #927EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBC is #6D8143. Grayscale: #8A8A8A. Windows color (decimal): -7176516 or 12353170. OLE color: 12353170.
HSL color Cylindrical-coordinate representation of color #927EBC: hue angle of 259.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #927EBC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 126 | 188 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.26 |
| HSL | 259.35º | 0.32% | 0.62% | - |
| HSV(B) | 259.35º | 0.33% | 0.74% | - |
| XYZ | 28.39 | 24.66 | 50.84 | - |
| YUV | 139.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 188 | 0.22 | 0.33 | 0 | 0.26 | 259.35 | 0.32 | 0.62 |
| Hex | 92 | 7E | BC | 16 | 21 | 0 | 1A | 103 | 20 | 3E |
| Octal | 222 | 176 | 274 | 26 | 41 | 0 | 32 | 403 | 40 | 76 |
| Binary | 10010010 | 1111110 | 10111100 | 10110 | 100001 | 0 | 11010 | 100000011 | 100000 | 111110 |
Color Harmonies of #927EBC
Complementary color
Monochromatic Colors of #927EBC
Black with #927EBC
Text Example
Text Example
White with #927EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EBC; }
p { color: rgb(146,126,188); }
H1.HeaderClassName
{
color: #927EBC;
}
.AnyTagClassName
{
color: #927EBC;
}
</style>
background-color css
<style>
a { background-color: #927EBC; }
a { background-color: rgb(146,126,188); }
div.DivClassName
{
background-color: #927EBC;
}
.BgClassName
{
background-color: #927EBC;
}
</style>
border-color css
<style>
span { border-color: #927EBC; }
span { border-color: rgb(146,126,188); }
td.TdClassName
{
border-color: #927EBC;
}
.TagClassName
{
border-color: #927EBC;
}
</style>