Shades of Dark Violet #8403DD
Tints of Dark Violet #8403DD
RGB
CMYK
RGB Variations
Color information
#8403DD (or 0x8403DD) is known color: Dark Violet. HEX triplet: 84, 03 and DD. RGB value is (132,3,221). Sum of RGB (Red+Green+Blue) = 132+3+221=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #8403DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403DD is #7BFC22. Grayscale: #414141. Windows color (decimal): -8125475 or 14484356. OLE color: 14484356.
HSL color Cylindrical-coordinate representation of color #8403DD: hue angle of 275.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8403DD is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 3 | 221 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.13 |
| HSL | 275.5º | 0.97% | 0.44% | - |
| HSV(B) | 275.5º | 0.99% | 0.87% | - |
| XYZ | 22.6 | 10.19 | 69.18 | - |
| YUV | 66.42 | 215.24 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 221 | 0.40 | 0.99 | 0 | 0.13 | 275.5 | 0.97 | 0.44 |
| Hex | 84 | 3 | DD | 28 | 63 | 0 | D | 114 | 61 | 2C |
| Octal | 204 | 3 | 335 | 50 | 143 | 0 | 15 | 424 | 141 | 54 |
| Binary | 10000100 | 11 | 11011101 | 101000 | 1100011 | 0 | 1101 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8403DD
Complementary color
Monochromatic Colors of #8403DD
Black with #8403DD
Text Example
Text Example
White with #8403DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403DD; }
p { color: rgb(132,3,221); }
H1.HeaderClassName
{
color: #8403DD;
}
.AnyTagClassName
{
color: #8403DD;
}
</style>
background-color css
<style>
a { background-color: #8403DD; }
a { background-color: rgb(132,3,221); }
div.DivClassName
{
background-color: #8403DD;
}
.BgClassName
{
background-color: #8403DD;
}
</style>
border-color css
<style>
span { border-color: #8403DD; }
span { border-color: rgb(132,3,221); }
td.TdClassName
{
border-color: #8403DD;
}
.TagClassName
{
border-color: #8403DD;
}
</style>