Shades of Blue Violet #801CDA
Tints of Blue Violet #801CDA
RGB
CMYK
RGB Variations
Color information
#801CDA (or 0x801CDA) is known color: Blue Violet. HEX triplet: 80, 1C and DA. RGB value is (128,28,218). Sum of RGB (Red+Green+Blue) = 128+28+218=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #801CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CDA is #7FE325. Grayscale: #4E4E4E. Windows color (decimal): -8381222 or 14294144. OLE color: 14294144.
HSL color Cylindrical-coordinate representation of color #801CDA: hue angle of 271.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801CDA is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 28 | 218 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.15 |
| HSL | 271.58º | 0.77% | 0.48% | - |
| HSV(B) | 271.58º | 0.87% | 0.85% | - |
| XYZ | 21.97 | 10.48 | 67.19 | - |
| YUV | 79.56 | 206.13 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 218 | 0.41 | 0.87 | 0 | 0.15 | 271.58 | 0.77 | 0.48 |
| Hex | 80 | 1C | DA | 29 | 57 | 0 | F | 110 | 4D | 30 |
| Octal | 200 | 34 | 332 | 51 | 127 | 0 | 17 | 420 | 115 | 60 |
| Binary | 10000000 | 11100 | 11011010 | 101001 | 1010111 | 0 | 1111 | 100010000 | 1001101 | 110000 |
Color Harmonies of #801CDA
Complementary color
Monochromatic Colors of #801CDA
Black with #801CDA
Text Example
Text Example
White with #801CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CDA; }
p { color: rgb(128,28,218); }
H1.HeaderClassName
{
color: #801CDA;
}
.AnyTagClassName
{
color: #801CDA;
}
</style>
background-color css
<style>
a { background-color: #801CDA; }
a { background-color: rgb(128,28,218); }
div.DivClassName
{
background-color: #801CDA;
}
.BgClassName
{
background-color: #801CDA;
}
</style>
border-color css
<style>
span { border-color: #801CDA; }
span { border-color: rgb(128,28,218); }
td.TdClassName
{
border-color: #801CDA;
}
.TagClassName
{
border-color: #801CDA;
}
</style>