Shades of Dark Violet #8403BD
Tints of Dark Violet #8403BD
RGB
CMYK
RGB Variations
Color information
#8403BD (or 0x8403BD) is known color: Dark Violet. HEX triplet: 84, 03 and BD. RGB value is (132,3,189). Sum of RGB (Red+Green+Blue) = 132+3+189=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #8403BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403BD is #7BFC42. Grayscale: #3E3E3E. Windows color (decimal): -8125507 or 12387204. OLE color: 12387204.
HSL color Cylindrical-coordinate representation of color #8403BD: hue angle of 281.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8403BD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 3 | 189 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.26 |
| HSL | 281.61º | 0.97% | 0.38% | - |
| HSV(B) | 281.61º | 0.98% | 0.74% | - |
| XYZ | 18.73 | 8.64 | 48.83 | - |
| YUV | 62.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 189 | 0.30 | 0.98 | 0 | 0.26 | 281.61 | 0.97 | 0.38 |
| Hex | 84 | 3 | BD | 1E | 62 | 0 | 1A | 11A | 61 | 26 |
| Octal | 204 | 3 | 275 | 36 | 142 | 0 | 32 | 432 | 141 | 46 |
| Binary | 10000100 | 11 | 10111101 | 11110 | 1100010 | 0 | 11010 | 100011010 | 1100001 | 100110 |
Color Harmonies of #8403BD
Complementary color
Monochromatic Colors of #8403BD
Black with #8403BD
Text Example
Text Example
White with #8403BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403BD; }
p { color: rgb(132,3,189); }
H1.HeaderClassName
{
color: #8403BD;
}
.AnyTagClassName
{
color: #8403BD;
}
</style>
background-color css
<style>
a { background-color: #8403BD; }
a { background-color: rgb(132,3,189); }
div.DivClassName
{
background-color: #8403BD;
}
.BgClassName
{
background-color: #8403BD;
}
</style>
border-color css
<style>
span { border-color: #8403BD; }
span { border-color: rgb(132,3,189); }
td.TdClassName
{
border-color: #8403BD;
}
.TagClassName
{
border-color: #8403BD;
}
</style>