Shades of Dark Violet #800DBD
Tints of Dark Violet #800DBD
RGB
CMYK
RGB Variations
Color information
#800DBD (or 0x800DBD) is known color: Dark Violet. HEX triplet: 80, 0D and BD. RGB value is (128,13,189). Sum of RGB (Red+Green+Blue) = 128+13+189=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #800DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DBD is #7FF242. Grayscale: #424242. Windows color (decimal): -8385091 or 12389760. OLE color: 12389760.
HSL color Cylindrical-coordinate representation of color #800DBD: hue angle of 279.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DBD is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 13 | 189 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.26 |
| HSL | 279.2º | 0.87% | 0.4% | - |
| HSV(B) | 279.2º | 0.93% | 0.74% | - |
| XYZ | 18.23 | 8.55 | 48.83 | - |
| YUV | 67.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 189 | 0.32 | 0.93 | 0 | 0.26 | 279.2 | 0.87 | 0.4 |
| Hex | 80 | D | BD | 20 | 5D | 0 | 1A | 117 | 57 | 28 |
| Octal | 200 | 15 | 275 | 40 | 135 | 0 | 32 | 427 | 127 | 50 |
| Binary | 10000000 | 1101 | 10111101 | 100000 | 1011101 | 0 | 11010 | 100010111 | 1010111 | 101000 |
Color Harmonies of #800DBD
Complementary color
Monochromatic Colors of #800DBD
Black with #800DBD
Text Example
Text Example
White with #800DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DBD; }
p { color: rgb(128,13,189); }
H1.HeaderClassName
{
color: #800DBD;
}
.AnyTagClassName
{
color: #800DBD;
}
</style>
background-color css
<style>
a { background-color: #800DBD; }
a { background-color: rgb(128,13,189); }
div.DivClassName
{
background-color: #800DBD;
}
.BgClassName
{
background-color: #800DBD;
}
</style>
border-color css
<style>
span { border-color: #800DBD; }
span { border-color: rgb(128,13,189); }
td.TdClassName
{
border-color: #800DBD;
}
.TagClassName
{
border-color: #800DBD;
}
</style>