Shades of Blue Violet #802DED
Tints of Blue Violet #802DED
RGB
CMYK
RGB Variations
Color information
#802DED (or 0x802DED) is known color: Blue Violet. HEX triplet: 80, 2D and ED. RGB value is (128,45,237). Sum of RGB (Red+Green+Blue) = 128+45+237=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #802DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802DED is #7FD212. Grayscale: #5B5B5B. Windows color (decimal): -8376851 or 15543680. OLE color: 15543680.
HSL color Cylindrical-coordinate representation of color #802DED: hue angle of 265.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802DED is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 45 | 237 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.07 |
| HSL | 265.94º | 0.84% | 0.55% | - |
| HSV(B) | 265.94º | 0.81% | 0.93% | - |
| XYZ | 25.13 | 12.58 | 81.22 | - |
| YUV | 91.71 | 210 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 237 | 0.46 | 0.81 | 0 | 0.07 | 265.94 | 0.84 | 0.55 |
| Hex | 80 | 2D | ED | 2E | 51 | 0 | 7 | 10A | 54 | 37 |
| Octal | 200 | 55 | 355 | 56 | 121 | 0 | 7 | 412 | 124 | 67 |
| Binary | 10000000 | 101101 | 11101101 | 101110 | 1010001 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #802DED
Complementary color
Monochromatic Colors of #802DED
Black with #802DED
Text Example
Text Example
White with #802DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DED; }
p { color: rgb(128,45,237); }
H1.HeaderClassName
{
color: #802DED;
}
.AnyTagClassName
{
color: #802DED;
}
</style>
background-color css
<style>
a { background-color: #802DED; }
a { background-color: rgb(128,45,237); }
div.DivClassName
{
background-color: #802DED;
}
.BgClassName
{
background-color: #802DED;
}
</style>
border-color css
<style>
span { border-color: #802DED; }
span { border-color: rgb(128,45,237); }
td.TdClassName
{
border-color: #802DED;
}
.TagClassName
{
border-color: #802DED;
}
</style>