Shades of Blue Violet #800DEA
Tints of Blue Violet #800DEA
RGB
CMYK
RGB Variations
Color information
#800DEA (or 0x800DEA) is known color: Blue Violet. HEX triplet: 80, 0D and EA. RGB value is (128,13,234). Sum of RGB (Red+Green+Blue) = 128+13+234=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #800DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800DEA is #7FF215. Grayscale: #474747. Windows color (decimal): -8385046 or 15338880. OLE color: 15338880.
HSL color Cylindrical-coordinate representation of color #800DEA: hue angle of 271.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DEA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 13 | 234 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.08 |
| HSL | 271.22º | 0.89% | 0.48% | - |
| HSV(B) | 271.22º | 0.94% | 0.92% | - |
| XYZ | 23.9 | 10.82 | 78.67 | - |
| YUV | 72.58 | 219.1 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 234 | 0.45 | 0.94 | 0 | 0.08 | 271.22 | 0.89 | 0.48 |
| Hex | 80 | D | EA | 2D | 5E | 0 | 8 | 10F | 59 | 30 |
| Octal | 200 | 15 | 352 | 55 | 136 | 0 | 10 | 417 | 131 | 60 |
| Binary | 10000000 | 1101 | 11101010 | 101101 | 1011110 | 0 | 1000 | 100001111 | 1011001 | 110000 |
Color Harmonies of #800DEA
Complementary color
Monochromatic Colors of #800DEA
Black with #800DEA
Text Example
Text Example
White with #800DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DEA; }
p { color: rgb(128,13,234); }
H1.HeaderClassName
{
color: #800DEA;
}
.AnyTagClassName
{
color: #800DEA;
}
</style>
background-color css
<style>
a { background-color: #800DEA; }
a { background-color: rgb(128,13,234); }
div.DivClassName
{
background-color: #800DEA;
}
.BgClassName
{
background-color: #800DEA;
}
</style>
border-color css
<style>
span { border-color: #800DEA; }
span { border-color: rgb(128,13,234); }
td.TdClassName
{
border-color: #800DEA;
}
.TagClassName
{
border-color: #800DEA;
}
</style>