Shades of Dark Violet #800DBB
Tints of Dark Violet #800DBB
RGB
CMYK
RGB Variations
Color information
#800DBB (or 0x800DBB) is known color: Dark Violet. HEX triplet: 80, 0D and BB. RGB value is (128,13,187). Sum of RGB (Red+Green+Blue) = 128+13+187=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #800DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DBB is #7FF244. Grayscale: #424242. Windows color (decimal): -8385093 or 12258688. OLE color: 12258688.
HSL color Cylindrical-coordinate representation of color #800DBB: hue angle of 279.66º 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 #800DBB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 13 | 187 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.27 |
| HSL | 279.66º | 0.87% | 0.39% | - |
| HSV(B) | 279.66º | 0.93% | 0.73% | - |
| XYZ | 18.02 | 8.46 | 47.7 | - |
| YUV | 67.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 187 | 0.32 | 0.93 | 0 | 0.27 | 279.66 | 0.87 | 0.39 |
| Hex | 80 | D | BB | 20 | 5D | 0 | 1B | 118 | 57 | 27 |
| Octal | 200 | 15 | 273 | 40 | 135 | 0 | 33 | 430 | 127 | 47 |
| Binary | 10000000 | 1101 | 10111011 | 100000 | 1011101 | 0 | 11011 | 100011000 | 1010111 | 100111 |
Color Harmonies of #800DBB
Complementary color
Monochromatic Colors of #800DBB
Black with #800DBB
Text Example
Text Example
White with #800DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DBB; }
p { color: rgb(128,13,187); }
H1.HeaderClassName
{
color: #800DBB;
}
.AnyTagClassName
{
color: #800DBB;
}
</style>
background-color css
<style>
a { background-color: #800DBB; }
a { background-color: rgb(128,13,187); }
div.DivClassName
{
background-color: #800DBB;
}
.BgClassName
{
background-color: #800DBB;
}
</style>
border-color css
<style>
span { border-color: #800DBB; }
span { border-color: rgb(128,13,187); }
td.TdClassName
{
border-color: #800DBB;
}
.TagClassName
{
border-color: #800DBB;
}
</style>