Shades of Dark Violet #800DB6
Tints of Dark Violet #800DB6
RGB
CMYK
RGB Variations
Color information
#800DB6 (or 0x800DB6) is known color: Dark Violet. HEX triplet: 80, 0D and B6. RGB value is (128,13,182). Sum of RGB (Red+Green+Blue) = 128+13+182=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #800DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DB6 is #7FF249. Grayscale: #424242. Windows color (decimal): -8385098 or 11931008. OLE color: 11931008.
HSL color Cylindrical-coordinate representation of color #800DB6: hue angle of 280.83º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DB6 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 13 | 182 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.29 |
| HSL | 280.83º | 0.87% | 0.38% | - |
| HSV(B) | 280.83º | 0.93% | 0.71% | - |
| XYZ | 17.49 | 8.25 | 44.93 | - |
| YUV | 66.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 182 | 0.30 | 0.93 | 0 | 0.29 | 280.83 | 0.87 | 0.38 |
| Hex | 80 | D | B6 | 1E | 5D | 0 | 1D | 119 | 57 | 26 |
| Octal | 200 | 15 | 266 | 36 | 135 | 0 | 35 | 431 | 127 | 46 |
| Binary | 10000000 | 1101 | 10110110 | 11110 | 1011101 | 0 | 11101 | 100011001 | 1010111 | 100110 |
Color Harmonies of #800DB6
Complementary color
Monochromatic Colors of #800DB6
Black with #800DB6
Text Example
Text Example
White with #800DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DB6; }
p { color: rgb(128,13,182); }
H1.HeaderClassName
{
color: #800DB6;
}
.AnyTagClassName
{
color: #800DB6;
}
</style>
background-color css
<style>
a { background-color: #800DB6; }
a { background-color: rgb(128,13,182); }
div.DivClassName
{
background-color: #800DB6;
}
.BgClassName
{
background-color: #800DB6;
}
</style>
border-color css
<style>
span { border-color: #800DB6; }
span { border-color: rgb(128,13,182); }
td.TdClassName
{
border-color: #800DB6;
}
.TagClassName
{
border-color: #800DB6;
}
</style>