Shades of Dark Violet #800DBA
Tints of Dark Violet #800DBA
RGB
CMYK
RGB Variations
Color information
#800DBA (or 0x800DBA) is known color: Dark Violet. HEX triplet: 80, 0D and BA. RGB value is (128,13,186). Sum of RGB (Red+Green+Blue) = 128+13+186=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #800DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DBA is #7FF245. Grayscale: #424242. Windows color (decimal): -8385094 or 12193152. OLE color: 12193152.
HSL color Cylindrical-coordinate representation of color #800DBA: hue angle of 279.88º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DBA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 13 | 186 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.27 |
| HSL | 279.88º | 0.87% | 0.39% | - |
| HSV(B) | 279.88º | 0.93% | 0.73% | - |
| XYZ | 17.91 | 8.42 | 47.14 | - |
| YUV | 67.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 186 | 0.31 | 0.93 | 0 | 0.27 | 279.88 | 0.87 | 0.39 |
| Hex | 80 | D | BA | 1F | 5D | 0 | 1B | 118 | 57 | 27 |
| Octal | 200 | 15 | 272 | 37 | 135 | 0 | 33 | 430 | 127 | 47 |
| Binary | 10000000 | 1101 | 10111010 | 11111 | 1011101 | 0 | 11011 | 100011000 | 1010111 | 100111 |
Color Harmonies of #800DBA
Complementary color
Monochromatic Colors of #800DBA
Black with #800DBA
Text Example
Text Example
White with #800DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DBA; }
p { color: rgb(128,13,186); }
H1.HeaderClassName
{
color: #800DBA;
}
.AnyTagClassName
{
color: #800DBA;
}
</style>
background-color css
<style>
a { background-color: #800DBA; }
a { background-color: rgb(128,13,186); }
div.DivClassName
{
background-color: #800DBA;
}
.BgClassName
{
background-color: #800DBA;
}
</style>
border-color css
<style>
span { border-color: #800DBA; }
span { border-color: rgb(128,13,186); }
td.TdClassName
{
border-color: #800DBA;
}
.TagClassName
{
border-color: #800DBA;
}
</style>