Shades of Dark Violet #800BE1
Tints of Dark Violet #800BE1
RGB
CMYK
RGB Variations
Color information
#800BE1 (or 0x800BE1) is known color: Dark Violet. HEX triplet: 80, 0B and E1. RGB value is (128,11,225). Sum of RGB (Red+Green+Blue) = 128+11+225=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #800BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BE1 is #7FF41E. Grayscale: #454545. Windows color (decimal): -8385567 or 14748544. OLE color: 14748544.
HSL color Cylindrical-coordinate representation of color #800BE1: hue angle of 272.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BE1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 11 | 225 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.12 |
| HSL | 272.8º | 0.91% | 0.46% | - |
| HSV(B) | 272.8º | 0.95% | 0.88% | - |
| XYZ | 22.61 | 10.26 | 72.02 | - |
| YUV | 70.38 | 215.26 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 225 | 0.43 | 0.95 | 0 | 0.12 | 272.8 | 0.91 | 0.46 |
| Hex | 80 | B | E1 | 2B | 5F | 0 | C | 111 | 5B | 2E |
| Octal | 200 | 13 | 341 | 53 | 137 | 0 | 14 | 421 | 133 | 56 |
| Binary | 10000000 | 1011 | 11100001 | 101011 | 1011111 | 0 | 1100 | 100010001 | 1011011 | 101110 |
Color Harmonies of #800BE1
Complementary color
Monochromatic Colors of #800BE1
Black with #800BE1
Text Example
Text Example
White with #800BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BE1; }
p { color: rgb(128,11,225); }
H1.HeaderClassName
{
color: #800BE1;
}
.AnyTagClassName
{
color: #800BE1;
}
</style>
background-color css
<style>
a { background-color: #800BE1; }
a { background-color: rgb(128,11,225); }
div.DivClassName
{
background-color: #800BE1;
}
.BgClassName
{
background-color: #800BE1;
}
</style>
border-color css
<style>
span { border-color: #800BE1; }
span { border-color: rgb(128,11,225); }
td.TdClassName
{
border-color: #800BE1;
}
.TagClassName
{
border-color: #800BE1;
}
</style>