Shades of Blue Violet #8414DF
Tints of Blue Violet #8414DF
RGB
CMYK
RGB Variations
Color information
#8414DF (or 0x8414DF) is known color: Blue Violet. HEX triplet: 84, 14 and DF. RGB value is (132,20,223). Sum of RGB (Red+Green+Blue) = 132+20+223=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8414DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414DF is #7BEB20. Grayscale: #4B4B4B. Windows color (decimal): -8121121 or 14619780. OLE color: 14619780.
HSL color Cylindrical-coordinate representation of color #8414DF: hue angle of 273.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8414DF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 20 | 223 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.13 |
| HSL | 273.1º | 0.84% | 0.48% | - |
| HSV(B) | 273.1º | 0.91% | 0.87% | - |
| XYZ | 23.09 | 10.73 | 70.67 | - |
| YUV | 76.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 223 | 0.41 | 0.91 | 0 | 0.13 | 273.1 | 0.84 | 0.48 |
| Hex | 84 | 14 | DF | 29 | 5B | 0 | D | 111 | 54 | 30 |
| Octal | 204 | 24 | 337 | 51 | 133 | 0 | 15 | 421 | 124 | 60 |
| Binary | 10000100 | 10100 | 11011111 | 101001 | 1011011 | 0 | 1101 | 100010001 | 1010100 | 110000 |
Color Harmonies of #8414DF
Complementary color
Monochromatic Colors of #8414DF
Black with #8414DF
Text Example
Text Example
White with #8414DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414DF; }
p { color: rgb(132,20,223); }
H1.HeaderClassName
{
color: #8414DF;
}
.AnyTagClassName
{
color: #8414DF;
}
</style>
background-color css
<style>
a { background-color: #8414DF; }
a { background-color: rgb(132,20,223); }
div.DivClassName
{
background-color: #8414DF;
}
.BgClassName
{
background-color: #8414DF;
}
</style>
border-color css
<style>
span { border-color: #8414DF; }
span { border-color: rgb(132,20,223); }
td.TdClassName
{
border-color: #8414DF;
}
.TagClassName
{
border-color: #8414DF;
}
</style>