Shades of Blue Violet #8410DF
Tints of Blue Violet #8410DF
RGB
CMYK
RGB Variations
Color information
#8410DF (or 0x8410DF) is known color: Blue Violet. HEX triplet: 84, 10 and DF. RGB value is (132,16,223). Sum of RGB (Red+Green+Blue) = 132+16+223=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8410DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410DF is #7BEF20. Grayscale: #494949. Windows color (decimal): -8122145 or 14618756. OLE color: 14618756.
HSL color Cylindrical-coordinate representation of color #8410DF: hue angle of 273.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8410DF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 16 | 223 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.13 |
| HSL | 273.62º | 0.87% | 0.47% | - |
| HSV(B) | 273.62º | 0.93% | 0.87% | - |
| XYZ | 23.02 | 10.6 | 70.65 | - |
| YUV | 74.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 223 | 0.41 | 0.93 | 0 | 0.13 | 273.62 | 0.87 | 0.47 |
| Hex | 84 | 10 | DF | 29 | 5D | 0 | D | 112 | 57 | 2F |
| Octal | 204 | 20 | 337 | 51 | 135 | 0 | 15 | 422 | 127 | 57 |
| Binary | 10000100 | 10000 | 11011111 | 101001 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101111 |
Color Harmonies of #8410DF
Complementary color
Monochromatic Colors of #8410DF
Black with #8410DF
Text Example
Text Example
White with #8410DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410DF; }
p { color: rgb(132,16,223); }
H1.HeaderClassName
{
color: #8410DF;
}
.AnyTagClassName
{
color: #8410DF;
}
</style>
background-color css
<style>
a { background-color: #8410DF; }
a { background-color: rgb(132,16,223); }
div.DivClassName
{
background-color: #8410DF;
}
.BgClassName
{
background-color: #8410DF;
}
</style>
border-color css
<style>
span { border-color: #8410DF; }
span { border-color: rgb(132,16,223); }
td.TdClassName
{
border-color: #8410DF;
}
.TagClassName
{
border-color: #8410DF;
}
</style>