Shades of Dark Violet #9716DB
Tints of Dark Violet #9716DB
RGB
CMYK
RGB Variations
Color information
#9716DB (or 0x9716DB) is known color: Dark Violet. HEX triplet: 97, 16 and DB. RGB value is (151,22,219). Sum of RGB (Red+Green+Blue) = 151+22+219=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9716DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716DB is #68E924. Grayscale: #525252. Windows color (decimal): -6875429 or 14358167. OLE color: 14358167.
HSL color Cylindrical-coordinate representation of color #9716DB: hue angle of 279.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9716DB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 22 | 219 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.14 |
| HSL | 279.29º | 0.82% | 0.47% | - |
| HSV(B) | 279.29º | 0.9% | 0.86% | - |
| XYZ | 25.84 | 12.27 | 68.02 | - |
| YUV | 83.03 | 204.74 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 219 | 0.31 | 0.90 | 0 | 0.14 | 279.29 | 0.82 | 0.47 |
| Hex | 97 | 16 | DB | 1F | 5A | 0 | E | 117 | 52 | 2F |
| Octal | 227 | 26 | 333 | 37 | 132 | 0 | 16 | 427 | 122 | 57 |
| Binary | 10010111 | 10110 | 11011011 | 11111 | 1011010 | 0 | 1110 | 100010111 | 1010010 | 101111 |
Color Harmonies of #9716DB
Complementary color
Monochromatic Colors of #9716DB
Black with #9716DB
Text Example
Text Example
White with #9716DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716DB; }
p { color: rgb(151,22,219); }
H1.HeaderClassName
{
color: #9716DB;
}
.AnyTagClassName
{
color: #9716DB;
}
</style>
background-color css
<style>
a { background-color: #9716DB; }
a { background-color: rgb(151,22,219); }
div.DivClassName
{
background-color: #9716DB;
}
.BgClassName
{
background-color: #9716DB;
}
</style>
border-color css
<style>
span { border-color: #9716DB; }
span { border-color: rgb(151,22,219); }
td.TdClassName
{
border-color: #9716DB;
}
.TagClassName
{
border-color: #9716DB;
}
</style>