Shades of Dark Violet #800BDE
Tints of Dark Violet #800BDE
RGB
CMYK
RGB Variations
Color information
#800BDE (or 0x800BDE) is known color: Dark Violet. HEX triplet: 80, 0B and DE. RGB value is (128,11,222). Sum of RGB (Red+Green+Blue) = 128+11+222=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #800BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BDE is #7FF421. Grayscale: #454545. Windows color (decimal): -8385570 or 14551936. OLE color: 14551936.
HSL color Cylindrical-coordinate representation of color #800BDE: hue angle of 273.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BDE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 11 | 222 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.27º | 0.91% | 0.46% | - |
| HSV(B) | 273.27º | 0.95% | 0.87% | - |
| XYZ | 22.21 | 10.1 | 69.89 | - |
| YUV | 70.04 | 213.76 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 222 | 0.42 | 0.95 | 0 | 0.13 | 273.27 | 0.91 | 0.46 |
| Hex | 80 | B | DE | 2A | 5F | 0 | D | 111 | 5B | 2E |
| Octal | 200 | 13 | 336 | 52 | 137 | 0 | 15 | 421 | 133 | 56 |
| Binary | 10000000 | 1011 | 11011110 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011011 | 101110 |
Color Harmonies of #800BDE
Complementary color
Monochromatic Colors of #800BDE
Black with #800BDE
Text Example
Text Example
White with #800BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BDE; }
p { color: rgb(128,11,222); }
H1.HeaderClassName
{
color: #800BDE;
}
.AnyTagClassName
{
color: #800BDE;
}
</style>
background-color css
<style>
a { background-color: #800BDE; }
a { background-color: rgb(128,11,222); }
div.DivClassName
{
background-color: #800BDE;
}
.BgClassName
{
background-color: #800BDE;
}
</style>
border-color css
<style>
span { border-color: #800BDE; }
span { border-color: rgb(128,11,222); }
td.TdClassName
{
border-color: #800BDE;
}
.TagClassName
{
border-color: #800BDE;
}
</style>