Shades of Blue Violet #8419DB
Tints of Blue Violet #8419DB
RGB
CMYK
RGB Variations
Color information
#8419DB (or 0x8419DB) is known color: Blue Violet. HEX triplet: 84, 19 and DB. RGB value is (132,25,219). Sum of RGB (Red+Green+Blue) = 132+25+219=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #8419DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419DB is #7BE624. Grayscale: #4E4E4E. Windows color (decimal): -8119845 or 14358916. OLE color: 14358916.
HSL color Cylindrical-coordinate representation of color #8419DB: hue angle of 273.09º 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 #8419DB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 25 | 219 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.14 |
| HSL | 273.09º | 0.8% | 0.48% | - |
| HSV(B) | 273.09º | 0.89% | 0.86% | - |
| XYZ | 22.65 | 10.72 | 67.89 | - |
| YUV | 79.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 219 | 0.40 | 0.89 | 0 | 0.14 | 273.09 | 0.8 | 0.48 |
| Hex | 84 | 19 | DB | 28 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 204 | 31 | 333 | 50 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000100 | 11001 | 11011011 | 101000 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8419DB
Complementary color
Monochromatic Colors of #8419DB
Black with #8419DB
Text Example
Text Example
White with #8419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8419DB; }
p { color: rgb(132,25,219); }
H1.HeaderClassName
{
color: #8419DB;
}
.AnyTagClassName
{
color: #8419DB;
}
</style>
background-color css
<style>
a { background-color: #8419DB; }
a { background-color: rgb(132,25,219); }
div.DivClassName
{
background-color: #8419DB;
}
.BgClassName
{
background-color: #8419DB;
}
</style>
border-color css
<style>
span { border-color: #8419DB; }
span { border-color: rgb(132,25,219); }
td.TdClassName
{
border-color: #8419DB;
}
.TagClassName
{
border-color: #8419DB;
}
</style>