Shades of Blue Violet #803EDA
Tints of Blue Violet #803EDA
RGB
CMYK
RGB Variations
Color information
#803EDA (or 0x803EDA) is known color: Blue Violet. HEX triplet: 80, 3E and DA. RGB value is (128,62,218). Sum of RGB (Red+Green+Blue) = 128+62+218=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #803EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EDA is #7FC125. Grayscale: #626262. Windows color (decimal): -8372518 or 14302848. OLE color: 14302848.
HSL color Cylindrical-coordinate representation of color #803EDA: hue angle of 265.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803EDA is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 62 | 218 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.15 |
| HSL | 265.38º | 0.68% | 0.55% | - |
| HSV(B) | 265.38º | 0.72% | 0.85% | - |
| XYZ | 23.28 | 13.1 | 67.63 | - |
| YUV | 99.52 | 194.87 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 218 | 0.41 | 0.72 | 0 | 0.15 | 265.38 | 0.68 | 0.55 |
| Hex | 80 | 3E | DA | 29 | 48 | 0 | F | 109 | 44 | 37 |
| Octal | 200 | 76 | 332 | 51 | 110 | 0 | 17 | 411 | 104 | 67 |
| Binary | 10000000 | 111110 | 11011010 | 101001 | 1001000 | 0 | 1111 | 100001001 | 1000100 | 110111 |
Color Harmonies of #803EDA
Complementary color
Monochromatic Colors of #803EDA
Black with #803EDA
Text Example
Text Example
White with #803EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EDA; }
p { color: rgb(128,62,218); }
H1.HeaderClassName
{
color: #803EDA;
}
.AnyTagClassName
{
color: #803EDA;
}
</style>
background-color css
<style>
a { background-color: #803EDA; }
a { background-color: rgb(128,62,218); }
div.DivClassName
{
background-color: #803EDA;
}
.BgClassName
{
background-color: #803EDA;
}
</style>
border-color css
<style>
span { border-color: #803EDA; }
span { border-color: rgb(128,62,218); }
td.TdClassName
{
border-color: #803EDA;
}
.TagClassName
{
border-color: #803EDA;
}
</style>