Shades of Blue Violet #802DD1
Tints of Blue Violet #802DD1
RGB
CMYK
RGB Variations
Color information
#802DD1 (or 0x802DD1) is known color: Blue Violet. HEX triplet: 80, 2D and D1. RGB value is (128,45,209). Sum of RGB (Red+Green+Blue) = 128+45+209=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #802DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DD1 is #7FD22E. Grayscale: #575757. Windows color (decimal): -8376879 or 13708672. OLE color: 13708672.
HSL color Cylindrical-coordinate representation of color #802DD1: hue angle of 270.37º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802DD1 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 45 | 209 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.18 |
| HSL | 270.37º | 0.65% | 0.5% | - |
| HSV(B) | 270.37º | 0.78% | 0.82% | - |
| XYZ | 21.35 | 11.07 | 61.33 | - |
| YUV | 88.51 | 196 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 209 | 0.39 | 0.78 | 0 | 0.18 | 270.37 | 0.65 | 0.5 |
| Hex | 80 | 2D | D1 | 27 | 4E | 0 | 12 | 10E | 41 | 32 |
| Octal | 200 | 55 | 321 | 47 | 116 | 0 | 22 | 416 | 101 | 62 |
| Binary | 10000000 | 101101 | 11010001 | 100111 | 1001110 | 0 | 10010 | 100001110 | 1000001 | 110010 |
Color Harmonies of #802DD1
Complementary color
Monochromatic Colors of #802DD1
Black with #802DD1
Text Example
Text Example
White with #802DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DD1; }
p { color: rgb(128,45,209); }
H1.HeaderClassName
{
color: #802DD1;
}
.AnyTagClassName
{
color: #802DD1;
}
</style>
background-color css
<style>
a { background-color: #802DD1; }
a { background-color: rgb(128,45,209); }
div.DivClassName
{
background-color: #802DD1;
}
.BgClassName
{
background-color: #802DD1;
}
</style>
border-color css
<style>
span { border-color: #802DD1; }
span { border-color: rgb(128,45,209); }
td.TdClassName
{
border-color: #802DD1;
}
.TagClassName
{
border-color: #802DD1;
}
</style>