Shades of Dark Violet #800DD5
Tints of Dark Violet #800DD5
RGB
CMYK
RGB Variations
Color information
#800DD5 (or 0x800DD5) is known color: Dark Violet. HEX triplet: 80, 0D and D5. RGB value is (128,13,213). Sum of RGB (Red+Green+Blue) = 128+13+213=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #800DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DD5 is #7FF22A. Grayscale: #454545. Windows color (decimal): -8385067 or 13962624. OLE color: 13962624.
HSL color Cylindrical-coordinate representation of color #800DD5: hue angle of 274.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DD5 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 13 | 213 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.16 |
| HSL | 274.5º | 0.88% | 0.44% | - |
| HSV(B) | 274.5º | 0.94% | 0.84% | - |
| XYZ | 21.06 | 9.68 | 63.71 | - |
| YUV | 70.19 | 208.6 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 213 | 0.40 | 0.94 | 0 | 0.16 | 274.5 | 0.88 | 0.44 |
| Hex | 80 | D | D5 | 28 | 5E | 0 | 10 | 112 | 58 | 2C |
| Octal | 200 | 15 | 325 | 50 | 136 | 0 | 20 | 422 | 130 | 54 |
| Binary | 10000000 | 1101 | 11010101 | 101000 | 1011110 | 0 | 10000 | 100010010 | 1011000 | 101100 |
Color Harmonies of #800DD5
Complementary color
Monochromatic Colors of #800DD5
Black with #800DD5
Text Example
Text Example
White with #800DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DD5; }
p { color: rgb(128,13,213); }
H1.HeaderClassName
{
color: #800DD5;
}
.AnyTagClassName
{
color: #800DD5;
}
</style>
background-color css
<style>
a { background-color: #800DD5; }
a { background-color: rgb(128,13,213); }
div.DivClassName
{
background-color: #800DD5;
}
.BgClassName
{
background-color: #800DD5;
}
</style>
border-color css
<style>
span { border-color: #800DD5; }
span { border-color: rgb(128,13,213); }
td.TdClassName
{
border-color: #800DD5;
}
.TagClassName
{
border-color: #800DD5;
}
</style>