Shades of Dark Violet #8403BC
Tints of Dark Violet #8403BC
RGB
CMYK
RGB Variations
Color information
#8403BC (or 0x8403BC) is known color: Dark Violet. HEX triplet: 84, 03 and BC. RGB value is (132,3,188). Sum of RGB (Red+Green+Blue) = 132+3+188=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8403BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403BC is #7BFC43. Grayscale: #3E3E3E. Windows color (decimal): -8125508 or 12321668. OLE color: 12321668.
HSL color Cylindrical-coordinate representation of color #8403BC: hue angle of 281.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8403BC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 3 | 188 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.26 |
| HSL | 281.84º | 0.97% | 0.37% | - |
| HSV(B) | 281.84º | 0.98% | 0.74% | - |
| XYZ | 18.63 | 8.6 | 48.26 | - |
| YUV | 62.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 188 | 0.30 | 0.98 | 0 | 0.26 | 281.84 | 0.97 | 0.37 |
| Hex | 84 | 3 | BC | 1E | 62 | 0 | 1A | 11A | 61 | 25 |
| Octal | 204 | 3 | 274 | 36 | 142 | 0 | 32 | 432 | 141 | 45 |
| Binary | 10000100 | 11 | 10111100 | 11110 | 1100010 | 0 | 11010 | 100011010 | 1100001 | 100101 |
Color Harmonies of #8403BC
Complementary color
Monochromatic Colors of #8403BC
Black with #8403BC
Text Example
Text Example
White with #8403BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403BC; }
p { color: rgb(132,3,188); }
H1.HeaderClassName
{
color: #8403BC;
}
.AnyTagClassName
{
color: #8403BC;
}
</style>
background-color css
<style>
a { background-color: #8403BC; }
a { background-color: rgb(132,3,188); }
div.DivClassName
{
background-color: #8403BC;
}
.BgClassName
{
background-color: #8403BC;
}
</style>
border-color css
<style>
span { border-color: #8403BC; }
span { border-color: rgb(132,3,188); }
td.TdClassName
{
border-color: #8403BC;
}
.TagClassName
{
border-color: #8403BC;
}
</style>