Shades of Dark Violet #8413CC
Tints of Dark Violet #8413CC
RGB
CMYK
RGB Variations
Color information
#8413CC (or 0x8413CC) is known color: Dark Violet. HEX triplet: 84, 13 and CC. RGB value is (132,19,204). Sum of RGB (Red+Green+Blue) = 132+19+204=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8413CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413CC is #7BEC33. Grayscale: #494949. Windows color (decimal): -8121396 or 13374340. OLE color: 13374340.
HSL color Cylindrical-coordinate representation of color #8413CC: hue angle of 276.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8413CC is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 19 | 204 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.2 |
| HSL | 276.65º | 0.83% | 0.44% | - |
| HSV(B) | 276.65º | 0.91% | 0.8% | - |
| XYZ | 20.65 | 9.73 | 57.92 | - |
| YUV | 73.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 204 | 0.35 | 0.91 | 0 | 0.2 | 276.65 | 0.83 | 0.44 |
| Hex | 84 | 13 | CC | 23 | 5B | 0 | 14 | 115 | 53 | 2C |
| Octal | 204 | 23 | 314 | 43 | 133 | 0 | 24 | 425 | 123 | 54 |
| Binary | 10000100 | 10011 | 11001100 | 100011 | 1011011 | 0 | 10100 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8413CC
Complementary color
Monochromatic Colors of #8413CC
Black with #8413CC
Text Example
Text Example
White with #8413CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413CC; }
p { color: rgb(132,19,204); }
H1.HeaderClassName
{
color: #8413CC;
}
.AnyTagClassName
{
color: #8413CC;
}
</style>
background-color css
<style>
a { background-color: #8413CC; }
a { background-color: rgb(132,19,204); }
div.DivClassName
{
background-color: #8413CC;
}
.BgClassName
{
background-color: #8413CC;
}
</style>
border-color css
<style>
span { border-color: #8413CC; }
span { border-color: rgb(132,19,204); }
td.TdClassName
{
border-color: #8413CC;
}
.TagClassName
{
border-color: #8413CC;
}
</style>