Shades of Blue Violet #803DCD
Tints of Blue Violet #803DCD
RGB
CMYK
RGB Variations
Color information
#803DCD (or 0x803DCD) is known color: Blue Violet. HEX triplet: 80, 3D and CD. RGB value is (128,61,205). Sum of RGB (Red+Green+Blue) = 128+61+205=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #803DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DCD is #7FC232. Grayscale: #606060. Windows color (decimal): -8372787 or 13450624. OLE color: 13450624.
HSL color Cylindrical-coordinate representation of color #803DCD: hue angle of 267.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803DCD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 61 | 205 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.20 |
| HSL | 267.92º | 0.59% | 0.52% | - |
| HSV(B) | 267.92º | 0.7% | 0.8% | - |
| XYZ | 21.59 | 12.33 | 59 | - |
| YUV | 97.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 205 | 0.38 | 0.70 | 0 | 0.20 | 267.92 | 0.59 | 0.52 |
| Hex | 80 | 3D | CD | 26 | 46 | 0 | 14 | 10C | 3B | 34 |
| Octal | 200 | 75 | 315 | 46 | 106 | 0 | 24 | 414 | 73 | 64 |
| Binary | 10000000 | 111101 | 11001101 | 100110 | 1000110 | 0 | 10100 | 100001100 | 111011 | 110100 |
Color Harmonies of #803DCD
Complementary color
Monochromatic Colors of #803DCD
Black with #803DCD
Text Example
Text Example
White with #803DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DCD; }
p { color: rgb(128,61,205); }
H1.HeaderClassName
{
color: #803DCD;
}
.AnyTagClassName
{
color: #803DCD;
}
</style>
background-color css
<style>
a { background-color: #803DCD; }
a { background-color: rgb(128,61,205); }
div.DivClassName
{
background-color: #803DCD;
}
.BgClassName
{
background-color: #803DCD;
}
</style>
border-color css
<style>
span { border-color: #803DCD; }
span { border-color: rgb(128,61,205); }
td.TdClassName
{
border-color: #803DCD;
}
.TagClassName
{
border-color: #803DCD;
}
</style>