Shades of Dark Violet #9701C0
Tints of Dark Violet #9701C0
RGB
CMYK
RGB Variations
Color information
#9701C0 (or 0x9701C0) is known color: Dark Violet. HEX triplet: 97, 01 and C0. RGB value is (151,1,192). Sum of RGB (Red+Green+Blue) = 151+1+192=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #9701C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701C0 is #68FE3F. Grayscale: #434343. Windows color (decimal): -6880832 or 12583319. OLE color: 12583319.
HSL color Cylindrical-coordinate representation of color #9701C0: hue angle of 287.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9701C0 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 1 | 192 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.25 |
| HSL | 287.12º | 0.99% | 0.38% | - |
| HSV(B) | 287.12º | 0.99% | 0.75% | - |
| XYZ | 22.29 | 10.41 | 50.7 | - |
| YUV | 67.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 192 | 0.21 | 0.99 | 0 | 0.25 | 287.12 | 0.99 | 0.38 |
| Hex | 97 | 1 | C0 | 15 | 63 | 0 | 19 | 11F | 63 | 26 |
| Octal | 227 | 1 | 300 | 25 | 143 | 0 | 31 | 437 | 143 | 46 |
| Binary | 10010111 | 1 | 11000000 | 10101 | 1100011 | 0 | 11001 | 100011111 | 1100011 | 100110 |
Color Harmonies of #9701C0
Complementary color
Monochromatic Colors of #9701C0
Black with #9701C0
Text Example
Text Example
White with #9701C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9701C0; }
p { color: rgb(151,1,192); }
H1.HeaderClassName
{
color: #9701C0;
}
.AnyTagClassName
{
color: #9701C0;
}
</style>
background-color css
<style>
a { background-color: #9701C0; }
a { background-color: rgb(151,1,192); }
div.DivClassName
{
background-color: #9701C0;
}
.BgClassName
{
background-color: #9701C0;
}
</style>
border-color css
<style>
span { border-color: #9701C0; }
span { border-color: rgb(151,1,192); }
td.TdClassName
{
border-color: #9701C0;
}
.TagClassName
{
border-color: #9701C0;
}
</style>