Shades of Blue Violet #8014DA
Tints of Blue Violet #8014DA
RGB
CMYK
RGB Variations
Color information
#8014DA (or 0x8014DA) is known color: Blue Violet. HEX triplet: 80, 14 and DA. RGB value is (128,20,218). Sum of RGB (Red+Green+Blue) = 128+20+218=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #8014DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014DA is #7FEB25. Grayscale: #4A4A4A. Windows color (decimal): -8383270 or 14292096. OLE color: 14292096.
HSL color Cylindrical-coordinate representation of color #8014DA: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014DA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 20 | 218 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.15 |
| HSL | 272.73º | 0.83% | 0.47% | - |
| HSV(B) | 272.73º | 0.91% | 0.85% | - |
| XYZ | 21.81 | 10.15 | 67.14 | - |
| YUV | 74.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 218 | 0.41 | 0.91 | 0 | 0.15 | 272.73 | 0.83 | 0.47 |
| Hex | 80 | 14 | DA | 29 | 5B | 0 | F | 111 | 53 | 2F |
| Octal | 200 | 24 | 332 | 51 | 133 | 0 | 17 | 421 | 123 | 57 |
| Binary | 10000000 | 10100 | 11011010 | 101001 | 1011011 | 0 | 1111 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8014DA
Complementary color
Monochromatic Colors of #8014DA
Black with #8014DA
Text Example
Text Example
White with #8014DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014DA; }
p { color: rgb(128,20,218); }
H1.HeaderClassName
{
color: #8014DA;
}
.AnyTagClassName
{
color: #8014DA;
}
</style>
background-color css
<style>
a { background-color: #8014DA; }
a { background-color: rgb(128,20,218); }
div.DivClassName
{
background-color: #8014DA;
}
.BgClassName
{
background-color: #8014DA;
}
</style>
border-color css
<style>
span { border-color: #8014DA; }
span { border-color: rgb(128,20,218); }
td.TdClassName
{
border-color: #8014DA;
}
.TagClassName
{
border-color: #8014DA;
}
</style>