Html Css Color HEX #8E76B6 Purple Mountain's Majesty
📋 copy color: '#8E76B6'red 142 ◦ green 118 ◦ blue 182
Shades of Purple Mountain's Majesty #8E76B6
Tints of Purple Mountain's Majesty #8E76B6
RGB
CMYK
RGB Variations
Color information
#8E76B6 (or 0x8E76B6) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 76 and B6. RGB value is (142,118,182). Sum of RGB (Red+Green+Blue) = 142+118+182=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E76B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76B6 is #718949. Grayscale: #848484. Windows color (decimal): -7440714 or 11957902. OLE color: 11957902.
HSL color Cylindrical-coordinate representation of color #8E76B6: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E76B6 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 118 | 182 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.29 |
| HSL | 262.5º | 0.3% | 0.59% | - |
| HSV(B) | 262.5º | 0.35% | 0.71% | - |
| XYZ | 26.08 | 22.09 | 47.14 | - |
| YUV | 132.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 182 | 0.22 | 0.35 | 0 | 0.29 | 262.5 | 0.3 | 0.59 |
| Hex | 8E | 76 | B6 | 16 | 23 | 0 | 1D | 106 | 1E | 3B |
| Octal | 216 | 166 | 266 | 26 | 43 | 0 | 35 | 406 | 36 | 73 |
| Binary | 10001110 | 1110110 | 10110110 | 10110 | 100011 | 0 | 11101 | 100000110 | 11110 | 111011 |
Color Harmonies of #8E76B6
Complementary color
Monochromatic Colors of #8E76B6
Black with #8E76B6
Text Example
Text Example
White with #8E76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E76B6; }
p { color: rgb(142,118,182); }
H1.HeaderClassName
{
color: #8E76B6;
}
.AnyTagClassName
{
color: #8E76B6;
}
</style>
background-color css
<style>
a { background-color: #8E76B6; }
a { background-color: rgb(142,118,182); }
div.DivClassName
{
background-color: #8E76B6;
}
.BgClassName
{
background-color: #8E76B6;
}
</style>
border-color css
<style>
span { border-color: #8E76B6; }
span { border-color: rgb(142,118,182); }
td.TdClassName
{
border-color: #8E76B6;
}
.TagClassName
{
border-color: #8E76B6;
}
</style>