Shades of Dark Violet #8C0ACE
Tints of Dark Violet #8C0ACE
RGB
CMYK
RGB Variations
Color information
#8C0ACE (or 0x8C0ACE) is known color: Dark Violet. HEX triplet: 8C, 0A and CE. RGB value is (140,10,206). Sum of RGB (Red+Green+Blue) = 140+10+206=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0ACE is #73F531. Grayscale: #464646. Windows color (decimal): -7599410 or 13503116. OLE color: 13503116.
HSL color Cylindrical-coordinate representation of color #8C0ACE: hue angle of 279.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0ACE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 10 | 206 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.19 |
| HSL | 279.8º | 0.91% | 0.42% | - |
| HSV(B) | 279.8º | 0.95% | 0.81% | - |
| XYZ | 22.06 | 10.25 | 59.21 | - |
| YUV | 71.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 206 | 0.32 | 0.95 | 0 | 0.19 | 279.8 | 0.91 | 0.42 |
| Hex | 8C | A | CE | 20 | 5F | 0 | 13 | 118 | 5B | 2A |
| Octal | 214 | 12 | 316 | 40 | 137 | 0 | 23 | 430 | 133 | 52 |
| Binary | 10001100 | 1010 | 11001110 | 100000 | 1011111 | 0 | 10011 | 100011000 | 1011011 | 101010 |
Color Harmonies of #8C0ACE
Complementary color
Monochromatic Colors of #8C0ACE
Black with #8C0ACE
Text Example
Text Example
White with #8C0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0ACE; }
p { color: rgb(140,10,206); }
H1.HeaderClassName
{
color: #8C0ACE;
}
.AnyTagClassName
{
color: #8C0ACE;
}
</style>
background-color css
<style>
a { background-color: #8C0ACE; }
a { background-color: rgb(140,10,206); }
div.DivClassName
{
background-color: #8C0ACE;
}
.BgClassName
{
background-color: #8C0ACE;
}
</style>
border-color css
<style>
span { border-color: #8C0ACE; }
span { border-color: rgb(140,10,206); }
td.TdClassName
{
border-color: #8C0ACE;
}
.TagClassName
{
border-color: #8C0ACE;
}
</style>