Html Css Color HEX #8F7DB5 Purple Mountain's Majesty
📋 copy color: '#8F7DB5'red 143 ◦ green 125 ◦ blue 181
Shades of Purple Mountain's Majesty #8F7DB5
Tints of Purple Mountain's Majesty #8F7DB5
RGB
CMYK
RGB Variations
Color information
#8F7DB5 (or 0x8F7DB5) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7D and B5. RGB value is (143,125,181). Sum of RGB (Red+Green+Blue) = 143+125+181=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F7DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DB5 is #70824A. Grayscale: #888888. Windows color (decimal): -7373387 or 11894159. OLE color: 11894159.
HSL color Cylindrical-coordinate representation of color #8F7DB5: hue angle of 259.29º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F7DB5 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 125 | 181 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.29 |
| HSL | 259.29º | 0.27% | 0.6% | - |
| HSV(B) | 259.29º | 0.31% | 0.71% | - |
| XYZ | 27 | 23.84 | 46.9 | - |
| YUV | 136.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 181 | 0.21 | 0.31 | 0 | 0.29 | 259.29 | 0.27 | 0.6 |
| Hex | 8F | 7D | B5 | 15 | 1F | 0 | 1D | 103 | 1B | 3C |
| Octal | 217 | 175 | 265 | 25 | 37 | 0 | 35 | 403 | 33 | 74 |
| Binary | 10001111 | 1111101 | 10110101 | 10101 | 11111 | 0 | 11101 | 100000011 | 11011 | 111100 |
Color Harmonies of #8F7DB5
Complementary color
Monochromatic Colors of #8F7DB5
Black with #8F7DB5
Text Example
Text Example
White with #8F7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DB5; }
p { color: rgb(143,125,181); }
H1.HeaderClassName
{
color: #8F7DB5;
}
.AnyTagClassName
{
color: #8F7DB5;
}
</style>
background-color css
<style>
a { background-color: #8F7DB5; }
a { background-color: rgb(143,125,181); }
div.DivClassName
{
background-color: #8F7DB5;
}
.BgClassName
{
background-color: #8F7DB5;
}
</style>
border-color css
<style>
span { border-color: #8F7DB5; }
span { border-color: rgb(143,125,181); }
td.TdClassName
{
border-color: #8F7DB5;
}
.TagClassName
{
border-color: #8F7DB5;
}
</style>