Html Css Color HEX #8F72B2 Purple Mountain's Majesty
📋 copy color: '#8F72B2'red 143 ◦ green 114 ◦ blue 178
Shades of Purple Mountain's Majesty #8F72B2
Tints of Purple Mountain's Majesty #8F72B2
RGB
CMYK
RGB Variations
Color information
#8F72B2 (or 0x8F72B2) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 72 and B2. RGB value is (143,114,178). Sum of RGB (Red+Green+Blue) = 143+114+178=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F72B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F72B2 is #708D4D. Grayscale: #818181. Windows color (decimal): -7376206 or 11694735. OLE color: 11694735.
HSL color Cylindrical-coordinate representation of color #8F72B2: hue angle of 267.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F72B2 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 114 | 178 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.30 |
| HSL | 267.19º | 0.29% | 0.57% | - |
| HSV(B) | 267.19º | 0.36% | 0.7% | - |
| XYZ | 25.38 | 21.09 | 44.85 | - |
| YUV | 129.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 178 | 0.20 | 0.36 | 0 | 0.30 | 267.19 | 0.29 | 0.57 |
| Hex | 8F | 72 | B2 | 14 | 24 | 0 | 1E | 10B | 1D | 39 |
| Octal | 217 | 162 | 262 | 24 | 44 | 0 | 36 | 413 | 35 | 71 |
| Binary | 10001111 | 1110010 | 10110010 | 10100 | 100100 | 0 | 11110 | 100001011 | 11101 | 111001 |
Color Harmonies of #8F72B2
Complementary color
Monochromatic Colors of #8F72B2
Black with #8F72B2
Text Example
Text Example
White with #8F72B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72B2; }
p { color: rgb(143,114,178); }
H1.HeaderClassName
{
color: #8F72B2;
}
.AnyTagClassName
{
color: #8F72B2;
}
</style>
background-color css
<style>
a { background-color: #8F72B2; }
a { background-color: rgb(143,114,178); }
div.DivClassName
{
background-color: #8F72B2;
}
.BgClassName
{
background-color: #8F72B2;
}
</style>
border-color css
<style>
span { border-color: #8F72B2; }
span { border-color: rgb(143,114,178); }
td.TdClassName
{
border-color: #8F72B2;
}
.TagClassName
{
border-color: #8F72B2;
}
</style>