Shades of Blue Violet #803DED
Tints of Blue Violet #803DED
RGB
CMYK
RGB Variations
Color information
#803DED (or 0x803DED) is known color: Blue Violet. HEX triplet: 80, 3D and ED. RGB value is (128,61,237). Sum of RGB (Red+Green+Blue) = 128+61+237=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #803DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803DED is #7FC212. Grayscale: #646464. Windows color (decimal): -8372755 or 15547776. OLE color: 15547776.
HSL color Cylindrical-coordinate representation of color #803DED: hue angle of 262.84º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803DED is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 61 | 237 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.07 |
| HSL | 262.84º | 0.83% | 0.58% | - |
| HSV(B) | 262.84º | 0.74% | 0.93% | - |
| XYZ | 25.86 | 14.04 | 81.47 | - |
| YUV | 101.1 | 204.7 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 237 | 0.46 | 0.74 | 0 | 0.07 | 262.84 | 0.83 | 0.58 |
| Hex | 80 | 3D | ED | 2E | 4A | 0 | 7 | 107 | 53 | 3A |
| Octal | 200 | 75 | 355 | 56 | 112 | 0 | 7 | 407 | 123 | 72 |
| Binary | 10000000 | 111101 | 11101101 | 101110 | 1001010 | 0 | 111 | 100000111 | 1010011 | 111010 |
Color Harmonies of #803DED
Complementary color
Monochromatic Colors of #803DED
Black with #803DED
Text Example
Text Example
White with #803DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DED; }
p { color: rgb(128,61,237); }
H1.HeaderClassName
{
color: #803DED;
}
.AnyTagClassName
{
color: #803DED;
}
</style>
background-color css
<style>
a { background-color: #803DED; }
a { background-color: rgb(128,61,237); }
div.DivClassName
{
background-color: #803DED;
}
.BgClassName
{
background-color: #803DED;
}
</style>
border-color css
<style>
span { border-color: #803DED; }
span { border-color: rgb(128,61,237); }
td.TdClassName
{
border-color: #803DED;
}
.TagClassName
{
border-color: #803DED;
}
</style>