Html Css Color HEX #8F78BA Purple Mountain's Majesty
📋 copy color: '#8F78BA'red 143 ◦ green 120 ◦ blue 186
Shades of Purple Mountain's Majesty #8F78BA
Tints of Purple Mountain's Majesty #8F78BA
RGB
CMYK
RGB Variations
Color information
#8F78BA (or 0x8F78BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 78 and BA. RGB value is (143,120,186). Sum of RGB (Red+Green+Blue) = 143+120+186=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78BA is #708745. Grayscale: #868686. Windows color (decimal): -7374662 or 12220559. OLE color: 12220559.
HSL color Cylindrical-coordinate representation of color #8F78BA: hue angle of 260.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F78BA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 120 | 186 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.27 |
| HSL | 260.91º | 0.32% | 0.6% | - |
| HSV(B) | 260.91º | 0.35% | 0.73% | - |
| XYZ | 26.91 | 22.82 | 49.44 | - |
| YUV | 134.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 186 | 0.23 | 0.35 | 0 | 0.27 | 260.91 | 0.32 | 0.6 |
| Hex | 8F | 78 | BA | 17 | 23 | 0 | 1B | 105 | 20 | 3C |
| Octal | 217 | 170 | 272 | 27 | 43 | 0 | 33 | 405 | 40 | 74 |
| Binary | 10001111 | 1111000 | 10111010 | 10111 | 100011 | 0 | 11011 | 100000101 | 100000 | 111100 |
Color Harmonies of #8F78BA
Complementary color
Monochromatic Colors of #8F78BA
Black with #8F78BA
Text Example
Text Example
White with #8F78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78BA; }
p { color: rgb(143,120,186); }
H1.HeaderClassName
{
color: #8F78BA;
}
.AnyTagClassName
{
color: #8F78BA;
}
</style>
background-color css
<style>
a { background-color: #8F78BA; }
a { background-color: rgb(143,120,186); }
div.DivClassName
{
background-color: #8F78BA;
}
.BgClassName
{
background-color: #8F78BA;
}
</style>
border-color css
<style>
span { border-color: #8F78BA; }
span { border-color: rgb(143,120,186); }
td.TdClassName
{
border-color: #8F78BA;
}
.TagClassName
{
border-color: #8F78BA;
}
</style>