Shades of Dark Violet #8410CC
Tints of Dark Violet #8410CC
RGB
CMYK
RGB Variations
Color information
#8410CC (or 0x8410CC) is known color: Dark Violet. HEX triplet: 84, 10 and CC. RGB value is (132,16,204). Sum of RGB (Red+Green+Blue) = 132+16+204=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8410CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410CC is #7BEF33. Grayscale: #474747. Windows color (decimal): -8122164 or 13373572. OLE color: 13373572.
HSL color Cylindrical-coordinate representation of color #8410CC: hue angle of 277.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8410CC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 16 | 204 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.2 |
| HSL | 277.02º | 0.85% | 0.43% | - |
| HSV(B) | 277.02º | 0.92% | 0.8% | - |
| XYZ | 20.6 | 9.64 | 57.9 | - |
| YUV | 72.12 | 202.43 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 204 | 0.35 | 0.92 | 0 | 0.2 | 277.02 | 0.85 | 0.43 |
| Hex | 84 | 10 | CC | 23 | 5C | 0 | 14 | 115 | 55 | 2B |
| Octal | 204 | 20 | 314 | 43 | 134 | 0 | 24 | 425 | 125 | 53 |
| Binary | 10000100 | 10000 | 11001100 | 100011 | 1011100 | 0 | 10100 | 100010101 | 1010101 | 101011 |
Color Harmonies of #8410CC
Complementary color
Monochromatic Colors of #8410CC
Black with #8410CC
Text Example
Text Example
White with #8410CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410CC; }
p { color: rgb(132,16,204); }
H1.HeaderClassName
{
color: #8410CC;
}
.AnyTagClassName
{
color: #8410CC;
}
</style>
background-color css
<style>
a { background-color: #8410CC; }
a { background-color: rgb(132,16,204); }
div.DivClassName
{
background-color: #8410CC;
}
.BgClassName
{
background-color: #8410CC;
}
</style>
border-color css
<style>
span { border-color: #8410CC; }
span { border-color: rgb(132,16,204); }
td.TdClassName
{
border-color: #8410CC;
}
.TagClassName
{
border-color: #8410CC;
}
</style>