Shades of Blue Violet #8015DA
Tints of Blue Violet #8015DA
RGB
CMYK
RGB Variations
Color information
#8015DA (or 0x8015DA) is known color: Blue Violet. HEX triplet: 80, 15 and DA. RGB value is (128,21,218). Sum of RGB (Red+Green+Blue) = 128+21+218=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #8015DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015DA is #7FEA25. Grayscale: #4A4A4A. Windows color (decimal): -8383014 or 14292352. OLE color: 14292352.
HSL color Cylindrical-coordinate representation of color #8015DA: hue angle of 272.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8015DA is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 21 | 218 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.15 |
| HSL | 272.59º | 0.82% | 0.47% | - |
| HSV(B) | 272.59º | 0.9% | 0.85% | - |
| XYZ | 21.83 | 10.19 | 67.15 | - |
| YUV | 75.45 | 208.45 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 218 | 0.41 | 0.90 | 0 | 0.15 | 272.59 | 0.82 | 0.47 |
| Hex | 80 | 15 | DA | 29 | 5A | 0 | F | 111 | 52 | 2F |
| Octal | 200 | 25 | 332 | 51 | 132 | 0 | 17 | 421 | 122 | 57 |
| Binary | 10000000 | 10101 | 11011010 | 101001 | 1011010 | 0 | 1111 | 100010001 | 1010010 | 101111 |
Color Harmonies of #8015DA
Complementary color
Monochromatic Colors of #8015DA
Black with #8015DA
Text Example
Text Example
White with #8015DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015DA; }
p { color: rgb(128,21,218); }
H1.HeaderClassName
{
color: #8015DA;
}
.AnyTagClassName
{
color: #8015DA;
}
</style>
background-color css
<style>
a { background-color: #8015DA; }
a { background-color: rgb(128,21,218); }
div.DivClassName
{
background-color: #8015DA;
}
.BgClassName
{
background-color: #8015DA;
}
</style>
border-color css
<style>
span { border-color: #8015DA; }
span { border-color: rgb(128,21,218); }
td.TdClassName
{
border-color: #8015DA;
}
.TagClassName
{
border-color: #8015DA;
}
</style>