Shades of Dark Violet #9410DC
Tints of Dark Violet #9410DC
RGB
CMYK
RGB Variations
Color information
#9410DC (or 0x9410DC) is known color: Dark Violet. HEX triplet: 94, 10 and DC. RGB value is (148,16,220). Sum of RGB (Red+Green+Blue) = 148+16+220=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #9410DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410DC is #6BEF23. Grayscale: #4E4E4E. Windows color (decimal): -7073572 or 14422164. OLE color: 14422164.
HSL color Cylindrical-coordinate representation of color #9410DC: hue angle of 278.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9410DC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 16 | 220 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.14 |
| HSL | 278.82º | 0.86% | 0.46% | - |
| HSV(B) | 278.82º | 0.93% | 0.86% | - |
| XYZ | 25.32 | 11.83 | 68.66 | - |
| YUV | 78.72 | 207.73 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 220 | 0.33 | 0.93 | 0 | 0.14 | 278.82 | 0.86 | 0.46 |
| Hex | 94 | 10 | DC | 21 | 5D | 0 | E | 117 | 56 | 2E |
| Octal | 224 | 20 | 334 | 41 | 135 | 0 | 16 | 427 | 126 | 56 |
| Binary | 10010100 | 10000 | 11011100 | 100001 | 1011101 | 0 | 1110 | 100010111 | 1010110 | 101110 |
Color Harmonies of #9410DC
Complementary color
Monochromatic Colors of #9410DC
Black with #9410DC
Text Example
Text Example
White with #9410DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410DC; }
p { color: rgb(148,16,220); }
H1.HeaderClassName
{
color: #9410DC;
}
.AnyTagClassName
{
color: #9410DC;
}
</style>
background-color css
<style>
a { background-color: #9410DC; }
a { background-color: rgb(148,16,220); }
div.DivClassName
{
background-color: #9410DC;
}
.BgClassName
{
background-color: #9410DC;
}
</style>
border-color css
<style>
span { border-color: #9410DC; }
span { border-color: rgb(148,16,220); }
td.TdClassName
{
border-color: #9410DC;
}
.TagClassName
{
border-color: #9410DC;
}
</style>