Shades of Dark Violet #8013C6
Tints of Dark Violet #8013C6
RGB
CMYK
RGB Variations
Color information
#8013C6 (or 0x8013C6) is known color: Dark Violet. HEX triplet: 80, 13 and C6. RGB value is (128,19,198). Sum of RGB (Red+Green+Blue) = 128+19+198=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #8013C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013C6 is #7FEC39. Grayscale: #474747. Windows color (decimal): -8383546 or 12981120. OLE color: 12981120.
HSL color Cylindrical-coordinate representation of color #8013C6: hue angle of 276.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8013C6 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 19 | 198 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.22 |
| HSL | 276.54º | 0.82% | 0.43% | - |
| HSV(B) | 276.54º | 0.9% | 0.78% | - |
| XYZ | 19.33 | 9.13 | 54.17 | - |
| YUV | 72 | 199.11 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 198 | 0.35 | 0.90 | 0 | 0.22 | 276.54 | 0.82 | 0.43 |
| Hex | 80 | 13 | C6 | 23 | 5A | 0 | 16 | 115 | 52 | 2B |
| Octal | 200 | 23 | 306 | 43 | 132 | 0 | 26 | 425 | 122 | 53 |
| Binary | 10000000 | 10011 | 11000110 | 100011 | 1011010 | 0 | 10110 | 100010101 | 1010010 | 101011 |
Color Harmonies of #8013C6
Complementary color
Monochromatic Colors of #8013C6
Black with #8013C6
Text Example
Text Example
White with #8013C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013C6; }
p { color: rgb(128,19,198); }
H1.HeaderClassName
{
color: #8013C6;
}
.AnyTagClassName
{
color: #8013C6;
}
</style>
background-color css
<style>
a { background-color: #8013C6; }
a { background-color: rgb(128,19,198); }
div.DivClassName
{
background-color: #8013C6;
}
.BgClassName
{
background-color: #8013C6;
}
</style>
border-color css
<style>
span { border-color: #8013C6; }
span { border-color: rgb(128,19,198); }
td.TdClassName
{
border-color: #8013C6;
}
.TagClassName
{
border-color: #8013C6;
}
</style>