Shades of Dark Violet #8403DC
Tints of Dark Violet #8403DC
RGB
CMYK
RGB Variations
Color information
#8403DC (or 0x8403DC) is known color: Dark Violet. HEX triplet: 84, 03 and DC. RGB value is (132,3,220). Sum of RGB (Red+Green+Blue) = 132+3+220=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #8403DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403DC is #7BFC23. Grayscale: #414141. Windows color (decimal): -8125476 or 14418820. OLE color: 14418820.
HSL color Cylindrical-coordinate representation of color #8403DC: hue angle of 275.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8403DC is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 3 | 220 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.14 |
| HSL | 275.67º | 0.97% | 0.44% | - |
| HSV(B) | 275.67º | 0.99% | 0.86% | - |
| XYZ | 22.47 | 10.14 | 68.48 | - |
| YUV | 66.31 | 214.74 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 220 | 0.40 | 0.99 | 0 | 0.14 | 275.67 | 0.97 | 0.44 |
| Hex | 84 | 3 | DC | 28 | 63 | 0 | E | 114 | 61 | 2C |
| Octal | 204 | 3 | 334 | 50 | 143 | 0 | 16 | 424 | 141 | 54 |
| Binary | 10000100 | 11 | 11011100 | 101000 | 1100011 | 0 | 1110 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8403DC
Complementary color
Monochromatic Colors of #8403DC
Black with #8403DC
Text Example
Text Example
White with #8403DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403DC; }
p { color: rgb(132,3,220); }
H1.HeaderClassName
{
color: #8403DC;
}
.AnyTagClassName
{
color: #8403DC;
}
</style>
background-color css
<style>
a { background-color: #8403DC; }
a { background-color: rgb(132,3,220); }
div.DivClassName
{
background-color: #8403DC;
}
.BgClassName
{
background-color: #8403DC;
}
</style>
border-color css
<style>
span { border-color: #8403DC; }
span { border-color: rgb(132,3,220); }
td.TdClassName
{
border-color: #8403DC;
}
.TagClassName
{
border-color: #8403DC;
}
</style>