Shades of Dark Violet #8003DC
Tints of Dark Violet #8003DC
RGB
CMYK
RGB Variations
Color information
#8003DC (or 0x8003DC) is known color: Dark Violet. HEX triplet: 80, 03 and DC. RGB value is (128,3,220). Sum of RGB (Red+Green+Blue) = 128+3+220=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #8003DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003DC is #7FFC23. Grayscale: #404040. Windows color (decimal): -8387620 or 14418816. OLE color: 14418816.
HSL color Cylindrical-coordinate representation of color #8003DC: hue angle of 274.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8003DC is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 3 | 220 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.14 |
| HSL | 274.56º | 0.97% | 0.44% | - |
| HSV(B) | 274.56º | 0.99% | 0.86% | - |
| XYZ | 21.85 | 9.82 | 68.45 | - |
| YUV | 65.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 220 | 0.42 | 0.99 | 0 | 0.14 | 274.56 | 0.97 | 0.44 |
| Hex | 80 | 3 | DC | 2A | 63 | 0 | E | 113 | 61 | 2C |
| Octal | 200 | 3 | 334 | 52 | 143 | 0 | 16 | 423 | 141 | 54 |
| Binary | 10000000 | 11 | 11011100 | 101010 | 1100011 | 0 | 1110 | 100010011 | 1100001 | 101100 |
Color Harmonies of #8003DC
Complementary color
Monochromatic Colors of #8003DC
Black with #8003DC
Text Example
Text Example
White with #8003DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8003DC; }
p { color: rgb(128,3,220); }
H1.HeaderClassName
{
color: #8003DC;
}
.AnyTagClassName
{
color: #8003DC;
}
</style>
background-color css
<style>
a { background-color: #8003DC; }
a { background-color: rgb(128,3,220); }
div.DivClassName
{
background-color: #8003DC;
}
.BgClassName
{
background-color: #8003DC;
}
</style>
border-color css
<style>
span { border-color: #8003DC; }
span { border-color: rgb(128,3,220); }
td.TdClassName
{
border-color: #8003DC;
}
.TagClassName
{
border-color: #8003DC;
}
</style>