Html Css Color HEX #8C6EB6 Purple Mountain's Majesty
📋 copy color: '#8C6EB6'red 140 ◦ green 110 ◦ blue 182
Shades of Purple Mountain's Majesty #8C6EB6
Tints of Purple Mountain's Majesty #8C6EB6
RGB
CMYK
RGB Variations
Color information
#8C6EB6 (or 0x8C6EB6) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 6E and B6. RGB value is (140,110,182). Sum of RGB (Red+Green+Blue) = 140+110+182=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C6EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EB6 is #739149. Grayscale: #7E7E7E. Windows color (decimal): -7573834 or 11955852. OLE color: 11955852.
HSL color Cylindrical-coordinate representation of color #8C6EB6: hue angle of 265º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C6EB6 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 140 | 110 | 182 | - |
CMYK | 0.23 | 0.40 | 0 | 0.29 |
HSL | 265º | 0.33% | 0.57% | - |
HSV(B) | 265º | 0.4% | 0.71% | - |
XYZ | 24.83 | 20.1 | 46.83 | - |
YUV | 127.18 | 158.94 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 110 | 182 | 0.23 | 0.40 | 0 | 0.29 | 265 | 0.33 | 0.57 |
Hex | 8C | 6E | B6 | 17 | 28 | 0 | 1D | 109 | 21 | 39 |
Octal | 214 | 156 | 266 | 27 | 50 | 0 | 35 | 411 | 41 | 71 |
Binary | 10001100 | 1101110 | 10110110 | 10111 | 101000 | 0 | 11101 | 100001001 | 100001 | 111001 |
Color Harmonies of #8C6EB6
Complementary color
Monochromatic Colors of #8C6EB6
Black with #8C6EB6
Text Example
Text Example
White with #8C6EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EB6; }
p { color: rgb(140,110,182); }
H1.HeaderClassName
{
color: #8C6EB6;
}
.AnyTagClassName
{
color: #8C6EB6;
}
</style>
background-color css
<style>
a { background-color: #8C6EB6; }
a { background-color: rgb(140,110,182); }
div.DivClassName
{
background-color: #8C6EB6;
}
.BgClassName
{
background-color: #8C6EB6;
}
</style>
border-color css
<style>
span { border-color: #8C6EB6; }
span { border-color: rgb(140,110,182); }
td.TdClassName
{
border-color: #8C6EB6;
}
.TagClassName
{
border-color: #8C6EB6;
}
</style>