Html Css Color HEX #8C70B6 Purple Mountain's Majesty
📋 copy color: '#8C70B6'red 140 ◦ green 112 ◦ blue 182
Shades of Purple Mountain's Majesty #8C70B6
Tints of Purple Mountain's Majesty #8C70B6
RGB
CMYK
RGB Variations
Color information
#8C70B6 (or 0x8C70B6) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 70 and B6. RGB value is (140,112,182). Sum of RGB (Red+Green+Blue) = 140+112+182=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C70B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70B6 is #738F49. Grayscale: #808080. Windows color (decimal): -7573322 or 11956364. OLE color: 11956364.
HSL color Cylindrical-coordinate representation of color #8C70B6: hue angle of 264º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C70B6 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 112 | 182 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.29 |
| HSL | 264º | 0.32% | 0.58% | - |
| HSV(B) | 264º | 0.38% | 0.71% | - |
| XYZ | 25.05 | 20.54 | 46.9 | - |
| YUV | 128.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 182 | 0.23 | 0.38 | 0 | 0.29 | 264 | 0.32 | 0.58 |
| Hex | 8C | 70 | B6 | 17 | 26 | 0 | 1D | 108 | 20 | 3A |
| Octal | 214 | 160 | 266 | 27 | 46 | 0 | 35 | 410 | 40 | 72 |
| Binary | 10001100 | 1110000 | 10110110 | 10111 | 100110 | 0 | 11101 | 100001000 | 100000 | 111010 |
Color Harmonies of #8C70B6
Complementary color
Monochromatic Colors of #8C70B6
Black with #8C70B6
Text Example
Text Example
White with #8C70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70B6; }
p { color: rgb(140,112,182); }
H1.HeaderClassName
{
color: #8C70B6;
}
.AnyTagClassName
{
color: #8C70B6;
}
</style>
background-color css
<style>
a { background-color: #8C70B6; }
a { background-color: rgb(140,112,182); }
div.DivClassName
{
background-color: #8C70B6;
}
.BgClassName
{
background-color: #8C70B6;
}
</style>
border-color css
<style>
span { border-color: #8C70B6; }
span { border-color: rgb(140,112,182); }
td.TdClassName
{
border-color: #8C70B6;
}
.TagClassName
{
border-color: #8C70B6;
}
</style>