Shades of Dark Violet #9410DF
Tints of Dark Violet #9410DF
RGB
CMYK
RGB Variations
Color information
#9410DF (or 0x9410DF) is known color: Dark Violet. HEX triplet: 94, 10 and DF. RGB value is (148,16,223). Sum of RGB (Red+Green+Blue) = 148+16+223=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #9410DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410DF is #6BEF20. Grayscale: #4E4E4E. Windows color (decimal): -7073569 or 14618772. OLE color: 14618772.
HSL color Cylindrical-coordinate representation of color #9410DF: hue angle of 278.26º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9410DF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 16 | 223 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.13 |
| HSL | 278.26º | 0.87% | 0.47% | - |
| HSV(B) | 278.26º | 0.93% | 0.87% | - |
| XYZ | 25.72 | 11.99 | 70.77 | - |
| YUV | 79.07 | 209.23 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 223 | 0.34 | 0.93 | 0 | 0.13 | 278.26 | 0.87 | 0.47 |
| Hex | 94 | 10 | DF | 22 | 5D | 0 | D | 116 | 57 | 2F |
| Octal | 224 | 20 | 337 | 42 | 135 | 0 | 15 | 426 | 127 | 57 |
| Binary | 10010100 | 10000 | 11011111 | 100010 | 1011101 | 0 | 1101 | 100010110 | 1010111 | 101111 |
Color Harmonies of #9410DF
Complementary color
Monochromatic Colors of #9410DF
Black with #9410DF
Text Example
Text Example
White with #9410DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410DF; }
p { color: rgb(148,16,223); }
H1.HeaderClassName
{
color: #9410DF;
}
.AnyTagClassName
{
color: #9410DF;
}
</style>
background-color css
<style>
a { background-color: #9410DF; }
a { background-color: rgb(148,16,223); }
div.DivClassName
{
background-color: #9410DF;
}
.BgClassName
{
background-color: #9410DF;
}
</style>
border-color css
<style>
span { border-color: #9410DF; }
span { border-color: rgb(148,16,223); }
td.TdClassName
{
border-color: #9410DF;
}
.TagClassName
{
border-color: #9410DF;
}
</style>