Shades of Blue Violet #802CDA
Tints of Blue Violet #802CDA
RGB
CMYK
RGB Variations
Color information
#802CDA (or 0x802CDA) is known color: Blue Violet. HEX triplet: 80, 2C and DA. RGB value is (128,44,218). Sum of RGB (Red+Green+Blue) = 128+44+218=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #802CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CDA is #7FD325. Grayscale: #585858. Windows color (decimal): -8377126 or 14298240. OLE color: 14298240.
HSL color Cylindrical-coordinate representation of color #802CDA: hue angle of 268.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802CDA is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 44 | 218 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.15 |
| HSL | 268.97º | 0.7% | 0.51% | - |
| HSV(B) | 268.97º | 0.8% | 0.85% | - |
| XYZ | 22.46 | 11.45 | 67.36 | - |
| YUV | 88.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 218 | 0.41 | 0.80 | 0 | 0.15 | 268.97 | 0.7 | 0.51 |
| Hex | 80 | 2C | DA | 29 | 50 | 0 | F | 10D | 46 | 33 |
| Octal | 200 | 54 | 332 | 51 | 120 | 0 | 17 | 415 | 106 | 63 |
| Binary | 10000000 | 101100 | 11011010 | 101001 | 1010000 | 0 | 1111 | 100001101 | 1000110 | 110011 |
Color Harmonies of #802CDA
Complementary color
Monochromatic Colors of #802CDA
Black with #802CDA
Text Example
Text Example
White with #802CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CDA; }
p { color: rgb(128,44,218); }
H1.HeaderClassName
{
color: #802CDA;
}
.AnyTagClassName
{
color: #802CDA;
}
</style>
background-color css
<style>
a { background-color: #802CDA; }
a { background-color: rgb(128,44,218); }
div.DivClassName
{
background-color: #802CDA;
}
.BgClassName
{
background-color: #802CDA;
}
</style>
border-color css
<style>
span { border-color: #802CDA; }
span { border-color: rgb(128,44,218); }
td.TdClassName
{
border-color: #802CDA;
}
.TagClassName
{
border-color: #802CDA;
}
</style>