Html Css Color HEX #8C7BB6 Purple Mountain's Majesty
📋 copy color: '#8C7BB6'red 140 ◦ green 123 ◦ blue 182
Shades of Purple Mountain's Majesty #8C7BB6
Tints of Purple Mountain's Majesty #8C7BB6
RGB
CMYK
RGB Variations
Color information
#8C7BB6 (or 0x8C7BB6) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 7B and B6. RGB value is (140,123,182). Sum of RGB (Red+Green+Blue) = 140+123+182=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C7BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BB6 is #738449. Grayscale: #868686. Windows color (decimal): -7570506 or 11959180. OLE color: 11959180.
HSL color Cylindrical-coordinate representation of color #8C7BB6: hue angle of 257.29º degrees, saturation: 0.29, 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 #8C7BB6 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 123 | 182 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.29 |
| HSL | 257.29º | 0.29% | 0.6% | - |
| HSV(B) | 257.29º | 0.32% | 0.71% | - |
| XYZ | 26.34 | 23.12 | 47.33 | - |
| YUV | 134.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 182 | 0.23 | 0.32 | 0 | 0.29 | 257.29 | 0.29 | 0.6 |
| Hex | 8C | 7B | B6 | 17 | 20 | 0 | 1D | 101 | 1D | 3C |
| Octal | 214 | 173 | 266 | 27 | 40 | 0 | 35 | 401 | 35 | 74 |
| Binary | 10001100 | 1111011 | 10110110 | 10111 | 100000 | 0 | 11101 | 100000001 | 11101 | 111100 |
Color Harmonies of #8C7BB6
Complementary color
Monochromatic Colors of #8C7BB6
Black with #8C7BB6
Text Example
Text Example
White with #8C7BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BB6; }
p { color: rgb(140,123,182); }
H1.HeaderClassName
{
color: #8C7BB6;
}
.AnyTagClassName
{
color: #8C7BB6;
}
</style>
background-color css
<style>
a { background-color: #8C7BB6; }
a { background-color: rgb(140,123,182); }
div.DivClassName
{
background-color: #8C7BB6;
}
.BgClassName
{
background-color: #8C7BB6;
}
</style>
border-color css
<style>
span { border-color: #8C7BB6; }
span { border-color: rgb(140,123,182); }
td.TdClassName
{
border-color: #8C7BB6;
}
.TagClassName
{
border-color: #8C7BB6;
}
</style>