Html Css Color HEX #927FB3 Purple Mountain's Majesty
📋 copy color: '#927FB3'red 146 ◦ green 127 ◦ blue 179
Shades of Purple Mountain's Majesty #927FB3
Tints of Purple Mountain's Majesty #927FB3
RGB
CMYK
RGB Variations
Color information
#927FB3 (or 0x927FB3) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7F and B3. RGB value is (146,127,179). Sum of RGB (Red+Green+Blue) = 146+127+179=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #927FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FB3 is #6D804C. Grayscale: #8A8A8A. Windows color (decimal): -7176269 or 11763602. OLE color: 11763602.
HSL color Cylindrical-coordinate representation of color #927FB3: hue angle of 261.92º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927FB3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 127 | 179 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.30 |
| HSL | 261.92º | 0.25% | 0.6% | - |
| HSV(B) | 261.92º | 0.29% | 0.7% | - |
| XYZ | 27.58 | 24.54 | 45.93 | - |
| YUV | 138.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 179 | 0.18 | 0.29 | 0 | 0.30 | 261.92 | 0.25 | 0.6 |
| Hex | 92 | 7F | B3 | 12 | 1D | 0 | 1E | 106 | 19 | 3C |
| Octal | 222 | 177 | 263 | 22 | 35 | 0 | 36 | 406 | 31 | 74 |
| Binary | 10010010 | 1111111 | 10110011 | 10010 | 11101 | 0 | 11110 | 100000110 | 11001 | 111100 |
Color Harmonies of #927FB3
Complementary color
Monochromatic Colors of #927FB3
Black with #927FB3
Text Example
Text Example
White with #927FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FB3; }
p { color: rgb(146,127,179); }
H1.HeaderClassName
{
color: #927FB3;
}
.AnyTagClassName
{
color: #927FB3;
}
</style>
background-color css
<style>
a { background-color: #927FB3; }
a { background-color: rgb(146,127,179); }
div.DivClassName
{
background-color: #927FB3;
}
.BgClassName
{
background-color: #927FB3;
}
</style>
border-color css
<style>
span { border-color: #927FB3; }
span { border-color: rgb(146,127,179); }
td.TdClassName
{
border-color: #927FB3;
}
.TagClassName
{
border-color: #927FB3;
}
</style>