Shades of Blue Violet #802DDC
Tints of Blue Violet #802DDC
RGB
CMYK
RGB Variations
Color information
#802DDC (or 0x802DDC) is known color: Blue Violet. HEX triplet: 80, 2D and DC. RGB value is (128,45,220). Sum of RGB (Red+Green+Blue) = 128+45+220=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #802DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DDC is #7FD223. Grayscale: #595959. Windows color (decimal): -8376868 or 14429568. OLE color: 14429568.
HSL color Cylindrical-coordinate representation of color #802DDC: hue angle of 268.46º degrees, saturation: 0.71, 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 #802DDC is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 45 | 220 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.14 |
| HSL | 268.46º | 0.71% | 0.52% | - |
| HSV(B) | 268.46º | 0.8% | 0.86% | - |
| XYZ | 22.76 | 11.63 | 68.76 | - |
| YUV | 89.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 220 | 0.42 | 0.80 | 0 | 0.14 | 268.46 | 0.71 | 0.52 |
| Hex | 80 | 2D | DC | 2A | 50 | 0 | E | 10C | 47 | 34 |
| Octal | 200 | 55 | 334 | 52 | 120 | 0 | 16 | 414 | 107 | 64 |
| Binary | 10000000 | 101101 | 11011100 | 101010 | 1010000 | 0 | 1110 | 100001100 | 1000111 | 110100 |
Color Harmonies of #802DDC
Complementary color
Monochromatic Colors of #802DDC
Black with #802DDC
Text Example
Text Example
White with #802DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DDC; }
p { color: rgb(128,45,220); }
H1.HeaderClassName
{
color: #802DDC;
}
.AnyTagClassName
{
color: #802DDC;
}
</style>
background-color css
<style>
a { background-color: #802DDC; }
a { background-color: rgb(128,45,220); }
div.DivClassName
{
background-color: #802DDC;
}
.BgClassName
{
background-color: #802DDC;
}
</style>
border-color css
<style>
span { border-color: #802DDC; }
span { border-color: rgb(128,45,220); }
td.TdClassName
{
border-color: #802DDC;
}
.TagClassName
{
border-color: #802DDC;
}
</style>