Shades of Blue Violet #8019D3
Tints of Blue Violet #8019D3
RGB
CMYK
RGB Variations
Color information
#8019D3 (or 0x8019D3) is known color: Blue Violet. HEX triplet: 80, 19 and D3. RGB value is (128,25,211). Sum of RGB (Red+Green+Blue) = 128+25+211=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 211 (82.81% from 255 or 57.97% from 364); Max value from RGB is 211 - color contains mainly: blue. Hex color #8019D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019D3 is #7FE62C. Grayscale: #4C4C4C. Windows color (decimal): -8381997 or 13834624. OLE color: 13834624.
HSL color Cylindrical-coordinate representation of color #8019D3: hue angle of 273.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8019D3 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 25 | 211 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.17 |
| HSL | 273.23º | 0.79% | 0.46% | - |
| HSV(B) | 273.23º | 0.88% | 0.83% | - |
| XYZ | 21.01 | 9.99 | 62.45 | - |
| YUV | 77 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 211 | 0.39 | 0.88 | 0 | 0.17 | 273.23 | 0.79 | 0.46 |
| Hex | 80 | 19 | D3 | 27 | 58 | 0 | 11 | 111 | 4F | 2E |
| Octal | 200 | 31 | 323 | 47 | 130 | 0 | 21 | 421 | 117 | 56 |
| Binary | 10000000 | 11001 | 11010011 | 100111 | 1011000 | 0 | 10001 | 100010001 | 1001111 | 101110 |
Color Harmonies of #8019D3
Complementary color
Monochromatic Colors of #8019D3
Black with #8019D3
Text Example
Text Example
White with #8019D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019D3; }
p { color: rgb(128,25,211); }
H1.HeaderClassName
{
color: #8019D3;
}
.AnyTagClassName
{
color: #8019D3;
}
</style>
background-color css
<style>
a { background-color: #8019D3; }
a { background-color: rgb(128,25,211); }
div.DivClassName
{
background-color: #8019D3;
}
.BgClassName
{
background-color: #8019D3;
}
</style>
border-color css
<style>
span { border-color: #8019D3; }
span { border-color: rgb(128,25,211); }
td.TdClassName
{
border-color: #8019D3;
}
.TagClassName
{
border-color: #8019D3;
}
</style>