Shades of Blue Violet #802BDD
Tints of Blue Violet #802BDD
RGB
CMYK
RGB Variations
Color information
#802BDD (or 0x802BDD) is known color: Blue Violet. HEX triplet: 80, 2B and DD. RGB value is (128,43,221). Sum of RGB (Red+Green+Blue) = 128+43+221=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #802BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BDD is #7FD422. Grayscale: #585858. Windows color (decimal): -8377379 or 14494592. OLE color: 14494592.
HSL color Cylindrical-coordinate representation of color #802BDD: hue angle of 268.65º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802BDD is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 43 | 221 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.13 |
| HSL | 268.65º | 0.72% | 0.52% | - |
| HSV(B) | 268.65º | 0.81% | 0.87% | - |
| XYZ | 22.82 | 11.54 | 69.43 | - |
| YUV | 88.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 221 | 0.42 | 0.81 | 0 | 0.13 | 268.65 | 0.72 | 0.52 |
| Hex | 80 | 2B | DD | 2A | 51 | 0 | D | 10D | 48 | 34 |
| Octal | 200 | 53 | 335 | 52 | 121 | 0 | 15 | 415 | 110 | 64 |
| Binary | 10000000 | 101011 | 11011101 | 101010 | 1010001 | 0 | 1101 | 100001101 | 1001000 | 110100 |
Color Harmonies of #802BDD
Complementary color
Monochromatic Colors of #802BDD
Black with #802BDD
Text Example
Text Example
White with #802BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BDD; }
p { color: rgb(128,43,221); }
H1.HeaderClassName
{
color: #802BDD;
}
.AnyTagClassName
{
color: #802BDD;
}
</style>
background-color css
<style>
a { background-color: #802BDD; }
a { background-color: rgb(128,43,221); }
div.DivClassName
{
background-color: #802BDD;
}
.BgClassName
{
background-color: #802BDD;
}
</style>
border-color css
<style>
span { border-color: #802BDD; }
span { border-color: rgb(128,43,221); }
td.TdClassName
{
border-color: #802BDD;
}
.TagClassName
{
border-color: #802BDD;
}
</style>