Shades of Dark Violet #9710DA
Tints of Dark Violet #9710DA
RGB
CMYK
RGB Variations
Color information
#9710DA (or 0x9710DA) is known color: Dark Violet. HEX triplet: 97, 10 and DA. RGB value is (151,16,218). Sum of RGB (Red+Green+Blue) = 151+16+218=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #9710DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710DA is #68EF25. Grayscale: #4E4E4E. Windows color (decimal): -6876966 or 14291095. OLE color: 14291095.
HSL color Cylindrical-coordinate representation of color #9710DA: hue angle of 280.1º 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 #9710DA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 16 | 218 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.15 |
| HSL | 280.1º | 0.86% | 0.46% | - |
| HSV(B) | 280.1º | 0.93% | 0.85% | - |
| XYZ | 25.6 | 12.01 | 67.3 | - |
| YUV | 79.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 218 | 0.31 | 0.93 | 0 | 0.15 | 280.1 | 0.86 | 0.46 |
| Hex | 97 | 10 | DA | 1F | 5D | 0 | F | 118 | 56 | 2E |
| Octal | 227 | 20 | 332 | 37 | 135 | 0 | 17 | 430 | 126 | 56 |
| Binary | 10010111 | 10000 | 11011010 | 11111 | 1011101 | 0 | 1111 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9710DA
Complementary color
Monochromatic Colors of #9710DA
Black with #9710DA
Text Example
Text Example
White with #9710DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9710DA; }
p { color: rgb(151,16,218); }
H1.HeaderClassName
{
color: #9710DA;
}
.AnyTagClassName
{
color: #9710DA;
}
</style>
background-color css
<style>
a { background-color: #9710DA; }
a { background-color: rgb(151,16,218); }
div.DivClassName
{
background-color: #9710DA;
}
.BgClassName
{
background-color: #9710DA;
}
</style>
border-color css
<style>
span { border-color: #9710DA; }
span { border-color: rgb(151,16,218); }
td.TdClassName
{
border-color: #9710DA;
}
.TagClassName
{
border-color: #9710DA;
}
</style>