Shades of Dark Violet #8403CE
Tints of Dark Violet #8403CE
RGB
CMYK
RGB Variations
Color information
#8403CE (or 0x8403CE) is known color: Dark Violet. HEX triplet: 84, 03 and CE. RGB value is (132,3,206). Sum of RGB (Red+Green+Blue) = 132+3+206=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #8403CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403CE is #7BFC31. Grayscale: #404040. Windows color (decimal): -8125490 or 13501316. OLE color: 13501316.
HSL color Cylindrical-coordinate representation of color #8403CE: hue angle of 278.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8403CE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 3 | 206 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.19 |
| HSL | 278.13º | 0.97% | 0.41% | - |
| HSV(B) | 278.13º | 0.99% | 0.81% | - |
| XYZ | 20.69 | 9.43 | 59.12 | - |
| YUV | 64.71 | 207.74 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 206 | 0.36 | 0.99 | 0 | 0.19 | 278.13 | 0.97 | 0.41 |
| Hex | 84 | 3 | CE | 24 | 63 | 0 | 13 | 116 | 61 | 29 |
| Octal | 204 | 3 | 316 | 44 | 143 | 0 | 23 | 426 | 141 | 51 |
| Binary | 10000100 | 11 | 11001110 | 100100 | 1100011 | 0 | 10011 | 100010110 | 1100001 | 101001 |
Color Harmonies of #8403CE
Complementary color
Monochromatic Colors of #8403CE
Black with #8403CE
Text Example
Text Example
White with #8403CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403CE; }
p { color: rgb(132,3,206); }
H1.HeaderClassName
{
color: #8403CE;
}
.AnyTagClassName
{
color: #8403CE;
}
</style>
background-color css
<style>
a { background-color: #8403CE; }
a { background-color: rgb(132,3,206); }
div.DivClassName
{
background-color: #8403CE;
}
.BgClassName
{
background-color: #8403CE;
}
</style>
border-color css
<style>
span { border-color: #8403CE; }
span { border-color: rgb(132,3,206); }
td.TdClassName
{
border-color: #8403CE;
}
.TagClassName
{
border-color: #8403CE;
}
</style>