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