Html Css Color HEX #8F7CB6 Purple Mountain's Majesty
📋 copy color: '#8F7CB6'red 143 ◦ green 124 ◦ blue 182
Shades of Purple Mountain's Majesty #8F7CB6
Tints of Purple Mountain's Majesty #8F7CB6
RGB
CMYK
RGB Variations
Color information
#8F7CB6 (or 0x8F7CB6) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7C and B6. RGB value is (143,124,182). Sum of RGB (Red+Green+Blue) = 143+124+182=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CB6 is #708349. Grayscale: #888888. Windows color (decimal): -7373642 or 11959439. OLE color: 11959439.
HSL color Cylindrical-coordinate representation of color #8F7CB6: hue angle of 259.66º 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 #8F7CB6 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 124 | 182 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.29 |
| HSL | 259.66º | 0.28% | 0.6% | - |
| HSV(B) | 259.66º | 0.32% | 0.71% | - |
| XYZ | 26.98 | 23.63 | 47.4 | - |
| YUV | 136.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 182 | 0.21 | 0.32 | 0 | 0.29 | 259.66 | 0.28 | 0.6 |
| Hex | 8F | 7C | B6 | 15 | 20 | 0 | 1D | 104 | 1C | 3C |
| Octal | 217 | 174 | 266 | 25 | 40 | 0 | 35 | 404 | 34 | 74 |
| Binary | 10001111 | 1111100 | 10110110 | 10101 | 100000 | 0 | 11101 | 100000100 | 11100 | 111100 |
Color Harmonies of #8F7CB6
Complementary color
Monochromatic Colors of #8F7CB6
Black with #8F7CB6
Text Example
Text Example
White with #8F7CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CB6; }
p { color: rgb(143,124,182); }
H1.HeaderClassName
{
color: #8F7CB6;
}
.AnyTagClassName
{
color: #8F7CB6;
}
</style>
background-color css
<style>
a { background-color: #8F7CB6; }
a { background-color: rgb(143,124,182); }
div.DivClassName
{
background-color: #8F7CB6;
}
.BgClassName
{
background-color: #8F7CB6;
}
</style>
border-color css
<style>
span { border-color: #8F7CB6; }
span { border-color: rgb(143,124,182); }
td.TdClassName
{
border-color: #8F7CB6;
}
.TagClassName
{
border-color: #8F7CB6;
}
</style>