Html Css Color HEX #8C76B4 Purple Mountain's Majesty
📋 copy color: '#8C76B4'red 140 ◦ green 118 ◦ blue 180
Shades of Purple Mountain's Majesty #8C76B4
Tints of Purple Mountain's Majesty #8C76B4
RGB
CMYK
RGB Variations
Color information
#8C76B4 (or 0x8C76B4) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 76 and B4. RGB value is (140,118,180). Sum of RGB (Red+Green+Blue) = 140+118+180=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76B4 is #73894B. Grayscale: #838383. Windows color (decimal): -7571788 or 11826828. OLE color: 11826828.
HSL color Cylindrical-coordinate representation of color #8C76B4: hue angle of 261.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C76B4 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 118 | 180 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.29 |
| HSL | 261.29º | 0.29% | 0.58% | - |
| HSV(B) | 261.29º | 0.34% | 0.71% | - |
| XYZ | 25.53 | 21.83 | 46.05 | - |
| YUV | 131.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 180 | 0.22 | 0.34 | 0 | 0.29 | 261.29 | 0.29 | 0.58 |
| Hex | 8C | 76 | B4 | 16 | 22 | 0 | 1D | 105 | 1D | 3A |
| Octal | 214 | 166 | 264 | 26 | 42 | 0 | 35 | 405 | 35 | 72 |
| Binary | 10001100 | 1110110 | 10110100 | 10110 | 100010 | 0 | 11101 | 100000101 | 11101 | 111010 |
Color Harmonies of #8C76B4
Complementary color
Monochromatic Colors of #8C76B4
Black with #8C76B4
Text Example
Text Example
White with #8C76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C76B4; }
p { color: rgb(140,118,180); }
H1.HeaderClassName
{
color: #8C76B4;
}
.AnyTagClassName
{
color: #8C76B4;
}
</style>
background-color css
<style>
a { background-color: #8C76B4; }
a { background-color: rgb(140,118,180); }
div.DivClassName
{
background-color: #8C76B4;
}
.BgClassName
{
background-color: #8C76B4;
}
</style>
border-color css
<style>
span { border-color: #8C76B4; }
span { border-color: rgb(140,118,180); }
td.TdClassName
{
border-color: #8C76B4;
}
.TagClassName
{
border-color: #8C76B4;
}
</style>