Shades of Dark Violet #9710DC
Tints of Dark Violet #9710DC
RGB
CMYK
RGB Variations
Color information
#9710DC (or 0x9710DC) is known color: Dark Violet. HEX triplet: 97, 10 and DC. RGB value is (151,16,220). Sum of RGB (Red+Green+Blue) = 151+16+220=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #9710DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710DC is #68EF23. Grayscale: #4E4E4E. Windows color (decimal): -6876964 or 14422167. OLE color: 14422167.
HSL color Cylindrical-coordinate representation of color #9710DC: hue angle of 279.71º 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 #9710DC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 16 | 220 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.14 |
| HSL | 279.71º | 0.86% | 0.46% | - |
| HSV(B) | 279.71º | 0.93% | 0.86% | - |
| XYZ | 25.87 | 12.12 | 68.69 | - |
| YUV | 79.62 | 207.23 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 220 | 0.31 | 0.93 | 0 | 0.14 | 279.71 | 0.86 | 0.46 |
| Hex | 97 | 10 | DC | 1F | 5D | 0 | E | 118 | 56 | 2E |
| Octal | 227 | 20 | 334 | 37 | 135 | 0 | 16 | 430 | 126 | 56 |
| Binary | 10010111 | 10000 | 11011100 | 11111 | 1011101 | 0 | 1110 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9710DC
Complementary color
Monochromatic Colors of #9710DC
Black with #9710DC
Text Example
Text Example
White with #9710DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9710DC; }
p { color: rgb(151,16,220); }
H1.HeaderClassName
{
color: #9710DC;
}
.AnyTagClassName
{
color: #9710DC;
}
</style>
background-color css
<style>
a { background-color: #9710DC; }
a { background-color: rgb(151,16,220); }
div.DivClassName
{
background-color: #9710DC;
}
.BgClassName
{
background-color: #9710DC;
}
</style>
border-color css
<style>
span { border-color: #9710DC; }
span { border-color: rgb(151,16,220); }
td.TdClassName
{
border-color: #9710DC;
}
.TagClassName
{
border-color: #9710DC;
}
</style>