Html Css Color HEX #8B73AF Purple Mountain's Majesty
📋 copy color: '#8B73AF'red 139 ◦ green 115 ◦ blue 175
Shades of Purple Mountain's Majesty #8B73AF
Tints of Purple Mountain's Majesty #8B73AF
RGB
CMYK
RGB Variations
Color information
#8B73AF (or 0x8B73AF) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 73 and AF. RGB value is (139,115,175). Sum of RGB (Red+Green+Blue) = 139+115+175=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B73AF is #748C50. Grayscale: #808080. Windows color (decimal): -7638097 or 11498379. OLE color: 11498379.
HSL color Cylindrical-coordinate representation of color #8B73AF: hue angle of 264º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B73AF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 115 | 175 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.31 |
| HSL | 264º | 0.27% | 0.57% | - |
| HSV(B) | 264º | 0.34% | 0.69% | - |
| XYZ | 24.52 | 20.85 | 43.29 | - |
| YUV | 129.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 175 | 0.21 | 0.34 | 0 | 0.31 | 264 | 0.27 | 0.57 |
| Hex | 8B | 73 | AF | 15 | 22 | 0 | 1F | 108 | 1B | 39 |
| Octal | 213 | 163 | 257 | 25 | 42 | 0 | 37 | 410 | 33 | 71 |
| Binary | 10001011 | 1110011 | 10101111 | 10101 | 100010 | 0 | 11111 | 100001000 | 11011 | 111001 |
Color Harmonies of #8B73AF
Complementary color
Monochromatic Colors of #8B73AF
Black with #8B73AF
Text Example
Text Example
White with #8B73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B73AF; }
p { color: rgb(139,115,175); }
H1.HeaderClassName
{
color: #8B73AF;
}
.AnyTagClassName
{
color: #8B73AF;
}
</style>
background-color css
<style>
a { background-color: #8B73AF; }
a { background-color: rgb(139,115,175); }
div.DivClassName
{
background-color: #8B73AF;
}
.BgClassName
{
background-color: #8B73AF;
}
</style>
border-color css
<style>
span { border-color: #8B73AF; }
span { border-color: rgb(139,115,175); }
td.TdClassName
{
border-color: #8B73AF;
}
.TagClassName
{
border-color: #8B73AF;
}
</style>