Shades of Dark Violet #8C0ACC
Tints of Dark Violet #8C0ACC
RGB
CMYK
RGB Variations
Color information
#8C0ACC (or 0x8C0ACC) is known color: Dark Violet. HEX triplet: 8C, 0A and CC. RGB value is (140,10,204). Sum of RGB (Red+Green+Blue) = 140+10+204=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0ACC is #73F533. Grayscale: #464646. Windows color (decimal): -7599412 or 13372044. OLE color: 13372044.
HSL color Cylindrical-coordinate representation of color #8C0ACC: hue angle of 280.21º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0ACC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 10 | 204 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.2 |
| HSL | 280.21º | 0.91% | 0.42% | - |
| HSV(B) | 280.21º | 0.95% | 0.8% | - |
| XYZ | 21.82 | 10.15 | 57.94 | - |
| YUV | 70.99 | 203.07 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 204 | 0.31 | 0.95 | 0 | 0.2 | 280.21 | 0.91 | 0.42 |
| Hex | 8C | A | CC | 1F | 5F | 0 | 14 | 118 | 5B | 2A |
| Octal | 214 | 12 | 314 | 37 | 137 | 0 | 24 | 430 | 133 | 52 |
| Binary | 10001100 | 1010 | 11001100 | 11111 | 1011111 | 0 | 10100 | 100011000 | 1011011 | 101010 |
Color Harmonies of #8C0ACC
Complementary color
Monochromatic Colors of #8C0ACC
Black with #8C0ACC
Text Example
Text Example
White with #8C0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0ACC; }
p { color: rgb(140,10,204); }
H1.HeaderClassName
{
color: #8C0ACC;
}
.AnyTagClassName
{
color: #8C0ACC;
}
</style>
background-color css
<style>
a { background-color: #8C0ACC; }
a { background-color: rgb(140,10,204); }
div.DivClassName
{
background-color: #8C0ACC;
}
.BgClassName
{
background-color: #8C0ACC;
}
</style>
border-color css
<style>
span { border-color: #8C0ACC; }
span { border-color: rgb(140,10,204); }
td.TdClassName
{
border-color: #8C0ACC;
}
.TagClassName
{
border-color: #8C0ACC;
}
</style>