Shades of Dark Violet #8403CC
Tints of Dark Violet #8403CC
RGB
CMYK
RGB Variations
Color information
#8403CC (or 0x8403CC) is known color: Dark Violet. HEX triplet: 84, 03 and CC. RGB value is (132,3,204). Sum of RGB (Red+Green+Blue) = 132+3+204=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #8403CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403CC is #7BFC33. Grayscale: #3F3F3F. Windows color (decimal): -8125492 or 13370244. OLE color: 13370244.
HSL color Cylindrical-coordinate representation of color #8403CC: hue angle of 278.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8403CC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 3 | 204 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.2 |
| HSL | 278.51º | 0.97% | 0.41% | - |
| HSV(B) | 278.51º | 0.99% | 0.8% | - |
| XYZ | 20.45 | 9.33 | 57.85 | - |
| YUV | 64.49 | 206.74 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 204 | 0.35 | 0.99 | 0 | 0.2 | 278.51 | 0.97 | 0.41 |
| Hex | 84 | 3 | CC | 23 | 63 | 0 | 14 | 117 | 61 | 29 |
| Octal | 204 | 3 | 314 | 43 | 143 | 0 | 24 | 427 | 141 | 51 |
| Binary | 10000100 | 11 | 11001100 | 100011 | 1100011 | 0 | 10100 | 100010111 | 1100001 | 101001 |
Color Harmonies of #8403CC
Complementary color
Monochromatic Colors of #8403CC
Black with #8403CC
Text Example
Text Example
White with #8403CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403CC; }
p { color: rgb(132,3,204); }
H1.HeaderClassName
{
color: #8403CC;
}
.AnyTagClassName
{
color: #8403CC;
}
</style>
background-color css
<style>
a { background-color: #8403CC; }
a { background-color: rgb(132,3,204); }
div.DivClassName
{
background-color: #8403CC;
}
.BgClassName
{
background-color: #8403CC;
}
</style>
border-color css
<style>
span { border-color: #8403CC; }
span { border-color: rgb(132,3,204); }
td.TdClassName
{
border-color: #8403CC;
}
.TagClassName
{
border-color: #8403CC;
}
</style>