Shades of Dark Violet #8004DE
Tints of Dark Violet #8004DE
RGB
CMYK
RGB Variations
Color information
#8004DE (or 0x8004DE) is known color: Dark Violet. HEX triplet: 80, 04 and DE. RGB value is (128,4,222). Sum of RGB (Red+Green+Blue) = 128+4+222=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #8004DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004DE is #7FFB21. Grayscale: #414141. Windows color (decimal): -8387362 or 14550144. OLE color: 14550144.
HSL color Cylindrical-coordinate representation of color #8004DE: hue angle of 274.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004DE is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 4 | 222 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.13 |
| HSL | 274.13º | 0.96% | 0.44% | - |
| HSV(B) | 274.13º | 0.98% | 0.87% | - |
| XYZ | 22.13 | 9.95 | 69.86 | - |
| YUV | 65.93 | 216.08 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 222 | 0.42 | 0.98 | 0 | 0.13 | 274.13 | 0.96 | 0.44 |
| Hex | 80 | 4 | DE | 2A | 62 | 0 | D | 112 | 60 | 2C |
| Octal | 200 | 4 | 336 | 52 | 142 | 0 | 15 | 422 | 140 | 54 |
| Binary | 10000000 | 100 | 11011110 | 101010 | 1100010 | 0 | 1101 | 100010010 | 1100000 | 101100 |
Color Harmonies of #8004DE
Complementary color
Monochromatic Colors of #8004DE
Black with #8004DE
Text Example
Text Example
White with #8004DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004DE; }
p { color: rgb(128,4,222); }
H1.HeaderClassName
{
color: #8004DE;
}
.AnyTagClassName
{
color: #8004DE;
}
</style>
background-color css
<style>
a { background-color: #8004DE; }
a { background-color: rgb(128,4,222); }
div.DivClassName
{
background-color: #8004DE;
}
.BgClassName
{
background-color: #8004DE;
}
</style>
border-color css
<style>
span { border-color: #8004DE; }
span { border-color: rgb(128,4,222); }
td.TdClassName
{
border-color: #8004DE;
}
.TagClassName
{
border-color: #8004DE;
}
</style>