Html Css Color HEX #8B72B6 Purple Mountain's Majesty
📋 copy color: '#8B72B6'red 139 ◦ green 114 ◦ blue 182
Shades of Purple Mountain's Majesty #8B72B6
Tints of Purple Mountain's Majesty #8B72B6
RGB
CMYK
RGB Variations
Color information
#8B72B6 (or 0x8B72B6) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 72 and B6. RGB value is (139,114,182). Sum of RGB (Red+Green+Blue) = 139+114+182=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B72B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72B6 is #748D49. Grayscale: #808080. Windows color (decimal): -7638346 or 11956875. OLE color: 11956875.
HSL color Cylindrical-coordinate representation of color #8B72B6: hue angle of 262.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B72B6 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 114 | 182 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.29 |
| HSL | 262.06º | 0.32% | 0.58% | - |
| HSV(B) | 262.06º | 0.37% | 0.71% | - |
| XYZ | 25.11 | 20.9 | 46.97 | - |
| YUV | 129.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 182 | 0.24 | 0.37 | 0 | 0.29 | 262.06 | 0.32 | 0.58 |
| Hex | 8B | 72 | B6 | 18 | 25 | 0 | 1D | 106 | 20 | 3A |
| Octal | 213 | 162 | 266 | 30 | 45 | 0 | 35 | 406 | 40 | 72 |
| Binary | 10001011 | 1110010 | 10110110 | 11000 | 100101 | 0 | 11101 | 100000110 | 100000 | 111010 |
Color Harmonies of #8B72B6
Complementary color
Monochromatic Colors of #8B72B6
Black with #8B72B6
Text Example
Text Example
White with #8B72B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B72B6; }
p { color: rgb(139,114,182); }
H1.HeaderClassName
{
color: #8B72B6;
}
.AnyTagClassName
{
color: #8B72B6;
}
</style>
background-color css
<style>
a { background-color: #8B72B6; }
a { background-color: rgb(139,114,182); }
div.DivClassName
{
background-color: #8B72B6;
}
.BgClassName
{
background-color: #8B72B6;
}
</style>
border-color css
<style>
span { border-color: #8B72B6; }
span { border-color: rgb(139,114,182); }
td.TdClassName
{
border-color: #8B72B6;
}
.TagClassName
{
border-color: #8B72B6;
}
</style>