Shades of Dark Violet #800FD0
Tints of Dark Violet #800FD0
RGB
CMYK
RGB Variations
Color information
#800FD0 (or 0x800FD0) is known color: Dark Violet. HEX triplet: 80, 0F and D0. RGB value is (128,15,208). Sum of RGB (Red+Green+Blue) = 128+15+208=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #800FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FD0 is #7FF02F. Grayscale: #464646. Windows color (decimal): -8384560 or 13635456. OLE color: 13635456.
HSL color Cylindrical-coordinate representation of color #800FD0: hue angle of 275.13º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FD0 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 15 | 208 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.18 |
| HSL | 275.13º | 0.87% | 0.44% | - |
| HSV(B) | 275.13º | 0.93% | 0.82% | - |
| XYZ | 20.46 | 9.48 | 60.43 | - |
| YUV | 70.79 | 205.44 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 208 | 0.38 | 0.93 | 0 | 0.18 | 275.13 | 0.87 | 0.44 |
| Hex | 80 | F | D0 | 26 | 5D | 0 | 12 | 113 | 57 | 2C |
| Octal | 200 | 17 | 320 | 46 | 135 | 0 | 22 | 423 | 127 | 54 |
| Binary | 10000000 | 1111 | 11010000 | 100110 | 1011101 | 0 | 10010 | 100010011 | 1010111 | 101100 |
Color Harmonies of #800FD0
Complementary color
Monochromatic Colors of #800FD0
Black with #800FD0
Text Example
Text Example
White with #800FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FD0; }
p { color: rgb(128,15,208); }
H1.HeaderClassName
{
color: #800FD0;
}
.AnyTagClassName
{
color: #800FD0;
}
</style>
background-color css
<style>
a { background-color: #800FD0; }
a { background-color: rgb(128,15,208); }
div.DivClassName
{
background-color: #800FD0;
}
.BgClassName
{
background-color: #800FD0;
}
</style>
border-color css
<style>
span { border-color: #800FD0; }
span { border-color: rgb(128,15,208); }
td.TdClassName
{
border-color: #800FD0;
}
.TagClassName
{
border-color: #800FD0;
}
</style>