Shades of Blue Violet #8414DB
Tints of Blue Violet #8414DB
RGB
CMYK
RGB Variations
Color information
#8414DB (or 0x8414DB) is known color: Blue Violet. HEX triplet: 84, 14 and DB. RGB value is (132,20,219). Sum of RGB (Red+Green+Blue) = 132+20+219=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8414DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414DB is #7BEB24. Grayscale: #4B4B4B. Windows color (decimal): -8121125 or 14357636. OLE color: 14357636.
HSL color Cylindrical-coordinate representation of color #8414DB: hue angle of 273.77º degrees, saturation: 0.83, 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 #8414DB is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 20 | 219 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.14 |
| HSL | 273.77º | 0.83% | 0.47% | - |
| HSV(B) | 273.77º | 0.91% | 0.86% | - |
| XYZ | 22.55 | 10.52 | 67.86 | - |
| YUV | 76.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 219 | 0.40 | 0.91 | 0 | 0.14 | 273.77 | 0.83 | 0.47 |
| Hex | 84 | 14 | DB | 28 | 5B | 0 | E | 112 | 53 | 2F |
| Octal | 204 | 24 | 333 | 50 | 133 | 0 | 16 | 422 | 123 | 57 |
| Binary | 10000100 | 10100 | 11011011 | 101000 | 1011011 | 0 | 1110 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8414DB
Complementary color
Monochromatic Colors of #8414DB
Black with #8414DB
Text Example
Text Example
White with #8414DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414DB; }
p { color: rgb(132,20,219); }
H1.HeaderClassName
{
color: #8414DB;
}
.AnyTagClassName
{
color: #8414DB;
}
</style>
background-color css
<style>
a { background-color: #8414DB; }
a { background-color: rgb(132,20,219); }
div.DivClassName
{
background-color: #8414DB;
}
.BgClassName
{
background-color: #8414DB;
}
</style>
border-color css
<style>
span { border-color: #8414DB; }
span { border-color: rgb(132,20,219); }
td.TdClassName
{
border-color: #8414DB;
}
.TagClassName
{
border-color: #8414DB;
}
</style>