Html Css Color HEX #8B6EAF Purple Mountain's Majesty
📋 copy color: '#8B6EAF'red 139 ◦ green 110 ◦ blue 175
Shades of Purple Mountain's Majesty #8B6EAF
Tints of Purple Mountain's Majesty #8B6EAF
RGB
CMYK
RGB Variations
Color information
#8B6EAF (or 0x8B6EAF) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 6E and AF. RGB value is (139,110,175). Sum of RGB (Red+Green+Blue) = 139+110+175=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B6EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6EAF is #749150. Grayscale: #7D7D7D. Windows color (decimal): -7639377 or 11497099. OLE color: 11497099.
HSL color Cylindrical-coordinate representation of color #8B6EAF: hue angle of 266.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6EAF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 110 | 175 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.31 |
| HSL | 266.77º | 0.29% | 0.56% | - |
| HSV(B) | 266.77º | 0.37% | 0.69% | - |
| XYZ | 23.96 | 19.74 | 43.1 | - |
| YUV | 126.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 175 | 0.21 | 0.37 | 0 | 0.31 | 266.77 | 0.29 | 0.56 |
| Hex | 8B | 6E | AF | 15 | 25 | 0 | 1F | 10B | 1D | 38 |
| Octal | 213 | 156 | 257 | 25 | 45 | 0 | 37 | 413 | 35 | 70 |
| Binary | 10001011 | 1101110 | 10101111 | 10101 | 100101 | 0 | 11111 | 100001011 | 11101 | 111000 |
Color Harmonies of #8B6EAF
Complementary color
Monochromatic Colors of #8B6EAF
Black with #8B6EAF
Text Example
Text Example
White with #8B6EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6EAF; }
p { color: rgb(139,110,175); }
H1.HeaderClassName
{
color: #8B6EAF;
}
.AnyTagClassName
{
color: #8B6EAF;
}
</style>
background-color css
<style>
a { background-color: #8B6EAF; }
a { background-color: rgb(139,110,175); }
div.DivClassName
{
background-color: #8B6EAF;
}
.BgClassName
{
background-color: #8B6EAF;
}
</style>
border-color css
<style>
span { border-color: #8B6EAF; }
span { border-color: rgb(139,110,175); }
td.TdClassName
{
border-color: #8B6EAF;
}
.TagClassName
{
border-color: #8B6EAF;
}
</style>