Shades of Dark Violet #8000DD
Tints of Dark Violet #8000DD
RGB
CMYK
RGB Variations
Color information
#8000DD (or 0x8000DD) is known color: Dark Violet. HEX triplet: 80, 00 and DD. RGB value is (128,0,221). Sum of RGB (Red+Green+Blue) = 128+0+221=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #8000DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000DD is #7FFF22. Grayscale: #3E3E3E. Windows color (decimal): -8388387 or 14483584. OLE color: 14483584.
HSL color Cylindrical-coordinate representation of color #8000DD: hue angle of 274.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000DD is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 0 | 221 | - |
| CMYK | 0.42 | 1 | 0 | 0.13 |
| HSL | 274.75º | 1% | 0.43% | - |
| HSV(B) | 274.75º | 1% | 0.87% | - |
| XYZ | 21.95 | 9.81 | 69.14 | - |
| YUV | 63.47 | 216.91 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 221 | 0.42 | 1 | 0 | 0.13 | 274.75 | 1 | 0.43 |
| Hex | 80 | 0 | DD | 2A | 64 | 0 | D | 113 | 64 | 2B |
| Octal | 200 | 0 | 335 | 52 | 144 | 0 | 15 | 423 | 144 | 53 |
| Binary | 10000000 | 0 | 11011101 | 101010 | 1100100 | 0 | 1101 | 100010011 | 1100100 | 101011 |
Color Harmonies of #8000DD
Complementary color
Monochromatic Colors of #8000DD
Black with #8000DD
Text Example
Text Example
White with #8000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000DD; }
p { color: rgb(128,0,221); }
H1.HeaderClassName
{
color: #8000DD;
}
.AnyTagClassName
{
color: #8000DD;
}
</style>
background-color css
<style>
a { background-color: #8000DD; }
a { background-color: rgb(128,0,221); }
div.DivClassName
{
background-color: #8000DD;
}
.BgClassName
{
background-color: #8000DD;
}
</style>
border-color css
<style>
span { border-color: #8000DD; }
span { border-color: rgb(128,0,221); }
td.TdClassName
{
border-color: #8000DD;
}
.TagClassName
{
border-color: #8000DD;
}
</style>