Shades of Dark Violet #800DD7
Tints of Dark Violet #800DD7
RGB
CMYK
RGB Variations
Color information
#800DD7 (or 0x800DD7) is known color: Dark Violet. HEX triplet: 80, 0D and D7. RGB value is (128,13,215). Sum of RGB (Red+Green+Blue) = 128+13+215=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #800DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DD7 is #7FF228. Grayscale: #454545. Windows color (decimal): -8385065 or 14093696. OLE color: 14093696.
HSL color Cylindrical-coordinate representation of color #800DD7: hue angle of 274.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DD7 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 13 | 215 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.16 |
| HSL | 274.16º | 0.89% | 0.45% | - |
| HSV(B) | 274.16º | 0.94% | 0.84% | - |
| XYZ | 21.31 | 9.78 | 65.06 | - |
| YUV | 70.41 | 209.6 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 215 | 0.40 | 0.94 | 0 | 0.16 | 274.16 | 0.89 | 0.45 |
| Hex | 80 | D | D7 | 28 | 5E | 0 | 10 | 112 | 59 | 2D |
| Octal | 200 | 15 | 327 | 50 | 136 | 0 | 20 | 422 | 131 | 55 |
| Binary | 10000000 | 1101 | 11010111 | 101000 | 1011110 | 0 | 10000 | 100010010 | 1011001 | 101101 |
Color Harmonies of #800DD7
Complementary color
Monochromatic Colors of #800DD7
Black with #800DD7
Text Example
Text Example
White with #800DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DD7; }
p { color: rgb(128,13,215); }
H1.HeaderClassName
{
color: #800DD7;
}
.AnyTagClassName
{
color: #800DD7;
}
</style>
background-color css
<style>
a { background-color: #800DD7; }
a { background-color: rgb(128,13,215); }
div.DivClassName
{
background-color: #800DD7;
}
.BgClassName
{
background-color: #800DD7;
}
</style>
border-color css
<style>
span { border-color: #800DD7; }
span { border-color: rgb(128,13,215); }
td.TdClassName
{
border-color: #800DD7;
}
.TagClassName
{
border-color: #800DD7;
}
</style>