Shades of Dark Violet #8416D0
Tints of Dark Violet #8416D0
RGB
CMYK
RGB Variations
Color information
#8416D0 (or 0x8416D0) is known color: Dark Violet. HEX triplet: 84, 16 and D0. RGB value is (132,22,208). Sum of RGB (Red+Green+Blue) = 132+22+208=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #8416D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416D0 is #7BE92F. Grayscale: #4B4B4B. Windows color (decimal): -8120624 or 13637252. OLE color: 13637252.
HSL color Cylindrical-coordinate representation of color #8416D0: hue angle of 275.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8416D0 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 22 | 208 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.18 |
| HSL | 275.48º | 0.81% | 0.45% | - |
| HSV(B) | 275.48º | 0.89% | 0.82% | - |
| XYZ | 21.19 | 10.03 | 60.49 | - |
| YUV | 76.09 | 202.44 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 208 | 0.37 | 0.89 | 0 | 0.18 | 275.48 | 0.81 | 0.45 |
| Hex | 84 | 16 | D0 | 25 | 59 | 0 | 12 | 113 | 51 | 2D |
| Octal | 204 | 26 | 320 | 45 | 131 | 0 | 22 | 423 | 121 | 55 |
| Binary | 10000100 | 10110 | 11010000 | 100101 | 1011001 | 0 | 10010 | 100010011 | 1010001 | 101101 |
Color Harmonies of #8416D0
Complementary color
Monochromatic Colors of #8416D0
Black with #8416D0
Text Example
Text Example
White with #8416D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416D0; }
p { color: rgb(132,22,208); }
H1.HeaderClassName
{
color: #8416D0;
}
.AnyTagClassName
{
color: #8416D0;
}
</style>
background-color css
<style>
a { background-color: #8416D0; }
a { background-color: rgb(132,22,208); }
div.DivClassName
{
background-color: #8416D0;
}
.BgClassName
{
background-color: #8416D0;
}
</style>
border-color css
<style>
span { border-color: #8416D0; }
span { border-color: rgb(132,22,208); }
td.TdClassName
{
border-color: #8416D0;
}
.TagClassName
{
border-color: #8416D0;
}
</style>