Shades of Blue Violet #8A19DC
Tints of Blue Violet #8A19DC
RGB
CMYK
RGB Variations
Color information
#8A19DC (or 0x8A19DC) is known color: Blue Violet. HEX triplet: 8A, 19 and DC. RGB value is (138,25,220). Sum of RGB (Red+Green+Blue) = 138+25+220=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A19DC is #75E623. Grayscale: #505050. Windows color (decimal): -7726628 or 14424458. OLE color: 14424458.
HSL color Cylindrical-coordinate representation of color #8A19DC: hue angle of 274.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A19DC is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 25 | 220 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.14 |
| HSL | 274.77º | 0.8% | 0.48% | - |
| HSV(B) | 274.77º | 0.89% | 0.86% | - |
| XYZ | 23.75 | 11.27 | 68.63 | - |
| YUV | 81.02 | 206.44 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 220 | 0.37 | 0.89 | 0 | 0.14 | 274.77 | 0.8 | 0.48 |
| Hex | 8A | 19 | DC | 25 | 59 | 0 | E | 113 | 50 | 30 |
| Octal | 212 | 31 | 334 | 45 | 131 | 0 | 16 | 423 | 120 | 60 |
| Binary | 10001010 | 11001 | 11011100 | 100101 | 1011001 | 0 | 1110 | 100010011 | 1010000 | 110000 |
Color Harmonies of #8A19DC
Complementary color
Monochromatic Colors of #8A19DC
Black with #8A19DC
Text Example
Text Example
White with #8A19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19DC; }
p { color: rgb(138,25,220); }
H1.HeaderClassName
{
color: #8A19DC;
}
.AnyTagClassName
{
color: #8A19DC;
}
</style>
background-color css
<style>
a { background-color: #8A19DC; }
a { background-color: rgb(138,25,220); }
div.DivClassName
{
background-color: #8A19DC;
}
.BgClassName
{
background-color: #8A19DC;
}
</style>
border-color css
<style>
span { border-color: #8A19DC; }
span { border-color: rgb(138,25,220); }
td.TdClassName
{
border-color: #8A19DC;
}
.TagClassName
{
border-color: #8A19DC;
}
</style>