Shades of Blue Violet #8413DB
Tints of Blue Violet #8413DB
RGB
CMYK
RGB Variations
Color information
#8413DB (or 0x8413DB) is known color: Blue Violet. HEX triplet: 84, 13 and DB. RGB value is (132,19,219). Sum of RGB (Red+Green+Blue) = 132+19+219=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8413DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413DB is #7BEC24. Grayscale: #4A4A4A. Windows color (decimal): -8121381 or 14357380. OLE color: 14357380.
HSL color Cylindrical-coordinate representation of color #8413DB: hue angle of 273.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8413DB is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 19 | 219 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.14 |
| HSL | 273.9º | 0.84% | 0.47% | - |
| HSV(B) | 273.9º | 0.91% | 0.86% | - |
| XYZ | 22.53 | 10.49 | 67.85 | - |
| YUV | 75.59 | 208.94 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 219 | 0.40 | 0.91 | 0 | 0.14 | 273.9 | 0.84 | 0.47 |
| Hex | 84 | 13 | DB | 28 | 5B | 0 | E | 112 | 54 | 2F |
| Octal | 204 | 23 | 333 | 50 | 133 | 0 | 16 | 422 | 124 | 57 |
| Binary | 10000100 | 10011 | 11011011 | 101000 | 1011011 | 0 | 1110 | 100010010 | 1010100 | 101111 |
Color Harmonies of #8413DB
Complementary color
Monochromatic Colors of #8413DB
Black with #8413DB
Text Example
Text Example
White with #8413DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413DB; }
p { color: rgb(132,19,219); }
H1.HeaderClassName
{
color: #8413DB;
}
.AnyTagClassName
{
color: #8413DB;
}
</style>
background-color css
<style>
a { background-color: #8413DB; }
a { background-color: rgb(132,19,219); }
div.DivClassName
{
background-color: #8413DB;
}
.BgClassName
{
background-color: #8413DB;
}
</style>
border-color css
<style>
span { border-color: #8413DB; }
span { border-color: rgb(132,19,219); }
td.TdClassName
{
border-color: #8413DB;
}
.TagClassName
{
border-color: #8413DB;
}
</style>