Shades of Dark Violet #8C0AE1
Tints of Dark Violet #8C0AE1
RGB
CMYK
RGB Variations
Color information
#8C0AE1 (or 0x8C0AE1) is known color: Dark Violet. HEX triplet: 8C, 0A and E1. RGB value is (140,10,225). Sum of RGB (Red+Green+Blue) = 140+10+225=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C0AE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AE1 is #73F51E. Grayscale: #484848. Windows color (decimal): -7599391 or 14748300. OLE color: 14748300.
HSL color Cylindrical-coordinate representation of color #8C0AE1: hue angle of 276.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AE1 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 10 | 225 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.12 |
| HSL | 276.28º | 0.91% | 0.46% | - |
| HSV(B) | 276.28º | 0.96% | 0.88% | - |
| XYZ | 24.51 | 11.23 | 72.11 | - |
| YUV | 73.38 | 213.57 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 225 | 0.38 | 0.96 | 0 | 0.12 | 276.28 | 0.91 | 0.46 |
| Hex | 8C | A | E1 | 26 | 60 | 0 | C | 114 | 5B | 2E |
| Octal | 214 | 12 | 341 | 46 | 140 | 0 | 14 | 424 | 133 | 56 |
| Binary | 10001100 | 1010 | 11100001 | 100110 | 1100000 | 0 | 1100 | 100010100 | 1011011 | 101110 |
Color Harmonies of #8C0AE1
Complementary color
Monochromatic Colors of #8C0AE1
Black with #8C0AE1
Text Example
Text Example
White with #8C0AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AE1; }
p { color: rgb(140,10,225); }
H1.HeaderClassName
{
color: #8C0AE1;
}
.AnyTagClassName
{
color: #8C0AE1;
}
</style>
background-color css
<style>
a { background-color: #8C0AE1; }
a { background-color: rgb(140,10,225); }
div.DivClassName
{
background-color: #8C0AE1;
}
.BgClassName
{
background-color: #8C0AE1;
}
</style>
border-color css
<style>
span { border-color: #8C0AE1; }
span { border-color: rgb(140,10,225); }
td.TdClassName
{
border-color: #8C0AE1;
}
.TagClassName
{
border-color: #8C0AE1;
}
</style>