Shades of Blue Violet #803FDE
Tints of Blue Violet #803FDE
RGB
CMYK
RGB Variations
Color information
#803FDE (or 0x803FDE) is known color: Blue Violet. HEX triplet: 80, 3F and DE. RGB value is (128,63,222). Sum of RGB (Red+Green+Blue) = 128+63+222=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #803FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FDE is #7FC021. Grayscale: #636363. Windows color (decimal): -8372258 or 14565248. OLE color: 14565248.
HSL color Cylindrical-coordinate representation of color #803FDE: hue angle of 264.53º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803FDE is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 63 | 222 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.13 |
| HSL | 264.53º | 0.71% | 0.56% | - |
| HSV(B) | 264.53º | 0.72% | 0.87% | - |
| XYZ | 23.86 | 13.42 | 70.44 | - |
| YUV | 100.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 222 | 0.42 | 0.72 | 0 | 0.13 | 264.53 | 0.71 | 0.56 |
| Hex | 80 | 3F | DE | 2A | 48 | 0 | D | 109 | 47 | 38 |
| Octal | 200 | 77 | 336 | 52 | 110 | 0 | 15 | 411 | 107 | 70 |
| Binary | 10000000 | 111111 | 11011110 | 101010 | 1001000 | 0 | 1101 | 100001001 | 1000111 | 111000 |
Color Harmonies of #803FDE
Complementary color
Monochromatic Colors of #803FDE
Black with #803FDE
Text Example
Text Example
White with #803FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FDE; }
p { color: rgb(128,63,222); }
H1.HeaderClassName
{
color: #803FDE;
}
.AnyTagClassName
{
color: #803FDE;
}
</style>
background-color css
<style>
a { background-color: #803FDE; }
a { background-color: rgb(128,63,222); }
div.DivClassName
{
background-color: #803FDE;
}
.BgClassName
{
background-color: #803FDE;
}
</style>
border-color css
<style>
span { border-color: #803FDE; }
span { border-color: rgb(128,63,222); }
td.TdClassName
{
border-color: #803FDE;
}
.TagClassName
{
border-color: #803FDE;
}
</style>