Shades of Dark Violet #9410EC
Tints of Dark Violet #9410EC
RGB
CMYK
RGB Variations
Color information
#9410EC (or 0x9410EC) is known color: Dark Violet. HEX triplet: 94, 10 and EC. RGB value is (148,16,236). Sum of RGB (Red+Green+Blue) = 148+16+236=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #9410EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9410EC is #6BEF13. Grayscale: #4F4F4F. Windows color (decimal): -7073556 or 15470740. OLE color: 15470740.
HSL color Cylindrical-coordinate representation of color #9410EC: hue angle of 276º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9410EC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 16 | 236 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.07 |
| HSL | 276º | 0.87% | 0.49% | - |
| HSV(B) | 276º | 0.93% | 0.93% | - |
| XYZ | 27.54 | 12.72 | 80.36 | - |
| YUV | 80.55 | 215.73 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 236 | 0.37 | 0.93 | 0 | 0.07 | 276 | 0.87 | 0.49 |
| Hex | 94 | 10 | EC | 25 | 5D | 0 | 7 | 114 | 57 | 31 |
| Octal | 224 | 20 | 354 | 45 | 135 | 0 | 7 | 424 | 127 | 61 |
| Binary | 10010100 | 10000 | 11101100 | 100101 | 1011101 | 0 | 111 | 100010100 | 1010111 | 110001 |
Color Harmonies of #9410EC
Complementary color
Monochromatic Colors of #9410EC
Black with #9410EC
Text Example
Text Example
White with #9410EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410EC; }
p { color: rgb(148,16,236); }
H1.HeaderClassName
{
color: #9410EC;
}
.AnyTagClassName
{
color: #9410EC;
}
</style>
background-color css
<style>
a { background-color: #9410EC; }
a { background-color: rgb(148,16,236); }
div.DivClassName
{
background-color: #9410EC;
}
.BgClassName
{
background-color: #9410EC;
}
</style>
border-color css
<style>
span { border-color: #9410EC; }
span { border-color: rgb(148,16,236); }
td.TdClassName
{
border-color: #9410EC;
}
.TagClassName
{
border-color: #9410EC;
}
</style>