Html Css Color HEX #8C6FB0 Purple Mountain's Majesty
📋 copy color: '#8C6FB0'red 140 ◦ green 111 ◦ blue 176
Shades of Purple Mountain's Majesty #8C6FB0
Tints of Purple Mountain's Majesty #8C6FB0
RGB
CMYK
RGB Variations
Color information
#8C6FB0 (or 0x8C6FB0) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 6F and B0. RGB value is (140,111,176). Sum of RGB (Red+Green+Blue) = 140+111+176=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C6FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6FB0 is #73904F. Grayscale: #7E7E7E. Windows color (decimal): -7573584 or 11562892. OLE color: 11562892.
HSL color Cylindrical-coordinate representation of color #8C6FB0: hue angle of 266.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6FB0 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 111 | 176 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.31 |
| HSL | 266.77º | 0.29% | 0.56% | - |
| HSV(B) | 266.77º | 0.37% | 0.69% | - |
| XYZ | 24.34 | 20.08 | 43.67 | - |
| YUV | 127.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 176 | 0.20 | 0.37 | 0 | 0.31 | 266.77 | 0.29 | 0.56 |
| Hex | 8C | 6F | B0 | 14 | 25 | 0 | 1F | 10B | 1D | 38 |
| Octal | 214 | 157 | 260 | 24 | 45 | 0 | 37 | 413 | 35 | 70 |
| Binary | 10001100 | 1101111 | 10110000 | 10100 | 100101 | 0 | 11111 | 100001011 | 11101 | 111000 |
Color Harmonies of #8C6FB0
Complementary color
Monochromatic Colors of #8C6FB0
Black with #8C6FB0
Text Example
Text Example
White with #8C6FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FB0; }
p { color: rgb(140,111,176); }
H1.HeaderClassName
{
color: #8C6FB0;
}
.AnyTagClassName
{
color: #8C6FB0;
}
</style>
background-color css
<style>
a { background-color: #8C6FB0; }
a { background-color: rgb(140,111,176); }
div.DivClassName
{
background-color: #8C6FB0;
}
.BgClassName
{
background-color: #8C6FB0;
}
</style>
border-color css
<style>
span { border-color: #8C6FB0; }
span { border-color: rgb(140,111,176); }
td.TdClassName
{
border-color: #8C6FB0;
}
.TagClassName
{
border-color: #8C6FB0;
}
</style>