Shades of Dark Violet #800DBE
Tints of Dark Violet #800DBE
RGB
CMYK
RGB Variations
Color information
#800DBE (or 0x800DBE) is known color: Dark Violet. HEX triplet: 80, 0D and BE. RGB value is (128,13,190). Sum of RGB (Red+Green+Blue) = 128+13+190=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #800DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DBE is #7FF241. Grayscale: #424242. Windows color (decimal): -8385090 or 12455296. OLE color: 12455296.
HSL color Cylindrical-coordinate representation of color #800DBE: hue angle of 278.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DBE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 13 | 190 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.25 |
| HSL | 278.98º | 0.87% | 0.4% | - |
| HSV(B) | 278.98º | 0.93% | 0.75% | - |
| XYZ | 18.34 | 8.59 | 49.41 | - |
| YUV | 67.56 | 197.1 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 190 | 0.33 | 0.93 | 0 | 0.25 | 278.98 | 0.87 | 0.4 |
| Hex | 80 | D | BE | 21 | 5D | 0 | 19 | 117 | 57 | 28 |
| Octal | 200 | 15 | 276 | 41 | 135 | 0 | 31 | 427 | 127 | 50 |
| Binary | 10000000 | 1101 | 10111110 | 100001 | 1011101 | 0 | 11001 | 100010111 | 1010111 | 101000 |
Color Harmonies of #800DBE
Complementary color
Monochromatic Colors of #800DBE
Black with #800DBE
Text Example
Text Example
White with #800DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DBE; }
p { color: rgb(128,13,190); }
H1.HeaderClassName
{
color: #800DBE;
}
.AnyTagClassName
{
color: #800DBE;
}
</style>
background-color css
<style>
a { background-color: #800DBE; }
a { background-color: rgb(128,13,190); }
div.DivClassName
{
background-color: #800DBE;
}
.BgClassName
{
background-color: #800DBE;
}
</style>
border-color css
<style>
span { border-color: #800DBE; }
span { border-color: rgb(128,13,190); }
td.TdClassName
{
border-color: #800DBE;
}
.TagClassName
{
border-color: #800DBE;
}
</style>