Html Css Color HEX #8F7BB5 Purple Mountain's Majesty
📋 copy color: '#8F7BB5'red 143 ◦ green 123 ◦ blue 181
Shades of Purple Mountain's Majesty #8F7BB5
Tints of Purple Mountain's Majesty #8F7BB5
RGB
CMYK
RGB Variations
Color information
#8F7BB5 (or 0x8F7BB5) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7B and B5. RGB value is (143,123,181). Sum of RGB (Red+Green+Blue) = 143+123+181=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F7BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BB5 is #70844A. Grayscale: #878787. Windows color (decimal): -7373899 or 11893647. OLE color: 11893647.
HSL color Cylindrical-coordinate representation of color #8F7BB5: hue angle of 260.69º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F7BB5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 123 | 181 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.29 |
| HSL | 260.69º | 0.28% | 0.6% | - |
| HSV(B) | 260.69º | 0.32% | 0.71% | - |
| XYZ | 26.75 | 23.34 | 46.81 | - |
| YUV | 135.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 181 | 0.21 | 0.32 | 0 | 0.29 | 260.69 | 0.28 | 0.6 |
| Hex | 8F | 7B | B5 | 15 | 20 | 0 | 1D | 105 | 1C | 3C |
| Octal | 217 | 173 | 265 | 25 | 40 | 0 | 35 | 405 | 34 | 74 |
| Binary | 10001111 | 1111011 | 10110101 | 10101 | 100000 | 0 | 11101 | 100000101 | 11100 | 111100 |
Color Harmonies of #8F7BB5
Complementary color
Monochromatic Colors of #8F7BB5
Black with #8F7BB5
Text Example
Text Example
White with #8F7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BB5; }
p { color: rgb(143,123,181); }
H1.HeaderClassName
{
color: #8F7BB5;
}
.AnyTagClassName
{
color: #8F7BB5;
}
</style>
background-color css
<style>
a { background-color: #8F7BB5; }
a { background-color: rgb(143,123,181); }
div.DivClassName
{
background-color: #8F7BB5;
}
.BgClassName
{
background-color: #8F7BB5;
}
</style>
border-color css
<style>
span { border-color: #8F7BB5; }
span { border-color: rgb(143,123,181); }
td.TdClassName
{
border-color: #8F7BB5;
}
.TagClassName
{
border-color: #8F7BB5;
}
</style>