Html Css Color HEX #8E79B4 Purple Mountain's Majesty
📋 copy color: '#8E79B4'red 142 ◦ green 121 ◦ blue 180
Shades of Purple Mountain's Majesty #8E79B4
Tints of Purple Mountain's Majesty #8E79B4
RGB
CMYK
RGB Variations
Color information
#8E79B4 (or 0x8E79B4) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 79 and B4. RGB value is (142,121,180). Sum of RGB (Red+Green+Blue) = 142+121+180=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E79B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79B4 is #71864B. Grayscale: #858585. Windows color (decimal): -7439948 or 11827598. OLE color: 11827598.
HSL color Cylindrical-coordinate representation of color #8E79B4: hue angle of 261.36º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E79B4 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 121 | 180 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.29 |
| HSL | 261.36º | 0.28% | 0.59% | - |
| HSV(B) | 261.36º | 0.33% | 0.71% | - |
| XYZ | 26.23 | 22.72 | 46.18 | - |
| YUV | 134.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 180 | 0.21 | 0.33 | 0 | 0.29 | 261.36 | 0.28 | 0.59 |
| Hex | 8E | 79 | B4 | 15 | 21 | 0 | 1D | 105 | 1C | 3B |
| Octal | 216 | 171 | 264 | 25 | 41 | 0 | 35 | 405 | 34 | 73 |
| Binary | 10001110 | 1111001 | 10110100 | 10101 | 100001 | 0 | 11101 | 100000101 | 11100 | 111011 |
Color Harmonies of #8E79B4
Complementary color
Monochromatic Colors of #8E79B4
Black with #8E79B4
Text Example
Text Example
White with #8E79B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E79B4; }
p { color: rgb(142,121,180); }
H1.HeaderClassName
{
color: #8E79B4;
}
.AnyTagClassName
{
color: #8E79B4;
}
</style>
background-color css
<style>
a { background-color: #8E79B4; }
a { background-color: rgb(142,121,180); }
div.DivClassName
{
background-color: #8E79B4;
}
.BgClassName
{
background-color: #8E79B4;
}
</style>
border-color css
<style>
span { border-color: #8E79B4; }
span { border-color: rgb(142,121,180); }
td.TdClassName
{
border-color: #8E79B4;
}
.TagClassName
{
border-color: #8E79B4;
}
</style>