Shades of Dark Violet #800DDA
Tints of Dark Violet #800DDA
RGB
CMYK
RGB Variations
Color information
#800DDA (or 0x800DDA) is known color: Dark Violet. HEX triplet: 80, 0D and DA. RGB value is (128,13,218). Sum of RGB (Red+Green+Blue) = 128+13+218=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #800DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDA is #7FF225. Grayscale: #464646. Windows color (decimal): -8385062 or 14290304. OLE color: 14290304.
HSL color Cylindrical-coordinate representation of color #800DDA: hue angle of 273.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DDA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 13 | 218 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.15 |
| HSL | 273.66º | 0.89% | 0.45% | - |
| HSV(B) | 273.66º | 0.94% | 0.85% | - |
| XYZ | 21.7 | 9.94 | 67.1 | - |
| YUV | 70.76 | 211.1 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 218 | 0.41 | 0.94 | 0 | 0.15 | 273.66 | 0.89 | 0.45 |
| Hex | 80 | D | DA | 29 | 5E | 0 | F | 112 | 59 | 2D |
| Octal | 200 | 15 | 332 | 51 | 136 | 0 | 17 | 422 | 131 | 55 |
| Binary | 10000000 | 1101 | 11011010 | 101001 | 1011110 | 0 | 1111 | 100010010 | 1011001 | 101101 |
Color Harmonies of #800DDA
Complementary color
Monochromatic Colors of #800DDA
Black with #800DDA
Text Example
Text Example
White with #800DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DDA; }
p { color: rgb(128,13,218); }
H1.HeaderClassName
{
color: #800DDA;
}
.AnyTagClassName
{
color: #800DDA;
}
</style>
background-color css
<style>
a { background-color: #800DDA; }
a { background-color: rgb(128,13,218); }
div.DivClassName
{
background-color: #800DDA;
}
.BgClassName
{
background-color: #800DDA;
}
</style>
border-color css
<style>
span { border-color: #800DDA; }
span { border-color: rgb(128,13,218); }
td.TdClassName
{
border-color: #800DDA;
}
.TagClassName
{
border-color: #800DDA;
}
</style>