Shades of Blue Violet #8015D2
Tints of Blue Violet #8015D2
RGB
CMYK
RGB Variations
Color information
#8015D2 (or 0x8015D2) is known color: Blue Violet. HEX triplet: 80, 15 and D2. RGB value is (128,21,210). Sum of RGB (Red+Green+Blue) = 128+21+210=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #8015D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015D2 is #7FEA2D. Grayscale: #494949. Windows color (decimal): -8383022 or 13768064. OLE color: 13768064.
HSL color Cylindrical-coordinate representation of color #8015D2: hue angle of 273.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8015D2 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 21 | 210 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.18 |
| HSL | 273.97º | 0.82% | 0.45% | - |
| HSV(B) | 273.97º | 0.9% | 0.82% | - |
| XYZ | 20.8 | 9.78 | 61.76 | - |
| YUV | 74.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 210 | 0.39 | 0.90 | 0 | 0.18 | 273.97 | 0.82 | 0.45 |
| Hex | 80 | 15 | D2 | 27 | 5A | 0 | 12 | 112 | 52 | 2D |
| Octal | 200 | 25 | 322 | 47 | 132 | 0 | 22 | 422 | 122 | 55 |
| Binary | 10000000 | 10101 | 11010010 | 100111 | 1011010 | 0 | 10010 | 100010010 | 1010010 | 101101 |
Color Harmonies of #8015D2
Complementary color
Monochromatic Colors of #8015D2
Black with #8015D2
Text Example
Text Example
White with #8015D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015D2; }
p { color: rgb(128,21,210); }
H1.HeaderClassName
{
color: #8015D2;
}
.AnyTagClassName
{
color: #8015D2;
}
</style>
background-color css
<style>
a { background-color: #8015D2; }
a { background-color: rgb(128,21,210); }
div.DivClassName
{
background-color: #8015D2;
}
.BgClassName
{
background-color: #8015D2;
}
</style>
border-color css
<style>
span { border-color: #8015D2; }
span { border-color: rgb(128,21,210); }
td.TdClassName
{
border-color: #8015D2;
}
.TagClassName
{
border-color: #8015D2;
}
</style>