Shades of Dark Violet #8C0AC4
Tints of Dark Violet #8C0AC4
RGB
CMYK
RGB Variations
Color information
#8C0AC4 (or 0x8C0AC4) is known color: Dark Violet. HEX triplet: 8C, 0A and C4. RGB value is (140,10,196). Sum of RGB (Red+Green+Blue) = 140+10+196=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C0AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AC4 is #73F53B. Grayscale: #454545. Windows color (decimal): -7599420 or 12847756. OLE color: 12847756.
HSL color Cylindrical-coordinate representation of color #8C0AC4: hue angle of 281.94º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0AC4 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 10 | 196 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.23 |
| HSL | 281.94º | 0.9% | 0.4% | - |
| HSV(B) | 281.94º | 0.95% | 0.77% | - |
| XYZ | 20.89 | 9.78 | 53.01 | - |
| YUV | 70.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 196 | 0.29 | 0.95 | 0 | 0.23 | 281.94 | 0.9 | 0.4 |
| Hex | 8C | A | C4 | 1D | 5F | 0 | 17 | 11A | 5A | 28 |
| Octal | 214 | 12 | 304 | 35 | 137 | 0 | 27 | 432 | 132 | 50 |
| Binary | 10001100 | 1010 | 11000100 | 11101 | 1011111 | 0 | 10111 | 100011010 | 1011010 | 101000 |
Color Harmonies of #8C0AC4
Complementary color
Monochromatic Colors of #8C0AC4
Black with #8C0AC4
Text Example
Text Example
White with #8C0AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AC4; }
p { color: rgb(140,10,196); }
H1.HeaderClassName
{
color: #8C0AC4;
}
.AnyTagClassName
{
color: #8C0AC4;
}
</style>
background-color css
<style>
a { background-color: #8C0AC4; }
a { background-color: rgb(140,10,196); }
div.DivClassName
{
background-color: #8C0AC4;
}
.BgClassName
{
background-color: #8C0AC4;
}
</style>
border-color css
<style>
span { border-color: #8C0AC4; }
span { border-color: rgb(140,10,196); }
td.TdClassName
{
border-color: #8C0AC4;
}
.TagClassName
{
border-color: #8C0AC4;
}
</style>