Html Css Color HEX #8A71B6 Purple Mountain's Majesty
📋 copy color: '#8A71B6'red 138 ◦ green 113 ◦ blue 182
Shades of Purple Mountain's Majesty #8A71B6
Tints of Purple Mountain's Majesty #8A71B6
RGB
CMYK
RGB Variations
Color information
#8A71B6 (or 0x8A71B6) is known color: Purple Mountain's Majesty. HEX triplet: 8A, 71 and B6. RGB value is (138,113,182). Sum of RGB (Red+Green+Blue) = 138+113+182=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A71B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71B6 is #758E49. Grayscale: #808080. Windows color (decimal): -7704138 or 11956618. OLE color: 11956618.
HSL color Cylindrical-coordinate representation of color #8A71B6: hue angle of 261.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A71B6 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 113 | 182 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.29 |
| HSL | 261.74º | 0.32% | 0.58% | - |
| HSV(B) | 261.74º | 0.38% | 0.71% | - |
| XYZ | 24.83 | 20.59 | 46.92 | - |
| YUV | 128.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 182 | 0.24 | 0.38 | 0 | 0.29 | 261.74 | 0.32 | 0.58 |
| Hex | 8A | 71 | B6 | 18 | 26 | 0 | 1D | 106 | 20 | 3A |
| Octal | 212 | 161 | 266 | 30 | 46 | 0 | 35 | 406 | 40 | 72 |
| Binary | 10001010 | 1110001 | 10110110 | 11000 | 100110 | 0 | 11101 | 100000110 | 100000 | 111010 |
Color Harmonies of #8A71B6
Complementary color
Monochromatic Colors of #8A71B6
Black with #8A71B6
Text Example
Text Example
White with #8A71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A71B6; }
p { color: rgb(138,113,182); }
H1.HeaderClassName
{
color: #8A71B6;
}
.AnyTagClassName
{
color: #8A71B6;
}
</style>
background-color css
<style>
a { background-color: #8A71B6; }
a { background-color: rgb(138,113,182); }
div.DivClassName
{
background-color: #8A71B6;
}
.BgClassName
{
background-color: #8A71B6;
}
</style>
border-color css
<style>
span { border-color: #8A71B6; }
span { border-color: rgb(138,113,182); }
td.TdClassName
{
border-color: #8A71B6;
}
.TagClassName
{
border-color: #8A71B6;
}
</style>