Shades of Dark Violet #8C0AC5
Tints of Dark Violet #8C0AC5
RGB
CMYK
RGB Variations
Color information
#8C0AC5 (or 0x8C0AC5) is known color: Dark Violet. HEX triplet: 8C, 0A and C5. RGB value is (140,10,197). Sum of RGB (Red+Green+Blue) = 140+10+197=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C0AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AC5 is #73F53A. Grayscale: #454545. Windows color (decimal): -7599419 or 12913292. OLE color: 12913292.
HSL color Cylindrical-coordinate representation of color #8C0AC5: hue angle of 281.71º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0AC5 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 10 | 197 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.23 |
| HSL | 281.71º | 0.9% | 0.41% | - |
| HSV(B) | 281.71º | 0.95% | 0.77% | - |
| XYZ | 21 | 9.82 | 53.61 | - |
| YUV | 70.19 | 199.57 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 197 | 0.29 | 0.95 | 0 | 0.23 | 281.71 | 0.9 | 0.41 |
| Hex | 8C | A | C5 | 1D | 5F | 0 | 17 | 11A | 5A | 29 |
| Octal | 214 | 12 | 305 | 35 | 137 | 0 | 27 | 432 | 132 | 51 |
| Binary | 10001100 | 1010 | 11000101 | 11101 | 1011111 | 0 | 10111 | 100011010 | 1011010 | 101001 |
Color Harmonies of #8C0AC5
Complementary color
Monochromatic Colors of #8C0AC5
Black with #8C0AC5
Text Example
Text Example
White with #8C0AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AC5; }
p { color: rgb(140,10,197); }
H1.HeaderClassName
{
color: #8C0AC5;
}
.AnyTagClassName
{
color: #8C0AC5;
}
</style>
background-color css
<style>
a { background-color: #8C0AC5; }
a { background-color: rgb(140,10,197); }
div.DivClassName
{
background-color: #8C0AC5;
}
.BgClassName
{
background-color: #8C0AC5;
}
</style>
border-color css
<style>
span { border-color: #8C0AC5; }
span { border-color: rgb(140,10,197); }
td.TdClassName
{
border-color: #8C0AC5;
}
.TagClassName
{
border-color: #8C0AC5;
}
</style>