Shades of Dark Violet #8405BB
Tints of Dark Violet #8405BB
RGB
CMYK
RGB Variations
Color information
#8405BB (or 0x8405BB) is known color: Dark Violet. HEX triplet: 84, 05 and BB. RGB value is (132,5,187). Sum of RGB (Red+Green+Blue) = 132+5+187=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #8405BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405BB is #7BFA44. Grayscale: #3F3F3F. Windows color (decimal): -8124997 or 12256644. OLE color: 12256644.
HSL color Cylindrical-coordinate representation of color #8405BB: hue angle of 281.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405BB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 5 | 187 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.27 |
| HSL | 281.87º | 0.95% | 0.38% | - |
| HSV(B) | 281.87º | 0.97% | 0.73% | - |
| XYZ | 18.54 | 8.6 | 47.7 | - |
| YUV | 63.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 187 | 0.29 | 0.97 | 0 | 0.27 | 281.87 | 0.95 | 0.38 |
| Hex | 84 | 5 | BB | 1D | 61 | 0 | 1B | 11A | 5F | 26 |
| Octal | 204 | 5 | 273 | 35 | 141 | 0 | 33 | 432 | 137 | 46 |
| Binary | 10000100 | 101 | 10111011 | 11101 | 1100001 | 0 | 11011 | 100011010 | 1011111 | 100110 |
Color Harmonies of #8405BB
Complementary color
Monochromatic Colors of #8405BB
Black with #8405BB
Text Example
Text Example
White with #8405BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405BB; }
p { color: rgb(132,5,187); }
H1.HeaderClassName
{
color: #8405BB;
}
.AnyTagClassName
{
color: #8405BB;
}
</style>
background-color css
<style>
a { background-color: #8405BB; }
a { background-color: rgb(132,5,187); }
div.DivClassName
{
background-color: #8405BB;
}
.BgClassName
{
background-color: #8405BB;
}
</style>
border-color css
<style>
span { border-color: #8405BB; }
span { border-color: rgb(132,5,187); }
td.TdClassName
{
border-color: #8405BB;
}
.TagClassName
{
border-color: #8405BB;
}
</style>