Shades of Dark Violet #9705C5
Tints of Dark Violet #9705C5
RGB
CMYK
RGB Variations
Color information
#9705C5 (or 0x9705C5) is known color: Dark Violet. HEX triplet: 97, 05 and C5. RGB value is (151,5,197). Sum of RGB (Red+Green+Blue) = 151+5+197=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #9705C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705C5 is #68FA3A. Grayscale: #454545. Windows color (decimal): -6879803 or 12912023. OLE color: 12912023.
HSL color Cylindrical-coordinate representation of color #9705C5: hue angle of 285.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9705C5 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 5 | 197 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.23 |
| HSL | 285.63º | 0.95% | 0.4% | - |
| HSV(B) | 285.63º | 0.97% | 0.77% | - |
| XYZ | 22.89 | 10.72 | 53.69 | - |
| YUV | 70.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 197 | 0.23 | 0.97 | 0 | 0.23 | 285.63 | 0.95 | 0.4 |
| Hex | 97 | 5 | C5 | 17 | 61 | 0 | 17 | 11E | 5F | 28 |
| Octal | 227 | 5 | 305 | 27 | 141 | 0 | 27 | 436 | 137 | 50 |
| Binary | 10010111 | 101 | 11000101 | 10111 | 1100001 | 0 | 10111 | 100011110 | 1011111 | 101000 |
Color Harmonies of #9705C5
Complementary color
Monochromatic Colors of #9705C5
Black with #9705C5
Text Example
Text Example
White with #9705C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705C5; }
p { color: rgb(151,5,197); }
H1.HeaderClassName
{
color: #9705C5;
}
.AnyTagClassName
{
color: #9705C5;
}
</style>
background-color css
<style>
a { background-color: #9705C5; }
a { background-color: rgb(151,5,197); }
div.DivClassName
{
background-color: #9705C5;
}
.BgClassName
{
background-color: #9705C5;
}
</style>
border-color css
<style>
span { border-color: #9705C5; }
span { border-color: rgb(151,5,197); }
td.TdClassName
{
border-color: #9705C5;
}
.TagClassName
{
border-color: #9705C5;
}
</style>