Html Css Color HEX #8E7BB4 Purple Mountain's Majesty
📋 copy color: '#8E7BB4'red 142 ◦ green 123 ◦ blue 180
Shades of Purple Mountain's Majesty #8E7BB4
Tints of Purple Mountain's Majesty #8E7BB4
RGB
CMYK
RGB Variations
Color information
#8E7BB4 (or 0x8E7BB4) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7B and B4. RGB value is (142,123,180). Sum of RGB (Red+Green+Blue) = 142+123+180=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E7BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BB4 is #71844B. Grayscale: #868686. Windows color (decimal): -7439436 or 11828110. OLE color: 11828110.
HSL color Cylindrical-coordinate representation of color #8E7BB4: hue angle of 260º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7BB4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 123 | 180 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.29 |
| HSL | 260º | 0.28% | 0.59% | - |
| HSV(B) | 260º | 0.32% | 0.71% | - |
| XYZ | 26.48 | 23.21 | 46.26 | - |
| YUV | 135.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 180 | 0.21 | 0.32 | 0 | 0.29 | 260 | 0.28 | 0.59 |
| Hex | 8E | 7B | B4 | 15 | 20 | 0 | 1D | 104 | 1C | 3B |
| Octal | 216 | 173 | 264 | 25 | 40 | 0 | 35 | 404 | 34 | 73 |
| Binary | 10001110 | 1111011 | 10110100 | 10101 | 100000 | 0 | 11101 | 100000100 | 11100 | 111011 |
Color Harmonies of #8E7BB4
Complementary color
Monochromatic Colors of #8E7BB4
Black with #8E7BB4
Text Example
Text Example
White with #8E7BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BB4; }
p { color: rgb(142,123,180); }
H1.HeaderClassName
{
color: #8E7BB4;
}
.AnyTagClassName
{
color: #8E7BB4;
}
</style>
background-color css
<style>
a { background-color: #8E7BB4; }
a { background-color: rgb(142,123,180); }
div.DivClassName
{
background-color: #8E7BB4;
}
.BgClassName
{
background-color: #8E7BB4;
}
</style>
border-color css
<style>
span { border-color: #8E7BB4; }
span { border-color: rgb(142,123,180); }
td.TdClassName
{
border-color: #8E7BB4;
}
.TagClassName
{
border-color: #8E7BB4;
}
</style>