Html Css Color HEX #8F6DB4 Purple Mountain's Majesty
📋 copy color: '#8F6DB4'red 143 ◦ green 109 ◦ blue 180
Shades of Purple Mountain's Majesty #8F6DB4
Tints of Purple Mountain's Majesty #8F6DB4
RGB
CMYK
RGB Variations
Color information
#8F6DB4 (or 0x8F6DB4) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 6D and B4. RGB value is (143,109,180). Sum of RGB (Red+Green+Blue) = 143+109+180=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DB4 is #70924B. Grayscale: #7F7F7F. Windows color (decimal): -7377484 or 11824527. OLE color: 11824527.
HSL color Cylindrical-coordinate representation of color #8F6DB4: hue angle of 268.73º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F6DB4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 109 | 180 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.29 |
| HSL | 268.73º | 0.32% | 0.57% | - |
| HSV(B) | 268.73º | 0.39% | 0.71% | - |
| XYZ | 25.03 | 20.07 | 45.73 | - |
| YUV | 127.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 180 | 0.21 | 0.39 | 0 | 0.29 | 268.73 | 0.32 | 0.57 |
| Hex | 8F | 6D | B4 | 15 | 27 | 0 | 1D | 10D | 20 | 39 |
| Octal | 217 | 155 | 264 | 25 | 47 | 0 | 35 | 415 | 40 | 71 |
| Binary | 10001111 | 1101101 | 10110100 | 10101 | 100111 | 0 | 11101 | 100001101 | 100000 | 111001 |
Color Harmonies of #8F6DB4
Complementary color
Monochromatic Colors of #8F6DB4
Black with #8F6DB4
Text Example
Text Example
White with #8F6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DB4; }
p { color: rgb(143,109,180); }
H1.HeaderClassName
{
color: #8F6DB4;
}
.AnyTagClassName
{
color: #8F6DB4;
}
</style>
background-color css
<style>
a { background-color: #8F6DB4; }
a { background-color: rgb(143,109,180); }
div.DivClassName
{
background-color: #8F6DB4;
}
.BgClassName
{
background-color: #8F6DB4;
}
</style>
border-color css
<style>
span { border-color: #8F6DB4; }
span { border-color: rgb(143,109,180); }
td.TdClassName
{
border-color: #8F6DB4;
}
.TagClassName
{
border-color: #8F6DB4;
}
</style>