Shades of Dark Violet #8004D1
Tints of Dark Violet #8004D1
RGB
CMYK
RGB Variations
Color information
#8004D1 (or 0x8004D1) is known color: Dark Violet. HEX triplet: 80, 04 and D1. RGB value is (128,4,209). Sum of RGB (Red+Green+Blue) = 128+4+209=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #8004D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004D1 is #7FFB2E. Grayscale: #3F3F3F. Windows color (decimal): -8387375 or 13698176. OLE color: 13698176.
HSL color Cylindrical-coordinate representation of color #8004D1: hue angle of 276.29º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004D1 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 4 | 209 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.18 |
| HSL | 276.29º | 0.96% | 0.42% | - |
| HSV(B) | 276.29º | 0.98% | 0.82% | - |
| XYZ | 20.45 | 9.28 | 61.03 | - |
| YUV | 64.45 | 209.58 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 209 | 0.39 | 0.98 | 0 | 0.18 | 276.29 | 0.96 | 0.42 |
| Hex | 80 | 4 | D1 | 27 | 62 | 0 | 12 | 114 | 60 | 2A |
| Octal | 200 | 4 | 321 | 47 | 142 | 0 | 22 | 424 | 140 | 52 |
| Binary | 10000000 | 100 | 11010001 | 100111 | 1100010 | 0 | 10010 | 100010100 | 1100000 | 101010 |
Color Harmonies of #8004D1
Complementary color
Monochromatic Colors of #8004D1
Black with #8004D1
Text Example
Text Example
White with #8004D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004D1; }
p { color: rgb(128,4,209); }
H1.HeaderClassName
{
color: #8004D1;
}
.AnyTagClassName
{
color: #8004D1;
}
</style>
background-color css
<style>
a { background-color: #8004D1; }
a { background-color: rgb(128,4,209); }
div.DivClassName
{
background-color: #8004D1;
}
.BgClassName
{
background-color: #8004D1;
}
</style>
border-color css
<style>
span { border-color: #8004D1; }
span { border-color: rgb(128,4,209); }
td.TdClassName
{
border-color: #8004D1;
}
.TagClassName
{
border-color: #8004D1;
}
</style>