Shades of Blue Violet #802DFF
Tints of Blue Violet #802DFF
RGB
CMYK
RGB Variations
Color information
#802DFF (or 0x802DFF) is known color: Blue Violet. HEX triplet: 80, 2D and FF. RGB value is (128,45,255). Sum of RGB (Red+Green+Blue) = 128+45+255=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #802DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802DFF is #7FD200. Grayscale: #5C5C5C. Windows color (decimal): -8376833 or 16723328. OLE color: 16723328.
HSL color Cylindrical-coordinate representation of color #802DFF: hue angle of 263.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802DFF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 45 | 255 | - |
| CMYK | 0.50 | 0.82 | 0 | 0 |
| HSL | 263.71º | 1% | 0.59% | - |
| HSV(B) | 263.71º | 0.82% | 1% | - |
| XYZ | 27.89 | 13.69 | 95.78 | - |
| YUV | 93.76 | 219 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 255 | 0.50 | 0.82 | 0 | 0 | 263.71 | 1 | 0.59 |
| Hex | 80 | 2D | FF | 32 | 52 | 0 | 0 | 108 | 64 | 3B |
| Octal | 200 | 55 | 377 | 62 | 122 | 0 | 0 | 410 | 144 | 73 |
| Binary | 10000000 | 101101 | 11111111 | 110010 | 1010010 | 0 | 0 | 100001000 | 1100100 | 111011 |
Color Harmonies of #802DFF
Complementary color
Monochromatic Colors of #802DFF
Black with #802DFF
Text Example
Text Example
White with #802DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DFF; }
p { color: rgb(128,45,255); }
H1.HeaderClassName
{
color: #802DFF;
}
.AnyTagClassName
{
color: #802DFF;
}
</style>
background-color css
<style>
a { background-color: #802DFF; }
a { background-color: rgb(128,45,255); }
div.DivClassName
{
background-color: #802DFF;
}
.BgClassName
{
background-color: #802DFF;
}
</style>
border-color css
<style>
span { border-color: #802DFF; }
span { border-color: rgb(128,45,255); }
td.TdClassName
{
border-color: #802DFF;
}
.TagClassName
{
border-color: #802DFF;
}
</style>