Shades of Dark Violet #8008DD
Tints of Dark Violet #8008DD
RGB
CMYK
RGB Variations
Color information
#8008DD (or 0x8008DD) is known color: Dark Violet. HEX triplet: 80, 08 and DD. RGB value is (128,8,221). Sum of RGB (Red+Green+Blue) = 128+8+221=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #8008DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008DD is #7FF722. Grayscale: #434343. Windows color (decimal): -8386339 or 14485632. OLE color: 14485632.
HSL color Cylindrical-coordinate representation of color #8008DD: hue angle of 273.8º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008DD is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 8 | 221 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.13 |
| HSL | 273.8º | 0.93% | 0.45% | - |
| HSV(B) | 273.8º | 0.96% | 0.87% | - |
| XYZ | 22.04 | 9.98 | 69.17 | - |
| YUV | 68.16 | 214.26 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 221 | 0.42 | 0.96 | 0 | 0.13 | 273.8 | 0.93 | 0.45 |
| Hex | 80 | 8 | DD | 2A | 60 | 0 | D | 112 | 5D | 2D |
| Octal | 200 | 10 | 335 | 52 | 140 | 0 | 15 | 422 | 135 | 55 |
| Binary | 10000000 | 1000 | 11011101 | 101010 | 1100000 | 0 | 1101 | 100010010 | 1011101 | 101101 |
Color Harmonies of #8008DD
Complementary color
Monochromatic Colors of #8008DD
Black with #8008DD
Text Example
Text Example
White with #8008DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8008DD; }
p { color: rgb(128,8,221); }
H1.HeaderClassName
{
color: #8008DD;
}
.AnyTagClassName
{
color: #8008DD;
}
</style>
background-color css
<style>
a { background-color: #8008DD; }
a { background-color: rgb(128,8,221); }
div.DivClassName
{
background-color: #8008DD;
}
.BgClassName
{
background-color: #8008DD;
}
</style>
border-color css
<style>
span { border-color: #8008DD; }
span { border-color: rgb(128,8,221); }
td.TdClassName
{
border-color: #8008DD;
}
.TagClassName
{
border-color: #8008DD;
}
</style>