Shades of Blue Violet #803DDD
Tints of Blue Violet #803DDD
RGB
CMYK
RGB Variations
Color information
#803DDD (or 0x803DDD) is known color: Blue Violet. HEX triplet: 80, 3D and DD. RGB value is (128,61,221). Sum of RGB (Red+Green+Blue) = 128+61+221=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #803DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DDD is #7FC222. Grayscale: #626262. Windows color (decimal): -8372771 or 14499200. OLE color: 14499200.
HSL color Cylindrical-coordinate representation of color #803DDD: hue angle of 265.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803DDD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 61 | 221 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.13 |
| HSL | 265.13º | 0.7% | 0.55% | - |
| HSV(B) | 265.13º | 0.72% | 0.87% | - |
| XYZ | 23.62 | 13.15 | 69.7 | - |
| YUV | 99.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 221 | 0.42 | 0.72 | 0 | 0.13 | 265.13 | 0.7 | 0.55 |
| Hex | 80 | 3D | DD | 2A | 48 | 0 | D | 109 | 46 | 37 |
| Octal | 200 | 75 | 335 | 52 | 110 | 0 | 15 | 411 | 106 | 67 |
| Binary | 10000000 | 111101 | 11011101 | 101010 | 1001000 | 0 | 1101 | 100001001 | 1000110 | 110111 |
Color Harmonies of #803DDD
Complementary color
Monochromatic Colors of #803DDD
Black with #803DDD
Text Example
Text Example
White with #803DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DDD; }
p { color: rgb(128,61,221); }
H1.HeaderClassName
{
color: #803DDD;
}
.AnyTagClassName
{
color: #803DDD;
}
</style>
background-color css
<style>
a { background-color: #803DDD; }
a { background-color: rgb(128,61,221); }
div.DivClassName
{
background-color: #803DDD;
}
.BgClassName
{
background-color: #803DDD;
}
</style>
border-color css
<style>
span { border-color: #803DDD; }
span { border-color: rgb(128,61,221); }
td.TdClassName
{
border-color: #803DDD;
}
.TagClassName
{
border-color: #803DDD;
}
</style>