Shades of Dark Violet #8005DC
Tints of Dark Violet #8005DC
RGB
CMYK
RGB Variations
Color information
#8005DC (or 0x8005DC) is known color: Dark Violet. HEX triplet: 80, 05 and DC. RGB value is (128,5,220). Sum of RGB (Red+Green+Blue) = 128+5+220=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #8005DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8005DC is #7FFA23. Grayscale: #414141. Windows color (decimal): -8387108 or 14419328. OLE color: 14419328.
HSL color Cylindrical-coordinate representation of color #8005DC: hue angle of 274.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8005DC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 5 | 220 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.14 |
| HSL | 274.33º | 0.96% | 0.44% | - |
| HSV(B) | 274.33º | 0.98% | 0.86% | - |
| XYZ | 21.87 | 9.87 | 68.46 | - |
| YUV | 66.29 | 214.75 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 220 | 0.42 | 0.98 | 0 | 0.14 | 274.33 | 0.96 | 0.44 |
| Hex | 80 | 5 | DC | 2A | 62 | 0 | E | 112 | 60 | 2C |
| Octal | 200 | 5 | 334 | 52 | 142 | 0 | 16 | 422 | 140 | 54 |
| Binary | 10000000 | 101 | 11011100 | 101010 | 1100010 | 0 | 1110 | 100010010 | 1100000 | 101100 |
Color Harmonies of #8005DC
Complementary color
Monochromatic Colors of #8005DC
Black with #8005DC
Text Example
Text Example
White with #8005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005DC; }
p { color: rgb(128,5,220); }
H1.HeaderClassName
{
color: #8005DC;
}
.AnyTagClassName
{
color: #8005DC;
}
</style>
background-color css
<style>
a { background-color: #8005DC; }
a { background-color: rgb(128,5,220); }
div.DivClassName
{
background-color: #8005DC;
}
.BgClassName
{
background-color: #8005DC;
}
</style>
border-color css
<style>
span { border-color: #8005DC; }
span { border-color: rgb(128,5,220); }
td.TdClassName
{
border-color: #8005DC;
}
.TagClassName
{
border-color: #8005DC;
}
</style>