Html Css Color HEX #8E81B3 Purple Mountain's Majesty
📋 copy color: '#8E81B3'red 142 ◦ green 129 ◦ blue 179
Shades of Purple Mountain's Majesty #8E81B3
Tints of Purple Mountain's Majesty #8E81B3
RGB
CMYK
RGB Variations
Color information
#8E81B3 (or 0x8E81B3) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 81 and B3. RGB value is (142,129,179). Sum of RGB (Red+Green+Blue) = 142+129+179=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E81B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81B3 is #717E4C. Grayscale: #8A8A8A. Windows color (decimal): -7437901 or 11764110. OLE color: 11764110.
HSL color Cylindrical-coordinate representation of color #8E81B3: hue angle of 255.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E81B3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 129 | 179 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.30 |
| HSL | 255.6º | 0.25% | 0.6% | - |
| HSV(B) | 255.6º | 0.28% | 0.7% | - |
| XYZ | 27.14 | 24.71 | 45.99 | - |
| YUV | 138.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 179 | 0.21 | 0.28 | 0 | 0.30 | 255.6 | 0.25 | 0.6 |
| Hex | 8E | 81 | B3 | 15 | 1C | 0 | 1E | 100 | 19 | 3C |
| Octal | 216 | 201 | 263 | 25 | 34 | 0 | 36 | 400 | 31 | 74 |
| Binary | 10001110 | 10000001 | 10110011 | 10101 | 11100 | 0 | 11110 | 100000000 | 11001 | 111100 |
Color Harmonies of #8E81B3
Complementary color
Monochromatic Colors of #8E81B3
Black with #8E81B3
Text Example
Text Example
White with #8E81B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81B3; }
p { color: rgb(142,129,179); }
H1.HeaderClassName
{
color: #8E81B3;
}
.AnyTagClassName
{
color: #8E81B3;
}
</style>
background-color css
<style>
a { background-color: #8E81B3; }
a { background-color: rgb(142,129,179); }
div.DivClassName
{
background-color: #8E81B3;
}
.BgClassName
{
background-color: #8E81B3;
}
</style>
border-color css
<style>
span { border-color: #8E81B3; }
span { border-color: rgb(142,129,179); }
td.TdClassName
{
border-color: #8E81B3;
}
.TagClassName
{
border-color: #8E81B3;
}
</style>