Shades of Dark Violet #9410DA
Tints of Dark Violet #9410DA
RGB
CMYK
RGB Variations
Color information
#9410DA (or 0x9410DA) is known color: Dark Violet. HEX triplet: 94, 10 and DA. RGB value is (148,16,218). Sum of RGB (Red+Green+Blue) = 148+16+218=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #9410DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410DA is #6BEF25. Grayscale: #4D4D4D. Windows color (decimal): -7073574 or 14291092. OLE color: 14291092.
HSL color Cylindrical-coordinate representation of color #9410DA: hue angle of 279.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9410DA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 16 | 218 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.15 |
| HSL | 279.21º | 0.86% | 0.46% | - |
| HSV(B) | 279.21º | 0.93% | 0.85% | - |
| XYZ | 25.05 | 11.73 | 67.27 | - |
| YUV | 78.5 | 206.73 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 218 | 0.32 | 0.93 | 0 | 0.15 | 279.21 | 0.86 | 0.46 |
| Hex | 94 | 10 | DA | 20 | 5D | 0 | F | 117 | 56 | 2E |
| Octal | 224 | 20 | 332 | 40 | 135 | 0 | 17 | 427 | 126 | 56 |
| Binary | 10010100 | 10000 | 11011010 | 100000 | 1011101 | 0 | 1111 | 100010111 | 1010110 | 101110 |
Color Harmonies of #9410DA
Complementary color
Monochromatic Colors of #9410DA
Black with #9410DA
Text Example
Text Example
White with #9410DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410DA; }
p { color: rgb(148,16,218); }
H1.HeaderClassName
{
color: #9410DA;
}
.AnyTagClassName
{
color: #9410DA;
}
</style>
background-color css
<style>
a { background-color: #9410DA; }
a { background-color: rgb(148,16,218); }
div.DivClassName
{
background-color: #9410DA;
}
.BgClassName
{
background-color: #9410DA;
}
</style>
border-color css
<style>
span { border-color: #9410DA; }
span { border-color: rgb(148,16,218); }
td.TdClassName
{
border-color: #9410DA;
}
.TagClassName
{
border-color: #9410DA;
}
</style>