Shades of Dark Violet #9710D4
Tints of Dark Violet #9710D4
RGB
CMYK
RGB Variations
Color information
#9710D4 (or 0x9710D4) is known color: Dark Violet. HEX triplet: 97, 10 and D4. RGB value is (151,16,212). Sum of RGB (Red+Green+Blue) = 151+16+212=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #9710D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710D4 is #68EF2B. Grayscale: #4E4E4E. Windows color (decimal): -6876972 or 13897879. OLE color: 13897879.
HSL color Cylindrical-coordinate representation of color #9710D4: hue angle of 281.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9710D4 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 16 | 212 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.17 |
| HSL | 281.33º | 0.86% | 0.45% | - |
| HSV(B) | 281.33º | 0.92% | 0.83% | - |
| XYZ | 24.83 | 11.7 | 63.24 | - |
| YUV | 78.71 | 203.23 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 212 | 0.29 | 0.92 | 0 | 0.17 | 281.33 | 0.86 | 0.45 |
| Hex | 97 | 10 | D4 | 1D | 5C | 0 | 11 | 119 | 56 | 2D |
| Octal | 227 | 20 | 324 | 35 | 134 | 0 | 21 | 431 | 126 | 55 |
| Binary | 10010111 | 10000 | 11010100 | 11101 | 1011100 | 0 | 10001 | 100011001 | 1010110 | 101101 |
Color Harmonies of #9710D4
Complementary color
Monochromatic Colors of #9710D4
Black with #9710D4
Text Example
Text Example
White with #9710D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9710D4; }
p { color: rgb(151,16,212); }
H1.HeaderClassName
{
color: #9710D4;
}
.AnyTagClassName
{
color: #9710D4;
}
</style>
background-color css
<style>
a { background-color: #9710D4; }
a { background-color: rgb(151,16,212); }
div.DivClassName
{
background-color: #9710D4;
}
.BgClassName
{
background-color: #9710D4;
}
</style>
border-color css
<style>
span { border-color: #9710D4; }
span { border-color: rgb(151,16,212); }
td.TdClassName
{
border-color: #9710D4;
}
.TagClassName
{
border-color: #9710D4;
}
</style>