Shades of Dark Violet #8405BD
Tints of Dark Violet #8405BD
RGB
CMYK
RGB Variations
Color information
#8405BD (or 0x8405BD) is known color: Dark Violet. HEX triplet: 84, 05 and BD. RGB value is (132,5,189). Sum of RGB (Red+Green+Blue) = 132+5+189=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #8405BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405BD is #7BFA42. Grayscale: #3F3F3F. Windows color (decimal): -8124995 or 12387716. OLE color: 12387716.
HSL color Cylindrical-coordinate representation of color #8405BD: hue angle of 281.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405BD is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 5 | 189 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.26 |
| HSL | 281.41º | 0.95% | 0.38% | - |
| HSV(B) | 281.41º | 0.97% | 0.74% | - |
| XYZ | 18.76 | 8.69 | 48.83 | - |
| YUV | 63.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 189 | 0.30 | 0.97 | 0 | 0.26 | 281.41 | 0.95 | 0.38 |
| Hex | 84 | 5 | BD | 1E | 61 | 0 | 1A | 119 | 5F | 26 |
| Octal | 204 | 5 | 275 | 36 | 141 | 0 | 32 | 431 | 137 | 46 |
| Binary | 10000100 | 101 | 10111101 | 11110 | 1100001 | 0 | 11010 | 100011001 | 1011111 | 100110 |
Color Harmonies of #8405BD
Complementary color
Monochromatic Colors of #8405BD
Black with #8405BD
Text Example
Text Example
White with #8405BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405BD; }
p { color: rgb(132,5,189); }
H1.HeaderClassName
{
color: #8405BD;
}
.AnyTagClassName
{
color: #8405BD;
}
</style>
background-color css
<style>
a { background-color: #8405BD; }
a { background-color: rgb(132,5,189); }
div.DivClassName
{
background-color: #8405BD;
}
.BgClassName
{
background-color: #8405BD;
}
</style>
border-color css
<style>
span { border-color: #8405BD; }
span { border-color: rgb(132,5,189); }
td.TdClassName
{
border-color: #8405BD;
}
.TagClassName
{
border-color: #8405BD;
}
</style>