Html Css Color HEX #8B6DAF Purple Mountain's Majesty
📋 copy color: '#8B6DAF'red 139 ◦ green 109 ◦ blue 175
Shades of Purple Mountain's Majesty #8B6DAF
Tints of Purple Mountain's Majesty #8B6DAF
RGB
CMYK
RGB Variations
Color information
#8B6DAF (or 0x8B6DAF) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 6D and AF. RGB value is (139,109,175). Sum of RGB (Red+Green+Blue) = 139+109+175=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6DAF is #749250. Grayscale: #7D7D7D. Windows color (decimal): -7639633 or 11496843. OLE color: 11496843.
HSL color Cylindrical-coordinate representation of color #8B6DAF: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6DAF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 109 | 175 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.31 |
| HSL | 267.27º | 0.29% | 0.56% | - |
| HSV(B) | 267.27º | 0.38% | 0.69% | - |
| XYZ | 23.85 | 19.52 | 43.07 | - |
| YUV | 125.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 175 | 0.21 | 0.38 | 0 | 0.31 | 267.27 | 0.29 | 0.56 |
| Hex | 8B | 6D | AF | 15 | 26 | 0 | 1F | 10B | 1D | 38 |
| Octal | 213 | 155 | 257 | 25 | 46 | 0 | 37 | 413 | 35 | 70 |
| Binary | 10001011 | 1101101 | 10101111 | 10101 | 100110 | 0 | 11111 | 100001011 | 11101 | 111000 |
Color Harmonies of #8B6DAF
Complementary color
Monochromatic Colors of #8B6DAF
Black with #8B6DAF
Text Example
Text Example
White with #8B6DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6DAF; }
p { color: rgb(139,109,175); }
H1.HeaderClassName
{
color: #8B6DAF;
}
.AnyTagClassName
{
color: #8B6DAF;
}
</style>
background-color css
<style>
a { background-color: #8B6DAF; }
a { background-color: rgb(139,109,175); }
div.DivClassName
{
background-color: #8B6DAF;
}
.BgClassName
{
background-color: #8B6DAF;
}
</style>
border-color css
<style>
span { border-color: #8B6DAF; }
span { border-color: rgb(139,109,175); }
td.TdClassName
{
border-color: #8B6DAF;
}
.TagClassName
{
border-color: #8B6DAF;
}
</style>