Shades of Blue Violet #8015D4
Tints of Blue Violet #8015D4
RGB
CMYK
RGB Variations
Color information
#8015D4 (or 0x8015D4) is known color: Blue Violet. HEX triplet: 80, 15 and D4. RGB value is (128,21,212). Sum of RGB (Red+Green+Blue) = 128+21+212=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #8015D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015D4 is #7FEA2B. Grayscale: #4A4A4A. Windows color (decimal): -8383020 or 13899136. OLE color: 13899136.
HSL color Cylindrical-coordinate representation of color #8015D4: hue angle of 273.61º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8015D4 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 21 | 212 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.17 |
| HSL | 273.61º | 0.82% | 0.46% | - |
| HSV(B) | 273.61º | 0.9% | 0.83% | - |
| XYZ | 21.05 | 9.88 | 63.08 | - |
| YUV | 74.77 | 205.45 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 212 | 0.40 | 0.90 | 0 | 0.17 | 273.61 | 0.82 | 0.46 |
| Hex | 80 | 15 | D4 | 28 | 5A | 0 | 11 | 112 | 52 | 2E |
| Octal | 200 | 25 | 324 | 50 | 132 | 0 | 21 | 422 | 122 | 56 |
| Binary | 10000000 | 10101 | 11010100 | 101000 | 1011010 | 0 | 10001 | 100010010 | 1010010 | 101110 |
Color Harmonies of #8015D4
Complementary color
Monochromatic Colors of #8015D4
Black with #8015D4
Text Example
Text Example
White with #8015D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015D4; }
p { color: rgb(128,21,212); }
H1.HeaderClassName
{
color: #8015D4;
}
.AnyTagClassName
{
color: #8015D4;
}
</style>
background-color css
<style>
a { background-color: #8015D4; }
a { background-color: rgb(128,21,212); }
div.DivClassName
{
background-color: #8015D4;
}
.BgClassName
{
background-color: #8015D4;
}
</style>
border-color css
<style>
span { border-color: #8015D4; }
span { border-color: rgb(128,21,212); }
td.TdClassName
{
border-color: #8015D4;
}
.TagClassName
{
border-color: #8015D4;
}
</style>