Shades of Blue Violet #802BDC
Tints of Blue Violet #802BDC
RGB
CMYK
RGB Variations
Color information
#802BDC (or 0x802BDC) is known color: Blue Violet. HEX triplet: 80, 2B and DC. RGB value is (128,43,220). Sum of RGB (Red+Green+Blue) = 128+43+220=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #802BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BDC is #7FD423. Grayscale: #575757. Windows color (decimal): -8377380 or 14429056. OLE color: 14429056.
HSL color Cylindrical-coordinate representation of color #802BDC: hue angle of 268.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802BDC is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 43 | 220 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.14 |
| HSL | 268.81º | 0.72% | 0.52% | - |
| HSV(B) | 268.81º | 0.8% | 0.86% | - |
| XYZ | 22.68 | 11.48 | 68.73 | - |
| YUV | 88.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 220 | 0.42 | 0.80 | 0 | 0.14 | 268.81 | 0.72 | 0.52 |
| Hex | 80 | 2B | DC | 2A | 50 | 0 | E | 10D | 48 | 34 |
| Octal | 200 | 53 | 334 | 52 | 120 | 0 | 16 | 415 | 110 | 64 |
| Binary | 10000000 | 101011 | 11011100 | 101010 | 1010000 | 0 | 1110 | 100001101 | 1001000 | 110100 |
Color Harmonies of #802BDC
Complementary color
Monochromatic Colors of #802BDC
Black with #802BDC
Text Example
Text Example
White with #802BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BDC; }
p { color: rgb(128,43,220); }
H1.HeaderClassName
{
color: #802BDC;
}
.AnyTagClassName
{
color: #802BDC;
}
</style>
background-color css
<style>
a { background-color: #802BDC; }
a { background-color: rgb(128,43,220); }
div.DivClassName
{
background-color: #802BDC;
}
.BgClassName
{
background-color: #802BDC;
}
</style>
border-color css
<style>
span { border-color: #802BDC; }
span { border-color: rgb(128,43,220); }
td.TdClassName
{
border-color: #802BDC;
}
.TagClassName
{
border-color: #802BDC;
}
</style>