Shades of Blue Violet #802DD4
Tints of Blue Violet #802DD4
RGB
CMYK
RGB Variations
Color information
#802DD4 (or 0x802DD4) is known color: Blue Violet. HEX triplet: 80, 2D and D4. RGB value is (128,45,212). Sum of RGB (Red+Green+Blue) = 128+45+212=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #802DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DD4 is #7FD22B. Grayscale: #585858. Windows color (decimal): -8376876 or 13905280. OLE color: 13905280.
HSL color Cylindrical-coordinate representation of color #802DD4: hue angle of 269.82º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802DD4 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 45 | 212 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.17 |
| HSL | 269.82º | 0.66% | 0.5% | - |
| HSV(B) | 269.82º | 0.79% | 0.83% | - |
| XYZ | 21.72 | 11.22 | 63.31 | - |
| YUV | 88.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 212 | 0.40 | 0.79 | 0 | 0.17 | 269.82 | 0.66 | 0.5 |
| Hex | 80 | 2D | D4 | 28 | 4F | 0 | 11 | 10E | 42 | 32 |
| Octal | 200 | 55 | 324 | 50 | 117 | 0 | 21 | 416 | 102 | 62 |
| Binary | 10000000 | 101101 | 11010100 | 101000 | 1001111 | 0 | 10001 | 100001110 | 1000010 | 110010 |
Color Harmonies of #802DD4
Complementary color
Monochromatic Colors of #802DD4
Black with #802DD4
Text Example
Text Example
White with #802DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DD4; }
p { color: rgb(128,45,212); }
H1.HeaderClassName
{
color: #802DD4;
}
.AnyTagClassName
{
color: #802DD4;
}
</style>
background-color css
<style>
a { background-color: #802DD4; }
a { background-color: rgb(128,45,212); }
div.DivClassName
{
background-color: #802DD4;
}
.BgClassName
{
background-color: #802DD4;
}
</style>
border-color css
<style>
span { border-color: #802DD4; }
span { border-color: rgb(128,45,212); }
td.TdClassName
{
border-color: #802DD4;
}
.TagClassName
{
border-color: #802DD4;
}
</style>