Shades of Blue Violet #801BDA
Tints of Blue Violet #801BDA
RGB
CMYK
RGB Variations
Color information
#801BDA (or 0x801BDA) is known color: Blue Violet. HEX triplet: 80, 1B and DA. RGB value is (128,27,218). Sum of RGB (Red+Green+Blue) = 128+27+218=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #801BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BDA is #7FE425. Grayscale: #4E4E4E. Windows color (decimal): -8381478 or 14293888. OLE color: 14293888.
HSL color Cylindrical-coordinate representation of color #801BDA: hue angle of 271.73º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801BDA is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 27 | 218 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.15 |
| HSL | 271.73º | 0.78% | 0.48% | - |
| HSV(B) | 271.73º | 0.88% | 0.85% | - |
| XYZ | 21.95 | 10.44 | 67.19 | - |
| YUV | 78.97 | 206.46 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 218 | 0.41 | 0.88 | 0 | 0.15 | 271.73 | 0.78 | 0.48 |
| Hex | 80 | 1B | DA | 29 | 58 | 0 | F | 110 | 4E | 30 |
| Octal | 200 | 33 | 332 | 51 | 130 | 0 | 17 | 420 | 116 | 60 |
| Binary | 10000000 | 11011 | 11011010 | 101001 | 1011000 | 0 | 1111 | 100010000 | 1001110 | 110000 |
Color Harmonies of #801BDA
Complementary color
Monochromatic Colors of #801BDA
Black with #801BDA
Text Example
Text Example
White with #801BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BDA; }
p { color: rgb(128,27,218); }
H1.HeaderClassName
{
color: #801BDA;
}
.AnyTagClassName
{
color: #801BDA;
}
</style>
background-color css
<style>
a { background-color: #801BDA; }
a { background-color: rgb(128,27,218); }
div.DivClassName
{
background-color: #801BDA;
}
.BgClassName
{
background-color: #801BDA;
}
</style>
border-color css
<style>
span { border-color: #801BDA; }
span { border-color: rgb(128,27,218); }
td.TdClassName
{
border-color: #801BDA;
}
.TagClassName
{
border-color: #801BDA;
}
</style>