Shades of Dark Violet #800DDF
Tints of Dark Violet #800DDF
RGB
CMYK
RGB Variations
Color information
#800DDF (or 0x800DDF) is known color: Dark Violet. HEX triplet: 80, 0D and DF. RGB value is (128,13,223). Sum of RGB (Red+Green+Blue) = 128+13+223=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #800DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDF is #7FF220. Grayscale: #464646. Windows color (decimal): -8385057 or 14617984. OLE color: 14617984.
HSL color Cylindrical-coordinate representation of color #800DDF: hue angle of 272.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DDF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 13 | 223 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.13 |
| HSL | 272.86º | 0.89% | 0.46% | - |
| HSV(B) | 272.86º | 0.94% | 0.87% | - |
| XYZ | 22.37 | 10.2 | 70.6 | - |
| YUV | 71.33 | 213.6 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 223 | 0.43 | 0.94 | 0 | 0.13 | 272.86 | 0.89 | 0.46 |
| Hex | 80 | D | DF | 2B | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 200 | 15 | 337 | 53 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 10000000 | 1101 | 11011111 | 101011 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #800DDF
Complementary color
Monochromatic Colors of #800DDF
Black with #800DDF
Text Example
Text Example
White with #800DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DDF; }
p { color: rgb(128,13,223); }
H1.HeaderClassName
{
color: #800DDF;
}
.AnyTagClassName
{
color: #800DDF;
}
</style>
background-color css
<style>
a { background-color: #800DDF; }
a { background-color: rgb(128,13,223); }
div.DivClassName
{
background-color: #800DDF;
}
.BgClassName
{
background-color: #800DDF;
}
</style>
border-color css
<style>
span { border-color: #800DDF; }
span { border-color: rgb(128,13,223); }
td.TdClassName
{
border-color: #800DDF;
}
.TagClassName
{
border-color: #800DDF;
}
</style>