Shades of Blue Violet #802DD2
Tints of Blue Violet #802DD2
RGB
CMYK
RGB Variations
Color information
#802DD2 (or 0x802DD2) is known color: Blue Violet. HEX triplet: 80, 2D and D2. RGB value is (128,45,210). Sum of RGB (Red+Green+Blue) = 128+45+210=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #802DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DD2 is #7FD22D. Grayscale: #585858. Windows color (decimal): -8376878 or 13774208. OLE color: 13774208.
HSL color Cylindrical-coordinate representation of color #802DD2: hue angle of 270.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802DD2 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 45 | 210 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.18 |
| HSL | 270.18º | 0.65% | 0.5% | - |
| HSV(B) | 270.18º | 0.79% | 0.82% | - |
| XYZ | 21.47 | 11.12 | 61.99 | - |
| YUV | 88.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 210 | 0.39 | 0.79 | 0 | 0.18 | 270.18 | 0.65 | 0.5 |
| Hex | 80 | 2D | D2 | 27 | 4F | 0 | 12 | 10E | 41 | 32 |
| Octal | 200 | 55 | 322 | 47 | 117 | 0 | 22 | 416 | 101 | 62 |
| Binary | 10000000 | 101101 | 11010010 | 100111 | 1001111 | 0 | 10010 | 100001110 | 1000001 | 110010 |
Color Harmonies of #802DD2
Complementary color
Monochromatic Colors of #802DD2
Black with #802DD2
Text Example
Text Example
White with #802DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DD2; }
p { color: rgb(128,45,210); }
H1.HeaderClassName
{
color: #802DD2;
}
.AnyTagClassName
{
color: #802DD2;
}
</style>
background-color css
<style>
a { background-color: #802DD2; }
a { background-color: rgb(128,45,210); }
div.DivClassName
{
background-color: #802DD2;
}
.BgClassName
{
background-color: #802DD2;
}
</style>
border-color css
<style>
span { border-color: #802DD2; }
span { border-color: rgb(128,45,210); }
td.TdClassName
{
border-color: #802DD2;
}
.TagClassName
{
border-color: #802DD2;
}
</style>