Shades of Blue Violet #802AD2
Tints of Blue Violet #802AD2
RGB
CMYK
RGB Variations
Color information
#802AD2 (or 0x802AD2) is known color: Blue Violet. HEX triplet: 80, 2A and D2. RGB value is (128,42,210). Sum of RGB (Red+Green+Blue) = 128+42+210=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #802AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802AD2 is #7FD52D. Grayscale: #565656. Windows color (decimal): -8377646 or 13773440. OLE color: 13773440.
HSL color Cylindrical-coordinate representation of color #802AD2: hue angle of 270.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802AD2 is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 42 | 210 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.18 |
| HSL | 270.71º | 0.67% | 0.49% | - |
| HSV(B) | 270.71º | 0.8% | 0.82% | - |
| XYZ | 21.36 | 10.9 | 61.95 | - |
| YUV | 86.87 | 197.49 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 210 | 0.39 | 0.8 | 0 | 0.18 | 270.71 | 0.67 | 0.49 |
| Hex | 80 | 2A | D2 | 27 | 50 | 0 | 12 | 10F | 43 | 31 |
| Octal | 200 | 52 | 322 | 47 | 120 | 0 | 22 | 417 | 103 | 61 |
| Binary | 10000000 | 101010 | 11010010 | 100111 | 1010000 | 0 | 10010 | 100001111 | 1000011 | 110001 |
Color Harmonies of #802AD2
Complementary color
Monochromatic Colors of #802AD2
Black with #802AD2
Text Example
Text Example
White with #802AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AD2; }
p { color: rgb(128,42,210); }
H1.HeaderClassName
{
color: #802AD2;
}
.AnyTagClassName
{
color: #802AD2;
}
</style>
background-color css
<style>
a { background-color: #802AD2; }
a { background-color: rgb(128,42,210); }
div.DivClassName
{
background-color: #802AD2;
}
.BgClassName
{
background-color: #802AD2;
}
</style>
border-color css
<style>
span { border-color: #802AD2; }
span { border-color: rgb(128,42,210); }
td.TdClassName
{
border-color: #802AD2;
}
.TagClassName
{
border-color: #802AD2;
}
</style>