Shades of Dark Violet #8415BD
Tints of Dark Violet #8415BD
RGB
CMYK
RGB Variations
Color information
#8415BD (or 0x8415BD) is known color: Dark Violet. HEX triplet: 84, 15 and BD. RGB value is (132,21,189). Sum of RGB (Red+Green+Blue) = 132+21+189=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8415BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415BD is #7BEA42. Grayscale: #484848. Windows color (decimal): -8120899 or 12391812. OLE color: 12391812.
HSL color Cylindrical-coordinate representation of color #8415BD: hue angle of 279.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8415BD is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 21 | 189 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.26 |
| HSL | 279.64º | 0.8% | 0.41% | - |
| HSV(B) | 279.64º | 0.89% | 0.74% | - |
| XYZ | 18.97 | 9.12 | 48.9 | - |
| YUV | 73.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 189 | 0.30 | 0.89 | 0 | 0.26 | 279.64 | 0.8 | 0.41 |
| Hex | 84 | 15 | BD | 1E | 59 | 0 | 1A | 118 | 50 | 29 |
| Octal | 204 | 25 | 275 | 36 | 131 | 0 | 32 | 430 | 120 | 51 |
| Binary | 10000100 | 10101 | 10111101 | 11110 | 1011001 | 0 | 11010 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8415BD
Complementary color
Monochromatic Colors of #8415BD
Black with #8415BD
Text Example
Text Example
White with #8415BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415BD; }
p { color: rgb(132,21,189); }
H1.HeaderClassName
{
color: #8415BD;
}
.AnyTagClassName
{
color: #8415BD;
}
</style>
background-color css
<style>
a { background-color: #8415BD; }
a { background-color: rgb(132,21,189); }
div.DivClassName
{
background-color: #8415BD;
}
.BgClassName
{
background-color: #8415BD;
}
</style>
border-color css
<style>
span { border-color: #8415BD; }
span { border-color: rgb(132,21,189); }
td.TdClassName
{
border-color: #8415BD;
}
.TagClassName
{
border-color: #8415BD;
}
</style>