Shades of Blue Violet #803DDE
Tints of Blue Violet #803DDE
RGB
CMYK
RGB Variations
Color information
#803DDE (or 0x803DDE) is known color: Blue Violet. HEX triplet: 80, 3D and DE. RGB value is (128,61,222). Sum of RGB (Red+Green+Blue) = 128+61+222=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #803DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DDE is #7FC221. Grayscale: #626262. Windows color (decimal): -8372770 or 14564736. OLE color: 14564736.
HSL color Cylindrical-coordinate representation of color #803DDE: hue angle of 264.97º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803DDE is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 61 | 222 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.13 |
| HSL | 264.97º | 0.71% | 0.55% | - |
| HSV(B) | 264.97º | 0.73% | 0.87% | - |
| XYZ | 23.76 | 13.2 | 70.4 | - |
| YUV | 99.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 222 | 0.42 | 0.73 | 0 | 0.13 | 264.97 | 0.71 | 0.55 |
| Hex | 80 | 3D | DE | 2A | 49 | 0 | D | 109 | 47 | 37 |
| Octal | 200 | 75 | 336 | 52 | 111 | 0 | 15 | 411 | 107 | 67 |
| Binary | 10000000 | 111101 | 11011110 | 101010 | 1001001 | 0 | 1101 | 100001001 | 1000111 | 110111 |
Color Harmonies of #803DDE
Complementary color
Monochromatic Colors of #803DDE
Black with #803DDE
Text Example
Text Example
White with #803DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DDE; }
p { color: rgb(128,61,222); }
H1.HeaderClassName
{
color: #803DDE;
}
.AnyTagClassName
{
color: #803DDE;
}
</style>
background-color css
<style>
a { background-color: #803DDE; }
a { background-color: rgb(128,61,222); }
div.DivClassName
{
background-color: #803DDE;
}
.BgClassName
{
background-color: #803DDE;
}
</style>
border-color css
<style>
span { border-color: #803DDE; }
span { border-color: rgb(128,61,222); }
td.TdClassName
{
border-color: #803DDE;
}
.TagClassName
{
border-color: #803DDE;
}
</style>