Shades of Blue Violet #803EDD
Tints of Blue Violet #803EDD
RGB
CMYK
RGB Variations
Color information
#803EDD (or 0x803EDD) is known color: Blue Violet. HEX triplet: 80, 3E and DD. RGB value is (128,62,221). Sum of RGB (Red+Green+Blue) = 128+62+221=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #803EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EDD is #7FC122. Grayscale: #636363. Windows color (decimal): -8372515 or 14499456. OLE color: 14499456.
HSL color Cylindrical-coordinate representation of color #803EDD: hue angle of 264.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803EDD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 62 | 221 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.13 |
| HSL | 264.91º | 0.7% | 0.55% | - |
| HSV(B) | 264.91º | 0.72% | 0.87% | - |
| XYZ | 23.68 | 13.25 | 69.72 | - |
| YUV | 99.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 221 | 0.42 | 0.72 | 0 | 0.13 | 264.91 | 0.7 | 0.55 |
| Hex | 80 | 3E | DD | 2A | 48 | 0 | D | 109 | 46 | 37 |
| Octal | 200 | 76 | 335 | 52 | 110 | 0 | 15 | 411 | 106 | 67 |
| Binary | 10000000 | 111110 | 11011101 | 101010 | 1001000 | 0 | 1101 | 100001001 | 1000110 | 110111 |
Color Harmonies of #803EDD
Complementary color
Monochromatic Colors of #803EDD
Black with #803EDD
Text Example
Text Example
White with #803EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EDD; }
p { color: rgb(128,62,221); }
H1.HeaderClassName
{
color: #803EDD;
}
.AnyTagClassName
{
color: #803EDD;
}
</style>
background-color css
<style>
a { background-color: #803EDD; }
a { background-color: rgb(128,62,221); }
div.DivClassName
{
background-color: #803EDD;
}
.BgClassName
{
background-color: #803EDD;
}
</style>
border-color css
<style>
span { border-color: #803EDD; }
span { border-color: rgb(128,62,221); }
td.TdClassName
{
border-color: #803EDD;
}
.TagClassName
{
border-color: #803EDD;
}
</style>