Html Css Color HEX #8F73B3 Purple Mountain's Majesty
📋 copy color: '#8F73B3'red 143 ◦ green 115 ◦ blue 179
Shades of Purple Mountain's Majesty #8F73B3
Tints of Purple Mountain's Majesty #8F73B3
RGB
CMYK
RGB Variations
Color information
#8F73B3 (or 0x8F73B3) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 73 and B3. RGB value is (143,115,179). Sum of RGB (Red+Green+Blue) = 143+115+179=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73B3 is #708C4C. Grayscale: #828282. Windows color (decimal): -7375949 or 11760527. OLE color: 11760527.
HSL color Cylindrical-coordinate representation of color #8F73B3: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F73B3 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 115 | 179 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.30 |
| HSL | 266.25º | 0.3% | 0.58% | - |
| HSV(B) | 266.25º | 0.36% | 0.7% | - |
| XYZ | 25.6 | 21.36 | 45.42 | - |
| YUV | 130.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 179 | 0.20 | 0.36 | 0 | 0.30 | 266.25 | 0.3 | 0.58 |
| Hex | 8F | 73 | B3 | 14 | 24 | 0 | 1E | 10A | 1E | 3A |
| Octal | 217 | 163 | 263 | 24 | 44 | 0 | 36 | 412 | 36 | 72 |
| Binary | 10001111 | 1110011 | 10110011 | 10100 | 100100 | 0 | 11110 | 100001010 | 11110 | 111010 |
Color Harmonies of #8F73B3
Complementary color
Monochromatic Colors of #8F73B3
Black with #8F73B3
Text Example
Text Example
White with #8F73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73B3; }
p { color: rgb(143,115,179); }
H1.HeaderClassName
{
color: #8F73B3;
}
.AnyTagClassName
{
color: #8F73B3;
}
</style>
background-color css
<style>
a { background-color: #8F73B3; }
a { background-color: rgb(143,115,179); }
div.DivClassName
{
background-color: #8F73B3;
}
.BgClassName
{
background-color: #8F73B3;
}
</style>
border-color css
<style>
span { border-color: #8F73B3; }
span { border-color: rgb(143,115,179); }
td.TdClassName
{
border-color: #8F73B3;
}
.TagClassName
{
border-color: #8F73B3;
}
</style>