Shades of Blue Violet #8417DC
Tints of Blue Violet #8417DC
RGB
CMYK
RGB Variations
Color information
#8417DC (or 0x8417DC) is known color: Blue Violet. HEX triplet: 84, 17 and DC. RGB value is (132,23,220). Sum of RGB (Red+Green+Blue) = 132+23+220=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8417DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417DC is #7BE823. Grayscale: #4D4D4D. Windows color (decimal): -8120356 or 14423940. OLE color: 14423940.
HSL color Cylindrical-coordinate representation of color #8417DC: hue angle of 273.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8417DC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 23 | 220 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.14 |
| HSL | 273.2º | 0.81% | 0.48% | - |
| HSV(B) | 273.2º | 0.9% | 0.86% | - |
| XYZ | 22.74 | 10.69 | 68.57 | - |
| YUV | 78.05 | 208.11 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 220 | 0.40 | 0.90 | 0 | 0.14 | 273.2 | 0.81 | 0.48 |
| Hex | 84 | 17 | DC | 28 | 5A | 0 | E | 111 | 51 | 30 |
| Octal | 204 | 27 | 334 | 50 | 132 | 0 | 16 | 421 | 121 | 60 |
| Binary | 10000100 | 10111 | 11011100 | 101000 | 1011010 | 0 | 1110 | 100010001 | 1010001 | 110000 |
Color Harmonies of #8417DC
Complementary color
Monochromatic Colors of #8417DC
Black with #8417DC
Text Example
Text Example
White with #8417DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417DC; }
p { color: rgb(132,23,220); }
H1.HeaderClassName
{
color: #8417DC;
}
.AnyTagClassName
{
color: #8417DC;
}
</style>
background-color css
<style>
a { background-color: #8417DC; }
a { background-color: rgb(132,23,220); }
div.DivClassName
{
background-color: #8417DC;
}
.BgClassName
{
background-color: #8417DC;
}
</style>
border-color css
<style>
span { border-color: #8417DC; }
span { border-color: rgb(132,23,220); }
td.TdClassName
{
border-color: #8417DC;
}
.TagClassName
{
border-color: #8417DC;
}
</style>