Shades of Dark Violet #8403DB
Tints of Dark Violet #8403DB
RGB
CMYK
RGB Variations
Color information
#8403DB (or 0x8403DB) is known color: Dark Violet. HEX triplet: 84, 03 and DB. RGB value is (132,3,219). Sum of RGB (Red+Green+Blue) = 132+3+219=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8403DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403DB is #7BFC24. Grayscale: #414141. Windows color (decimal): -8125477 or 14353284. OLE color: 14353284.
HSL color Cylindrical-coordinate representation of color #8403DB: hue angle of 275.83º 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 #8403DB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 3 | 219 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.14 |
| HSL | 275.83º | 0.97% | 0.44% | - |
| HSV(B) | 275.83º | 0.99% | 0.86% | - |
| XYZ | 22.33 | 10.09 | 67.79 | - |
| YUV | 66.2 | 214.24 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 219 | 0.40 | 0.99 | 0 | 0.14 | 275.83 | 0.97 | 0.44 |
| Hex | 84 | 3 | DB | 28 | 63 | 0 | E | 114 | 61 | 2C |
| Octal | 204 | 3 | 333 | 50 | 143 | 0 | 16 | 424 | 141 | 54 |
| Binary | 10000100 | 11 | 11011011 | 101000 | 1100011 | 0 | 1110 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8403DB
Complementary color
Monochromatic Colors of #8403DB
Black with #8403DB
Text Example
Text Example
White with #8403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403DB; }
p { color: rgb(132,3,219); }
H1.HeaderClassName
{
color: #8403DB;
}
.AnyTagClassName
{
color: #8403DB;
}
</style>
background-color css
<style>
a { background-color: #8403DB; }
a { background-color: rgb(132,3,219); }
div.DivClassName
{
background-color: #8403DB;
}
.BgClassName
{
background-color: #8403DB;
}
</style>
border-color css
<style>
span { border-color: #8403DB; }
span { border-color: rgb(132,3,219); }
td.TdClassName
{
border-color: #8403DB;
}
.TagClassName
{
border-color: #8403DB;
}
</style>