Shades of Dark Violet #8013C1
Tints of Dark Violet #8013C1
RGB
CMYK
RGB Variations
Color information
#8013C1 (or 0x8013C1) is known color: Dark Violet. HEX triplet: 80, 13 and C1. RGB value is (128,19,193). Sum of RGB (Red+Green+Blue) = 128+19+193=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #8013C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013C1 is #7FEC3E. Grayscale: #464646. Windows color (decimal): -8383551 or 12653440. OLE color: 12653440.
HSL color Cylindrical-coordinate representation of color #8013C1: hue angle of 277.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8013C1 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 19 | 193 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.24 |
| HSL | 277.59º | 0.82% | 0.42% | - |
| HSV(B) | 277.59º | 0.9% | 0.76% | - |
| XYZ | 18.76 | 8.91 | 51.18 | - |
| YUV | 71.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 193 | 0.34 | 0.90 | 0 | 0.24 | 277.59 | 0.82 | 0.42 |
| Hex | 80 | 13 | C1 | 22 | 5A | 0 | 18 | 116 | 52 | 2A |
| Octal | 200 | 23 | 301 | 42 | 132 | 0 | 30 | 426 | 122 | 52 |
| Binary | 10000000 | 10011 | 11000001 | 100010 | 1011010 | 0 | 11000 | 100010110 | 1010010 | 101010 |
Color Harmonies of #8013C1
Complementary color
Monochromatic Colors of #8013C1
Black with #8013C1
Text Example
Text Example
White with #8013C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013C1; }
p { color: rgb(128,19,193); }
H1.HeaderClassName
{
color: #8013C1;
}
.AnyTagClassName
{
color: #8013C1;
}
</style>
background-color css
<style>
a { background-color: #8013C1; }
a { background-color: rgb(128,19,193); }
div.DivClassName
{
background-color: #8013C1;
}
.BgClassName
{
background-color: #8013C1;
}
</style>
border-color css
<style>
span { border-color: #8013C1; }
span { border-color: rgb(128,19,193); }
td.TdClassName
{
border-color: #8013C1;
}
.TagClassName
{
border-color: #8013C1;
}
</style>