Shades of Dark Violet #9710D7
Tints of Dark Violet #9710D7
RGB
CMYK
RGB Variations
Color information
#9710D7 (or 0x9710D7) is known color: Dark Violet. HEX triplet: 97, 10 and D7. RGB value is (151,16,215). Sum of RGB (Red+Green+Blue) = 151+16+215=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #9710D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710D7 is #68EF28. Grayscale: #4E4E4E. Windows color (decimal): -6876969 or 14094487. OLE color: 14094487.
HSL color Cylindrical-coordinate representation of color #9710D7: hue angle of 280.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9710D7 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 16 | 215 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.16 |
| HSL | 280.7º | 0.86% | 0.45% | - |
| HSV(B) | 280.7º | 0.93% | 0.84% | - |
| XYZ | 25.21 | 11.86 | 65.25 | - |
| YUV | 79.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 215 | 0.30 | 0.93 | 0 | 0.16 | 280.7 | 0.86 | 0.45 |
| Hex | 97 | 10 | D7 | 1E | 5D | 0 | 10 | 119 | 56 | 2D |
| Octal | 227 | 20 | 327 | 36 | 135 | 0 | 20 | 431 | 126 | 55 |
| Binary | 10010111 | 10000 | 11010111 | 11110 | 1011101 | 0 | 10000 | 100011001 | 1010110 | 101101 |
Color Harmonies of #9710D7
Complementary color
Monochromatic Colors of #9710D7
Black with #9710D7
Text Example
Text Example
White with #9710D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9710D7; }
p { color: rgb(151,16,215); }
H1.HeaderClassName
{
color: #9710D7;
}
.AnyTagClassName
{
color: #9710D7;
}
</style>
background-color css
<style>
a { background-color: #9710D7; }
a { background-color: rgb(151,16,215); }
div.DivClassName
{
background-color: #9710D7;
}
.BgClassName
{
background-color: #9710D7;
}
</style>
border-color css
<style>
span { border-color: #9710D7; }
span { border-color: rgb(151,16,215); }
td.TdClassName
{
border-color: #9710D7;
}
.TagClassName
{
border-color: #9710D7;
}
</style>