Shades of Dark Violet #9410CE
Tints of Dark Violet #9410CE
RGB
CMYK
RGB Variations
Color information
#9410CE (or 0x9410CE) is known color: Dark Violet. HEX triplet: 94, 10 and CE. RGB value is (148,16,206). Sum of RGB (Red+Green+Blue) = 148+16+206=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #9410CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410CE is #6BEF31. Grayscale: #4C4C4C. Windows color (decimal): -7073586 or 13504660. OLE color: 13504660.
HSL color Cylindrical-coordinate representation of color #9410CE: hue angle of 281.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9410CE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 16 | 206 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.19 |
| HSL | 281.68º | 0.86% | 0.44% | - |
| HSV(B) | 281.68º | 0.92% | 0.81% | - |
| XYZ | 23.54 | 11.12 | 59.3 | - |
| YUV | 77.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 206 | 0.28 | 0.92 | 0 | 0.19 | 281.68 | 0.86 | 0.44 |
| Hex | 94 | 10 | CE | 1C | 5C | 0 | 13 | 11A | 56 | 2C |
| Octal | 224 | 20 | 316 | 34 | 134 | 0 | 23 | 432 | 126 | 54 |
| Binary | 10010100 | 10000 | 11001110 | 11100 | 1011100 | 0 | 10011 | 100011010 | 1010110 | 101100 |
Color Harmonies of #9410CE
Complementary color
Monochromatic Colors of #9410CE
Black with #9410CE
Text Example
Text Example
White with #9410CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410CE; }
p { color: rgb(148,16,206); }
H1.HeaderClassName
{
color: #9410CE;
}
.AnyTagClassName
{
color: #9410CE;
}
</style>
background-color css
<style>
a { background-color: #9410CE; }
a { background-color: rgb(148,16,206); }
div.DivClassName
{
background-color: #9410CE;
}
.BgClassName
{
background-color: #9410CE;
}
</style>
border-color css
<style>
span { border-color: #9410CE; }
span { border-color: rgb(148,16,206); }
td.TdClassName
{
border-color: #9410CE;
}
.TagClassName
{
border-color: #9410CE;
}
</style>