Shades of Dark Violet #800DB4
Tints of Dark Violet #800DB4
RGB
CMYK
RGB Variations
Color information
#800DB4 (or 0x800DB4) is known color: Dark Violet. HEX triplet: 80, 0D and B4. RGB value is (128,13,180). Sum of RGB (Red+Green+Blue) = 128+13+180=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #800DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DB4 is #7FF24B. Grayscale: #414141. Windows color (decimal): -8385100 or 11799936. OLE color: 11799936.
HSL color Cylindrical-coordinate representation of color #800DB4: hue angle of 281.32º 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 #800DB4 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 13 | 180 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.29 |
| HSL | 281.32º | 0.87% | 0.38% | - |
| HSV(B) | 281.32º | 0.93% | 0.71% | - |
| XYZ | 17.28 | 8.17 | 43.85 | - |
| YUV | 66.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 180 | 0.29 | 0.93 | 0 | 0.29 | 281.32 | 0.87 | 0.38 |
| Hex | 80 | D | B4 | 1D | 5D | 0 | 1D | 119 | 57 | 26 |
| Octal | 200 | 15 | 264 | 35 | 135 | 0 | 35 | 431 | 127 | 46 |
| Binary | 10000000 | 1101 | 10110100 | 11101 | 1011101 | 0 | 11101 | 100011001 | 1010111 | 100110 |
Color Harmonies of #800DB4
Complementary color
Monochromatic Colors of #800DB4
Black with #800DB4
Text Example
Text Example
White with #800DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DB4; }
p { color: rgb(128,13,180); }
H1.HeaderClassName
{
color: #800DB4;
}
.AnyTagClassName
{
color: #800DB4;
}
</style>
background-color css
<style>
a { background-color: #800DB4; }
a { background-color: rgb(128,13,180); }
div.DivClassName
{
background-color: #800DB4;
}
.BgClassName
{
background-color: #800DB4;
}
</style>
border-color css
<style>
span { border-color: #800DB4; }
span { border-color: rgb(128,13,180); }
td.TdClassName
{
border-color: #800DB4;
}
.TagClassName
{
border-color: #800DB4;
}
</style>