Shades of Blue Violet #803CD4
Tints of Blue Violet #803CD4
RGB
CMYK
RGB Variations
Color information
#803CD4 (or 0x803CD4) is known color: Blue Violet. HEX triplet: 80, 3C and D4. RGB value is (128,60,212). Sum of RGB (Red+Green+Blue) = 128+60+212=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #803CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CD4 is #7FC32B. Grayscale: #616161. Windows color (decimal): -8373036 or 13909120. OLE color: 13909120.
HSL color Cylindrical-coordinate representation of color #803CD4: hue angle of 266.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803CD4 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 60 | 212 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.17 |
| HSL | 266.84º | 0.64% | 0.53% | - |
| HSV(B) | 266.84º | 0.72% | 0.83% | - |
| XYZ | 22.4 | 12.57 | 63.53 | - |
| YUV | 97.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 212 | 0.40 | 0.72 | 0 | 0.17 | 266.84 | 0.64 | 0.53 |
| Hex | 80 | 3C | D4 | 28 | 48 | 0 | 11 | 10B | 40 | 35 |
| Octal | 200 | 74 | 324 | 50 | 110 | 0 | 21 | 413 | 100 | 65 |
| Binary | 10000000 | 111100 | 11010100 | 101000 | 1001000 | 0 | 10001 | 100001011 | 1000000 | 110101 |
Color Harmonies of #803CD4
Complementary color
Monochromatic Colors of #803CD4
Black with #803CD4
Text Example
Text Example
White with #803CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CD4; }
p { color: rgb(128,60,212); }
H1.HeaderClassName
{
color: #803CD4;
}
.AnyTagClassName
{
color: #803CD4;
}
</style>
background-color css
<style>
a { background-color: #803CD4; }
a { background-color: rgb(128,60,212); }
div.DivClassName
{
background-color: #803CD4;
}
.BgClassName
{
background-color: #803CD4;
}
</style>
border-color css
<style>
span { border-color: #803CD4; }
span { border-color: rgb(128,60,212); }
td.TdClassName
{
border-color: #803CD4;
}
.TagClassName
{
border-color: #803CD4;
}
</style>