Shades of Dark Violet #8417BA
Tints of Dark Violet #8417BA
RGB
CMYK
RGB Variations
Color information
#8417BA (or 0x8417BA) is known color: Dark Violet. HEX triplet: 84, 17 and BA. RGB value is (132,23,186). Sum of RGB (Red+Green+Blue) = 132+23+186=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8417BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417BA is #7BE845. Grayscale: #494949. Windows color (decimal): -8120390 or 12195716. OLE color: 12195716.
HSL color Cylindrical-coordinate representation of color #8417BA: hue angle of 280.12º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8417BA is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 23 | 186 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.27 |
| HSL | 280.12º | 0.78% | 0.41% | - |
| HSV(B) | 280.12º | 0.88% | 0.73% | - |
| XYZ | 18.69 | 9.06 | 47.22 | - |
| YUV | 74.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 186 | 0.29 | 0.88 | 0 | 0.27 | 280.12 | 0.78 | 0.41 |
| Hex | 84 | 17 | BA | 1D | 58 | 0 | 1B | 118 | 4E | 29 |
| Octal | 204 | 27 | 272 | 35 | 130 | 0 | 33 | 430 | 116 | 51 |
| Binary | 10000100 | 10111 | 10111010 | 11101 | 1011000 | 0 | 11011 | 100011000 | 1001110 | 101001 |
Color Harmonies of #8417BA
Complementary color
Monochromatic Colors of #8417BA
Black with #8417BA
Text Example
Text Example
White with #8417BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417BA; }
p { color: rgb(132,23,186); }
H1.HeaderClassName
{
color: #8417BA;
}
.AnyTagClassName
{
color: #8417BA;
}
</style>
background-color css
<style>
a { background-color: #8417BA; }
a { background-color: rgb(132,23,186); }
div.DivClassName
{
background-color: #8417BA;
}
.BgClassName
{
background-color: #8417BA;
}
</style>
border-color css
<style>
span { border-color: #8417BA; }
span { border-color: rgb(132,23,186); }
td.TdClassName
{
border-color: #8417BA;
}
.TagClassName
{
border-color: #8417BA;
}
</style>