Html Css Color HEX #8F7AB9 Purple Mountain's Majesty
📋 copy color: '#8F7AB9'red 143 ◦ green 122 ◦ blue 185
Shades of Purple Mountain's Majesty #8F7AB9
Tints of Purple Mountain's Majesty #8F7AB9
RGB
CMYK
RGB Variations
Color information
#8F7AB9 (or 0x8F7AB9) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7A and B9. RGB value is (143,122,185). Sum of RGB (Red+Green+Blue) = 143+122+185=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F7AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AB9 is #708546. Grayscale: #878787. Windows color (decimal): -7374151 or 12155535. OLE color: 12155535.
HSL color Cylindrical-coordinate representation of color #8F7AB9: hue angle of 260º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7AB9 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 122 | 185 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.27 |
| HSL | 260º | 0.31% | 0.6% | - |
| HSV(B) | 260º | 0.34% | 0.73% | - |
| XYZ | 27.04 | 23.26 | 48.96 | - |
| YUV | 135.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 185 | 0.23 | 0.34 | 0 | 0.27 | 260 | 0.31 | 0.6 |
| Hex | 8F | 7A | B9 | 17 | 22 | 0 | 1B | 104 | 1F | 3C |
| Octal | 217 | 172 | 271 | 27 | 42 | 0 | 33 | 404 | 37 | 74 |
| Binary | 10001111 | 1111010 | 10111001 | 10111 | 100010 | 0 | 11011 | 100000100 | 11111 | 111100 |
Color Harmonies of #8F7AB9
Complementary color
Monochromatic Colors of #8F7AB9
Black with #8F7AB9
Text Example
Text Example
White with #8F7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AB9; }
p { color: rgb(143,122,185); }
H1.HeaderClassName
{
color: #8F7AB9;
}
.AnyTagClassName
{
color: #8F7AB9;
}
</style>
background-color css
<style>
a { background-color: #8F7AB9; }
a { background-color: rgb(143,122,185); }
div.DivClassName
{
background-color: #8F7AB9;
}
.BgClassName
{
background-color: #8F7AB9;
}
</style>
border-color css
<style>
span { border-color: #8F7AB9; }
span { border-color: rgb(143,122,185); }
td.TdClassName
{
border-color: #8F7AB9;
}
.TagClassName
{
border-color: #8F7AB9;
}
</style>