Shades of Blue Violet #8415DF
Tints of Blue Violet #8415DF
RGB
CMYK
RGB Variations
Color information
#8415DF (or 0x8415DF) is known color: Blue Violet. HEX triplet: 84, 15 and DF. RGB value is (132,21,223). Sum of RGB (Red+Green+Blue) = 132+21+223=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #8415DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415DF is #7BEA20. Grayscale: #4C4C4C. Windows color (decimal): -8120865 or 14620036. OLE color: 14620036.
HSL color Cylindrical-coordinate representation of color #8415DF: hue angle of 272.97º degrees, saturation: 0.83, 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 #8415DF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 21 | 223 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.13 |
| HSL | 272.97º | 0.83% | 0.48% | - |
| HSV(B) | 272.97º | 0.91% | 0.87% | - |
| XYZ | 23.1 | 10.77 | 70.67 | - |
| YUV | 77.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 223 | 0.41 | 0.91 | 0 | 0.13 | 272.97 | 0.83 | 0.48 |
| Hex | 84 | 15 | DF | 29 | 5B | 0 | D | 111 | 53 | 30 |
| Octal | 204 | 25 | 337 | 51 | 133 | 0 | 15 | 421 | 123 | 60 |
| Binary | 10000100 | 10101 | 11011111 | 101001 | 1011011 | 0 | 1101 | 100010001 | 1010011 | 110000 |
Color Harmonies of #8415DF
Complementary color
Monochromatic Colors of #8415DF
Black with #8415DF
Text Example
Text Example
White with #8415DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415DF; }
p { color: rgb(132,21,223); }
H1.HeaderClassName
{
color: #8415DF;
}
.AnyTagClassName
{
color: #8415DF;
}
</style>
background-color css
<style>
a { background-color: #8415DF; }
a { background-color: rgb(132,21,223); }
div.DivClassName
{
background-color: #8415DF;
}
.BgClassName
{
background-color: #8415DF;
}
</style>
border-color css
<style>
span { border-color: #8415DF; }
span { border-color: rgb(132,21,223); }
td.TdClassName
{
border-color: #8415DF;
}
.TagClassName
{
border-color: #8415DF;
}
</style>