Shades of Blue Violet #803BDC
Tints of Blue Violet #803BDC
RGB
CMYK
RGB Variations
Color information
#803BDC (or 0x803BDC) is known color: Blue Violet. HEX triplet: 80, 3B and DC. RGB value is (128,59,220). Sum of RGB (Red+Green+Blue) = 128+59+220=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #803BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BDC is #7FC423. Grayscale: #616161. Windows color (decimal): -8373284 or 14433152. OLE color: 14433152.
HSL color Cylindrical-coordinate representation of color #803BDC: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803BDC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 59 | 220 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.14 |
| HSL | 265.71º | 0.7% | 0.55% | - |
| HSV(B) | 265.71º | 0.73% | 0.86% | - |
| XYZ | 23.38 | 12.88 | 68.96 | - |
| YUV | 97.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 220 | 0.42 | 0.73 | 0 | 0.14 | 265.71 | 0.7 | 0.55 |
| Hex | 80 | 3B | DC | 2A | 49 | 0 | E | 10A | 46 | 37 |
| Octal | 200 | 73 | 334 | 52 | 111 | 0 | 16 | 412 | 106 | 67 |
| Binary | 10000000 | 111011 | 11011100 | 101010 | 1001001 | 0 | 1110 | 100001010 | 1000110 | 110111 |
Color Harmonies of #803BDC
Complementary color
Monochromatic Colors of #803BDC
Black with #803BDC
Text Example
Text Example
White with #803BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BDC; }
p { color: rgb(128,59,220); }
H1.HeaderClassName
{
color: #803BDC;
}
.AnyTagClassName
{
color: #803BDC;
}
</style>
background-color css
<style>
a { background-color: #803BDC; }
a { background-color: rgb(128,59,220); }
div.DivClassName
{
background-color: #803BDC;
}
.BgClassName
{
background-color: #803BDC;
}
</style>
border-color css
<style>
span { border-color: #803BDC; }
span { border-color: rgb(128,59,220); }
td.TdClassName
{
border-color: #803BDC;
}
.TagClassName
{
border-color: #803BDC;
}
</style>