Shades of Dark Violet #9706DA
Tints of Dark Violet #9706DA
RGB
CMYK
RGB Variations
Color information
#9706DA (or 0x9706DA) is known color: Dark Violet. HEX triplet: 97, 06 and DA. RGB value is (151,6,218). Sum of RGB (Red+Green+Blue) = 151+6+218=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #9706DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706DA is #68F925. Grayscale: #484848. Windows color (decimal): -6879526 or 14288535. OLE color: 14288535.
HSL color Cylindrical-coordinate representation of color #9706DA: hue angle of 281.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706DA is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 6 | 218 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.15 |
| HSL | 281.04º | 0.95% | 0.44% | - |
| HSV(B) | 281.04º | 0.97% | 0.85% | - |
| XYZ | 25.48 | 11.77 | 67.26 | - |
| YUV | 73.52 | 209.54 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 218 | 0.31 | 0.97 | 0 | 0.15 | 281.04 | 0.95 | 0.44 |
| Hex | 97 | 6 | DA | 1F | 61 | 0 | F | 119 | 5F | 2C |
| Octal | 227 | 6 | 332 | 37 | 141 | 0 | 17 | 431 | 137 | 54 |
| Binary | 10010111 | 110 | 11011010 | 11111 | 1100001 | 0 | 1111 | 100011001 | 1011111 | 101100 |
Color Harmonies of #9706DA
Complementary color
Monochromatic Colors of #9706DA
Black with #9706DA
Text Example
Text Example
White with #9706DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706DA; }
p { color: rgb(151,6,218); }
H1.HeaderClassName
{
color: #9706DA;
}
.AnyTagClassName
{
color: #9706DA;
}
</style>
background-color css
<style>
a { background-color: #9706DA; }
a { background-color: rgb(151,6,218); }
div.DivClassName
{
background-color: #9706DA;
}
.BgClassName
{
background-color: #9706DA;
}
</style>
border-color css
<style>
span { border-color: #9706DA; }
span { border-color: rgb(151,6,218); }
td.TdClassName
{
border-color: #9706DA;
}
.TagClassName
{
border-color: #9706DA;
}
</style>