Html Css Color HEX #8F75BA Purple Mountain's Majesty
📋 copy color: '#8F75BA'red 143 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #8F75BA
Tints of Purple Mountain's Majesty #8F75BA
RGB
CMYK
RGB Variations
Color information
#8F75BA (or 0x8F75BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 75 and BA. RGB value is (143,117,186). Sum of RGB (Red+Green+Blue) = 143+117+186=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75BA is #708A45. Grayscale: #848484. Windows color (decimal): -7375430 or 12219791. OLE color: 12219791.
HSL color Cylindrical-coordinate representation of color #8F75BA: hue angle of 262.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F75BA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 117 | 186 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.27 |
| HSL | 262.61º | 0.33% | 0.59% | - |
| HSV(B) | 262.61º | 0.37% | 0.73% | - |
| XYZ | 26.55 | 22.11 | 49.32 | - |
| YUV | 132.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 186 | 0.23 | 0.37 | 0 | 0.27 | 262.61 | 0.33 | 0.59 |
| Hex | 8F | 75 | BA | 17 | 25 | 0 | 1B | 107 | 21 | 3B |
| Octal | 217 | 165 | 272 | 27 | 45 | 0 | 33 | 407 | 41 | 73 |
| Binary | 10001111 | 1110101 | 10111010 | 10111 | 100101 | 0 | 11011 | 100000111 | 100001 | 111011 |
Color Harmonies of #8F75BA
Complementary color
Monochromatic Colors of #8F75BA
Black with #8F75BA
Text Example
Text Example
White with #8F75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75BA; }
p { color: rgb(143,117,186); }
H1.HeaderClassName
{
color: #8F75BA;
}
.AnyTagClassName
{
color: #8F75BA;
}
</style>
background-color css
<style>
a { background-color: #8F75BA; }
a { background-color: rgb(143,117,186); }
div.DivClassName
{
background-color: #8F75BA;
}
.BgClassName
{
background-color: #8F75BA;
}
</style>
border-color css
<style>
span { border-color: #8F75BA; }
span { border-color: rgb(143,117,186); }
td.TdClassName
{
border-color: #8F75BA;
}
.TagClassName
{
border-color: #8F75BA;
}
</style>