Html Css Color HEX #8E78B9 Purple Mountain's Majesty
📋 copy color: '#8E78B9'red 142 ◦ green 120 ◦ blue 185
Shades of Purple Mountain's Majesty #8E78B9
Tints of Purple Mountain's Majesty #8E78B9
RGB
CMYK
RGB Variations
Color information
#8E78B9 (or 0x8E78B9) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 78 and B9. RGB value is (142,120,185). Sum of RGB (Red+Green+Blue) = 142+120+185=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #8E78B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78B9 is #718746. Grayscale: #858585. Windows color (decimal): -7440199 or 12155022. OLE color: 12155022.
HSL color Cylindrical-coordinate representation of color #8E78B9: hue angle of 260.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E78B9 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 120 | 185 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.27 |
| HSL | 260.31º | 0.32% | 0.6% | - |
| HSV(B) | 260.31º | 0.35% | 0.73% | - |
| XYZ | 26.63 | 22.69 | 48.87 | - |
| YUV | 133.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 185 | 0.23 | 0.35 | 0 | 0.27 | 260.31 | 0.32 | 0.6 |
| Hex | 8E | 78 | B9 | 17 | 23 | 0 | 1B | 104 | 20 | 3C |
| Octal | 216 | 170 | 271 | 27 | 43 | 0 | 33 | 404 | 40 | 74 |
| Binary | 10001110 | 1111000 | 10111001 | 10111 | 100011 | 0 | 11011 | 100000100 | 100000 | 111100 |
Color Harmonies of #8E78B9
Complementary color
Monochromatic Colors of #8E78B9
Black with #8E78B9
Text Example
Text Example
White with #8E78B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E78B9; }
p { color: rgb(142,120,185); }
H1.HeaderClassName
{
color: #8E78B9;
}
.AnyTagClassName
{
color: #8E78B9;
}
</style>
background-color css
<style>
a { background-color: #8E78B9; }
a { background-color: rgb(142,120,185); }
div.DivClassName
{
background-color: #8E78B9;
}
.BgClassName
{
background-color: #8E78B9;
}
</style>
border-color css
<style>
span { border-color: #8E78B9; }
span { border-color: rgb(142,120,185); }
td.TdClassName
{
border-color: #8E78B9;
}
.TagClassName
{
border-color: #8E78B9;
}
</style>