Shades of Blue Violet #803ED0
Tints of Blue Violet #803ED0
RGB
CMYK
RGB Variations
Color information
#803ED0 (or 0x803ED0) is known color: Blue Violet. HEX triplet: 80, 3E and D0. RGB value is (128,62,208). Sum of RGB (Red+Green+Blue) = 128+62+208=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #803ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ED0 is #7FC12F. Grayscale: #616161. Windows color (decimal): -8372528 or 13647488. OLE color: 13647488.
HSL color Cylindrical-coordinate representation of color #803ED0: hue angle of 267.12º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803ED0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 62 | 208 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.18 |
| HSL | 267.12º | 0.61% | 0.53% | - |
| HSV(B) | 267.12º | 0.7% | 0.82% | - |
| XYZ | 22.01 | 12.59 | 60.94 | - |
| YUV | 98.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 208 | 0.38 | 0.70 | 0 | 0.18 | 267.12 | 0.61 | 0.53 |
| Hex | 80 | 3E | D0 | 26 | 46 | 0 | 12 | 10B | 3D | 35 |
| Octal | 200 | 76 | 320 | 46 | 106 | 0 | 22 | 413 | 75 | 65 |
| Binary | 10000000 | 111110 | 11010000 | 100110 | 1000110 | 0 | 10010 | 100001011 | 111101 | 110101 |
Color Harmonies of #803ED0
Complementary color
Monochromatic Colors of #803ED0
Black with #803ED0
Text Example
Text Example
White with #803ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ED0; }
p { color: rgb(128,62,208); }
H1.HeaderClassName
{
color: #803ED0;
}
.AnyTagClassName
{
color: #803ED0;
}
</style>
background-color css
<style>
a { background-color: #803ED0; }
a { background-color: rgb(128,62,208); }
div.DivClassName
{
background-color: #803ED0;
}
.BgClassName
{
background-color: #803ED0;
}
</style>
border-color css
<style>
span { border-color: #803ED0; }
span { border-color: rgb(128,62,208); }
td.TdClassName
{
border-color: #803ED0;
}
.TagClassName
{
border-color: #803ED0;
}
</style>