Shades of Blue Violet #803CDD
Tints of Blue Violet #803CDD
RGB
CMYK
RGB Variations
Color information
#803CDD (or 0x803CDD) is known color: Blue Violet. HEX triplet: 80, 3C and DD. RGB value is (128,60,221). Sum of RGB (Red+Green+Blue) = 128+60+221=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #803CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CDD is #7FC322. Grayscale: #626262. Windows color (decimal): -8373027 or 14498944. OLE color: 14498944.
HSL color Cylindrical-coordinate representation of color #803CDD: hue angle of 265.34º degrees, saturation: 0.7, 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 #803CDD is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 60 | 221 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.13 |
| HSL | 265.34º | 0.7% | 0.55% | - |
| HSV(B) | 265.34º | 0.73% | 0.87% | - |
| XYZ | 23.57 | 13.04 | 69.68 | - |
| YUV | 98.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 221 | 0.42 | 0.73 | 0 | 0.13 | 265.34 | 0.7 | 0.55 |
| Hex | 80 | 3C | DD | 2A | 49 | 0 | D | 109 | 46 | 37 |
| Octal | 200 | 74 | 335 | 52 | 111 | 0 | 15 | 411 | 106 | 67 |
| Binary | 10000000 | 111100 | 11011101 | 101010 | 1001001 | 0 | 1101 | 100001001 | 1000110 | 110111 |
Color Harmonies of #803CDD
Complementary color
Monochromatic Colors of #803CDD
Black with #803CDD
Text Example
Text Example
White with #803CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CDD; }
p { color: rgb(128,60,221); }
H1.HeaderClassName
{
color: #803CDD;
}
.AnyTagClassName
{
color: #803CDD;
}
</style>
background-color css
<style>
a { background-color: #803CDD; }
a { background-color: rgb(128,60,221); }
div.DivClassName
{
background-color: #803CDD;
}
.BgClassName
{
background-color: #803CDD;
}
</style>
border-color css
<style>
span { border-color: #803CDD; }
span { border-color: rgb(128,60,221); }
td.TdClassName
{
border-color: #803CDD;
}
.TagClassName
{
border-color: #803CDD;
}
</style>