Html Css Color HEX #8C70AF Purple Mountain's Majesty
📋 copy color: '#8C70AF'red 140 ◦ green 112 ◦ blue 175
Shades of Purple Mountain's Majesty #8C70AF
Tints of Purple Mountain's Majesty #8C70AF
RGB
CMYK
RGB Variations
Color information
#8C70AF (or 0x8C70AF) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 70 and AF. RGB value is (140,112,175). Sum of RGB (Red+Green+Blue) = 140+112+175=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C70AF is #738F50. Grayscale: #7F7F7F. Windows color (decimal): -7573329 or 11497612. OLE color: 11497612.
HSL color Cylindrical-coordinate representation of color #8C70AF: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C70AF is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 112 | 175 | - |
| CMYK | 0.2 | 0.36 | 0 | 0.31 |
| HSL | 266.67º | 0.28% | 0.56% | - |
| HSV(B) | 266.67º | 0.36% | 0.69% | - |
| XYZ | 24.35 | 20.26 | 43.18 | - |
| YUV | 127.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 175 | 0.2 | 0.36 | 0 | 0.31 | 266.67 | 0.28 | 0.56 |
| Hex | 8C | 70 | AF | 14 | 24 | 0 | 1F | 10B | 1C | 38 |
| Octal | 214 | 160 | 257 | 24 | 44 | 0 | 37 | 413 | 34 | 70 |
| Binary | 10001100 | 1110000 | 10101111 | 10100 | 100100 | 0 | 11111 | 100001011 | 11100 | 111000 |
Color Harmonies of #8C70AF
Complementary color
Monochromatic Colors of #8C70AF
Black with #8C70AF
Text Example
Text Example
White with #8C70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70AF; }
p { color: rgb(140,112,175); }
H1.HeaderClassName
{
color: #8C70AF;
}
.AnyTagClassName
{
color: #8C70AF;
}
</style>
background-color css
<style>
a { background-color: #8C70AF; }
a { background-color: rgb(140,112,175); }
div.DivClassName
{
background-color: #8C70AF;
}
.BgClassName
{
background-color: #8C70AF;
}
</style>
border-color css
<style>
span { border-color: #8C70AF; }
span { border-color: rgb(140,112,175); }
td.TdClassName
{
border-color: #8C70AF;
}
.TagClassName
{
border-color: #8C70AF;
}
</style>