Shades of Dark Violet #8003DB
Tints of Dark Violet #8003DB
RGB
CMYK
RGB Variations
Color information
#8003DB (or 0x8003DB) is known color: Dark Violet. HEX triplet: 80, 03 and DB. RGB value is (128,3,219). Sum of RGB (Red+Green+Blue) = 128+3+219=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #8003DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003DB is #7FFC24. Grayscale: #404040. Windows color (decimal): -8387621 or 14353280. OLE color: 14353280.
HSL color Cylindrical-coordinate representation of color #8003DB: hue angle of 274.72º 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 #8003DB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 3 | 219 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.14 |
| HSL | 274.72º | 0.97% | 0.44% | - |
| HSV(B) | 274.72º | 0.99% | 0.86% | - |
| XYZ | 21.72 | 9.77 | 67.76 | - |
| YUV | 65 | 214.91 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 219 | 0.42 | 0.99 | 0 | 0.14 | 274.72 | 0.97 | 0.44 |
| Hex | 80 | 3 | DB | 2A | 63 | 0 | E | 113 | 61 | 2C |
| Octal | 200 | 3 | 333 | 52 | 143 | 0 | 16 | 423 | 141 | 54 |
| Binary | 10000000 | 11 | 11011011 | 101010 | 1100011 | 0 | 1110 | 100010011 | 1100001 | 101100 |
Color Harmonies of #8003DB
Complementary color
Monochromatic Colors of #8003DB
Black with #8003DB
Text Example
Text Example
White with #8003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8003DB; }
p { color: rgb(128,3,219); }
H1.HeaderClassName
{
color: #8003DB;
}
.AnyTagClassName
{
color: #8003DB;
}
</style>
background-color css
<style>
a { background-color: #8003DB; }
a { background-color: rgb(128,3,219); }
div.DivClassName
{
background-color: #8003DB;
}
.BgClassName
{
background-color: #8003DB;
}
</style>
border-color css
<style>
span { border-color: #8003DB; }
span { border-color: rgb(128,3,219); }
td.TdClassName
{
border-color: #8003DB;
}
.TagClassName
{
border-color: #8003DB;
}
</style>