Shades of Blue Violet #8416DA
Tints of Blue Violet #8416DA
RGB
CMYK
RGB Variations
Color information
#8416DA (or 0x8416DA) is known color: Blue Violet. HEX triplet: 84, 16 and DA. RGB value is (132,22,218). Sum of RGB (Red+Green+Blue) = 132+22+218=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #8416DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416DA is #7BE925. Grayscale: #4C4C4C. Windows color (decimal): -8120614 or 14292612. OLE color: 14292612.
HSL color Cylindrical-coordinate representation of color #8416DA: hue angle of 273.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8416DA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 22 | 218 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.15 |
| HSL | 273.67º | 0.82% | 0.47% | - |
| HSV(B) | 273.67º | 0.9% | 0.85% | - |
| XYZ | 22.46 | 10.54 | 67.18 | - |
| YUV | 77.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 218 | 0.39 | 0.90 | 0 | 0.15 | 273.67 | 0.82 | 0.47 |
| Hex | 84 | 16 | DA | 27 | 5A | 0 | F | 112 | 52 | 2F |
| Octal | 204 | 26 | 332 | 47 | 132 | 0 | 17 | 422 | 122 | 57 |
| Binary | 10000100 | 10110 | 11011010 | 100111 | 1011010 | 0 | 1111 | 100010010 | 1010010 | 101111 |
Color Harmonies of #8416DA
Complementary color
Monochromatic Colors of #8416DA
Black with #8416DA
Text Example
Text Example
White with #8416DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416DA; }
p { color: rgb(132,22,218); }
H1.HeaderClassName
{
color: #8416DA;
}
.AnyTagClassName
{
color: #8416DA;
}
</style>
background-color css
<style>
a { background-color: #8416DA; }
a { background-color: rgb(132,22,218); }
div.DivClassName
{
background-color: #8416DA;
}
.BgClassName
{
background-color: #8416DA;
}
</style>
border-color css
<style>
span { border-color: #8416DA; }
span { border-color: rgb(132,22,218); }
td.TdClassName
{
border-color: #8416DA;
}
.TagClassName
{
border-color: #8416DA;
}
</style>