Shades of Dark Violet #9706D5
Tints of Dark Violet #9706D5
RGB
CMYK
RGB Variations
Color information
#9706D5 (or 0x9706D5) is known color: Dark Violet. HEX triplet: 97, 06 and D5. RGB value is (151,6,213). Sum of RGB (Red+Green+Blue) = 151+6+213=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #9706D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706D5 is #68F92A. Grayscale: #484848. Windows color (decimal): -6879531 or 13960855. OLE color: 13960855.
HSL color Cylindrical-coordinate representation of color #9706D5: hue angle of 282.03º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706D5 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 6 | 213 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.16 |
| HSL | 282.03º | 0.95% | 0.43% | - |
| HSV(B) | 282.03º | 0.97% | 0.84% | - |
| XYZ | 24.84 | 11.51 | 63.86 | - |
| YUV | 72.95 | 207.04 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 213 | 0.29 | 0.97 | 0 | 0.16 | 282.03 | 0.95 | 0.43 |
| Hex | 97 | 6 | D5 | 1D | 61 | 0 | 10 | 11A | 5F | 2B |
| Octal | 227 | 6 | 325 | 35 | 141 | 0 | 20 | 432 | 137 | 53 |
| Binary | 10010111 | 110 | 11010101 | 11101 | 1100001 | 0 | 10000 | 100011010 | 1011111 | 101011 |
Color Harmonies of #9706D5
Complementary color
Monochromatic Colors of #9706D5
Black with #9706D5
Text Example
Text Example
White with #9706D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706D5; }
p { color: rgb(151,6,213); }
H1.HeaderClassName
{
color: #9706D5;
}
.AnyTagClassName
{
color: #9706D5;
}
</style>
background-color css
<style>
a { background-color: #9706D5; }
a { background-color: rgb(151,6,213); }
div.DivClassName
{
background-color: #9706D5;
}
.BgClassName
{
background-color: #9706D5;
}
</style>
border-color css
<style>
span { border-color: #9706D5; }
span { border-color: rgb(151,6,213); }
td.TdClassName
{
border-color: #9706D5;
}
.TagClassName
{
border-color: #9706D5;
}
</style>