Shades of Dark Violet #8403BA
Tints of Dark Violet #8403BA
RGB
CMYK
RGB Variations
Color information
#8403BA (or 0x8403BA) is known color: Dark Violet. HEX triplet: 84, 03 and BA. RGB value is (132,3,186). Sum of RGB (Red+Green+Blue) = 132+3+186=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #8403BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403BA is #7BFC45. Grayscale: #3D3D3D. Windows color (decimal): -8125510 or 12190596. OLE color: 12190596.
HSL color Cylindrical-coordinate representation of color #8403BA: hue angle of 282.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8403BA is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 3 | 186 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.27 |
| HSL | 282.3º | 0.97% | 0.37% | - |
| HSV(B) | 282.3º | 0.98% | 0.73% | - |
| XYZ | 18.41 | 8.52 | 47.13 | - |
| YUV | 62.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 186 | 0.29 | 0.98 | 0 | 0.27 | 282.3 | 0.97 | 0.37 |
| Hex | 84 | 3 | BA | 1D | 62 | 0 | 1B | 11A | 61 | 25 |
| Octal | 204 | 3 | 272 | 35 | 142 | 0 | 33 | 432 | 141 | 45 |
| Binary | 10000100 | 11 | 10111010 | 11101 | 1100010 | 0 | 11011 | 100011010 | 1100001 | 100101 |
Color Harmonies of #8403BA
Complementary color
Monochromatic Colors of #8403BA
Black with #8403BA
Text Example
Text Example
White with #8403BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403BA; }
p { color: rgb(132,3,186); }
H1.HeaderClassName
{
color: #8403BA;
}
.AnyTagClassName
{
color: #8403BA;
}
</style>
background-color css
<style>
a { background-color: #8403BA; }
a { background-color: rgb(132,3,186); }
div.DivClassName
{
background-color: #8403BA;
}
.BgClassName
{
background-color: #8403BA;
}
</style>
border-color css
<style>
span { border-color: #8403BA; }
span { border-color: rgb(132,3,186); }
td.TdClassName
{
border-color: #8403BA;
}
.TagClassName
{
border-color: #8403BA;
}
</style>