Shades of Dark Violet #8000DE
Tints of Dark Violet #8000DE
RGB
CMYK
RGB Variations
Color information
#8000DE (or 0x8000DE) is known color: Dark Violet. HEX triplet: 80, 00 and DE. RGB value is (128,0,222). Sum of RGB (Red+Green+Blue) = 128+0+222=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #8000DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000DE is #7FFF21. Grayscale: #3E3E3E. Windows color (decimal): -8388386 or 14549120. OLE color: 14549120.
HSL color Cylindrical-coordinate representation of color #8000DE: hue angle of 274.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000DE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 0 | 222 | - |
| CMYK | 0.42 | 1 | 0 | 0.13 |
| HSL | 274.59º | 1% | 0.44% | - |
| HSV(B) | 274.59º | 1% | 0.87% | - |
| XYZ | 22.09 | 9.86 | 69.85 | - |
| YUV | 63.58 | 217.41 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 222 | 0.42 | 1 | 0 | 0.13 | 274.59 | 1 | 0.44 |
| Hex | 80 | 0 | DE | 2A | 64 | 0 | D | 113 | 64 | 2C |
| Octal | 200 | 0 | 336 | 52 | 144 | 0 | 15 | 423 | 144 | 54 |
| Binary | 10000000 | 0 | 11011110 | 101010 | 1100100 | 0 | 1101 | 100010011 | 1100100 | 101100 |
Color Harmonies of #8000DE
Complementary color
Monochromatic Colors of #8000DE
Black with #8000DE
Text Example
Text Example
White with #8000DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000DE; }
p { color: rgb(128,0,222); }
H1.HeaderClassName
{
color: #8000DE;
}
.AnyTagClassName
{
color: #8000DE;
}
</style>
background-color css
<style>
a { background-color: #8000DE; }
a { background-color: rgb(128,0,222); }
div.DivClassName
{
background-color: #8000DE;
}
.BgClassName
{
background-color: #8000DE;
}
</style>
border-color css
<style>
span { border-color: #8000DE; }
span { border-color: rgb(128,0,222); }
td.TdClassName
{
border-color: #8000DE;
}
.TagClassName
{
border-color: #8000DE;
}
</style>