Shades of Dark Violet #8417BD
Tints of Dark Violet #8417BD
RGB
CMYK
RGB Variations
Color information
#8417BD (or 0x8417BD) is known color: Dark Violet. HEX triplet: 84, 17 and BD. RGB value is (132,23,189). Sum of RGB (Red+Green+Blue) = 132+23+189=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #8417BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417BD is #7BE842. Grayscale: #494949. Windows color (decimal): -8120387 or 12392324. OLE color: 12392324.
HSL color Cylindrical-coordinate representation of color #8417BD: hue angle of 279.4º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8417BD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 23 | 189 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.26 |
| HSL | 279.4º | 0.78% | 0.42% | - |
| HSV(B) | 279.4º | 0.88% | 0.74% | - |
| XYZ | 19.01 | 9.19 | 48.92 | - |
| YUV | 74.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 189 | 0.30 | 0.88 | 0 | 0.26 | 279.4 | 0.78 | 0.42 |
| Hex | 84 | 17 | BD | 1E | 58 | 0 | 1A | 117 | 4E | 2A |
| Octal | 204 | 27 | 275 | 36 | 130 | 0 | 32 | 427 | 116 | 52 |
| Binary | 10000100 | 10111 | 10111101 | 11110 | 1011000 | 0 | 11010 | 100010111 | 1001110 | 101010 |
Color Harmonies of #8417BD
Complementary color
Monochromatic Colors of #8417BD
Black with #8417BD
Text Example
Text Example
White with #8417BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417BD; }
p { color: rgb(132,23,189); }
H1.HeaderClassName
{
color: #8417BD;
}
.AnyTagClassName
{
color: #8417BD;
}
</style>
background-color css
<style>
a { background-color: #8417BD; }
a { background-color: rgb(132,23,189); }
div.DivClassName
{
background-color: #8417BD;
}
.BgClassName
{
background-color: #8417BD;
}
</style>
border-color css
<style>
span { border-color: #8417BD; }
span { border-color: rgb(132,23,189); }
td.TdClassName
{
border-color: #8417BD;
}
.TagClassName
{
border-color: #8417BD;
}
</style>