Shades of Blue Violet #8415DC
Tints of Blue Violet #8415DC
RGB
CMYK
RGB Variations
Color information
#8415DC (or 0x8415DC) is known color: Blue Violet. HEX triplet: 84, 15 and DC. RGB value is (132,21,220). Sum of RGB (Red+Green+Blue) = 132+21+220=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #8415DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415DC is #7BEA23. Grayscale: #4C4C4C. Windows color (decimal): -8120868 or 14423428. OLE color: 14423428.
HSL color Cylindrical-coordinate representation of color #8415DC: hue angle of 273.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8415DC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 21 | 220 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.14 |
| HSL | 273.47º | 0.83% | 0.47% | - |
| HSV(B) | 273.47º | 0.9% | 0.86% | - |
| XYZ | 22.7 | 10.61 | 68.56 | - |
| YUV | 76.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 220 | 0.40 | 0.90 | 0 | 0.14 | 273.47 | 0.83 | 0.47 |
| Hex | 84 | 15 | DC | 28 | 5A | 0 | E | 111 | 53 | 2F |
| Octal | 204 | 25 | 334 | 50 | 132 | 0 | 16 | 421 | 123 | 57 |
| Binary | 10000100 | 10101 | 11011100 | 101000 | 1011010 | 0 | 1110 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8415DC
Complementary color
Monochromatic Colors of #8415DC
Black with #8415DC
Text Example
Text Example
White with #8415DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415DC; }
p { color: rgb(132,21,220); }
H1.HeaderClassName
{
color: #8415DC;
}
.AnyTagClassName
{
color: #8415DC;
}
</style>
background-color css
<style>
a { background-color: #8415DC; }
a { background-color: rgb(132,21,220); }
div.DivClassName
{
background-color: #8415DC;
}
.BgClassName
{
background-color: #8415DC;
}
</style>
border-color css
<style>
span { border-color: #8415DC; }
span { border-color: rgb(132,21,220); }
td.TdClassName
{
border-color: #8415DC;
}
.TagClassName
{
border-color: #8415DC;
}
</style>