Shades of Dark Violet #8415BB
Tints of Dark Violet #8415BB
RGB
CMYK
RGB Variations
Color information
#8415BB (or 0x8415BB) is known color: Dark Violet. HEX triplet: 84, 15 and BB. RGB value is (132,21,187). Sum of RGB (Red+Green+Blue) = 132+21+187=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #8415BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415BB is #7BEA44. Grayscale: #484848. Windows color (decimal): -8120901 or 12260740. OLE color: 12260740.
HSL color Cylindrical-coordinate representation of color #8415BB: hue angle of 280.12º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8415BB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 21 | 187 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.27 |
| HSL | 280.12º | 0.8% | 0.41% | - |
| HSV(B) | 280.12º | 0.89% | 0.73% | - |
| XYZ | 18.75 | 9.03 | 47.77 | - |
| YUV | 73.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 187 | 0.29 | 0.89 | 0 | 0.27 | 280.12 | 0.8 | 0.41 |
| Hex | 84 | 15 | BB | 1D | 59 | 0 | 1B | 118 | 50 | 29 |
| Octal | 204 | 25 | 273 | 35 | 131 | 0 | 33 | 430 | 120 | 51 |
| Binary | 10000100 | 10101 | 10111011 | 11101 | 1011001 | 0 | 11011 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8415BB
Complementary color
Monochromatic Colors of #8415BB
Black with #8415BB
Text Example
Text Example
White with #8415BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415BB; }
p { color: rgb(132,21,187); }
H1.HeaderClassName
{
color: #8415BB;
}
.AnyTagClassName
{
color: #8415BB;
}
</style>
background-color css
<style>
a { background-color: #8415BB; }
a { background-color: rgb(132,21,187); }
div.DivClassName
{
background-color: #8415BB;
}
.BgClassName
{
background-color: #8415BB;
}
</style>
border-color css
<style>
span { border-color: #8415BB; }
span { border-color: rgb(132,21,187); }
td.TdClassName
{
border-color: #8415BB;
}
.TagClassName
{
border-color: #8415BB;
}
</style>