Shades of Blue Violet #8417D1
Tints of Blue Violet #8417D1
RGB
CMYK
RGB Variations
Color information
#8417D1 (or 0x8417D1) is known color: Blue Violet. HEX triplet: 84, 17 and D1. RGB value is (132,23,209). Sum of RGB (Red+Green+Blue) = 132+23+209=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #8417D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417D1 is #7BE82E. Grayscale: #4C4C4C. Windows color (decimal): -8120367 or 13703044. OLE color: 13703044.
HSL color Cylindrical-coordinate representation of color #8417D1: hue angle of 275.16º degrees, saturation: 0.8, 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 #8417D1 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 23 | 209 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.18 |
| HSL | 275.16º | 0.8% | 0.45% | - |
| HSV(B) | 275.16º | 0.89% | 0.82% | - |
| XYZ | 21.33 | 10.12 | 61.15 | - |
| YUV | 76.8 | 202.61 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 209 | 0.37 | 0.89 | 0 | 0.18 | 275.16 | 0.8 | 0.45 |
| Hex | 84 | 17 | D1 | 25 | 59 | 0 | 12 | 113 | 50 | 2D |
| Octal | 204 | 27 | 321 | 45 | 131 | 0 | 22 | 423 | 120 | 55 |
| Binary | 10000100 | 10111 | 11010001 | 100101 | 1011001 | 0 | 10010 | 100010011 | 1010000 | 101101 |
Color Harmonies of #8417D1
Complementary color
Monochromatic Colors of #8417D1
Black with #8417D1
Text Example
Text Example
White with #8417D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417D1; }
p { color: rgb(132,23,209); }
H1.HeaderClassName
{
color: #8417D1;
}
.AnyTagClassName
{
color: #8417D1;
}
</style>
background-color css
<style>
a { background-color: #8417D1; }
a { background-color: rgb(132,23,209); }
div.DivClassName
{
background-color: #8417D1;
}
.BgClassName
{
background-color: #8417D1;
}
</style>
border-color css
<style>
span { border-color: #8417D1; }
span { border-color: rgb(132,23,209); }
td.TdClassName
{
border-color: #8417D1;
}
.TagClassName
{
border-color: #8417D1;
}
</style>