Shades of Dark Violet #9601C0
Tints of Dark Violet #9601C0
RGB
CMYK
RGB Variations
Color information
#9601C0 (or 0x9601C0) is known color: Dark Violet. HEX triplet: 96, 01 and C0. RGB value is (150,1,192). Sum of RGB (Red+Green+Blue) = 150+1+192=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #9601C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601C0 is #69FE3F. Grayscale: #424242. Windows color (decimal): -6946368 or 12583318. OLE color: 12583318.
HSL color Cylindrical-coordinate representation of color #9601C0: hue angle of 286.81º 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 #9601C0 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 1 | 192 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.25 |
| HSL | 286.81º | 0.99% | 0.38% | - |
| HSV(B) | 286.81º | 0.99% | 0.75% | - |
| XYZ | 22.1 | 10.31 | 50.69 | - |
| YUV | 67.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 192 | 0.22 | 0.99 | 0 | 0.25 | 286.81 | 0.99 | 0.38 |
| Hex | 96 | 1 | C0 | 16 | 63 | 0 | 19 | 11F | 63 | 26 |
| Octal | 226 | 1 | 300 | 26 | 143 | 0 | 31 | 437 | 143 | 46 |
| Binary | 10010110 | 1 | 11000000 | 10110 | 1100011 | 0 | 11001 | 100011111 | 1100011 | 100110 |
Color Harmonies of #9601C0
Complementary color
Monochromatic Colors of #9601C0
Black with #9601C0
Text Example
Text Example
White with #9601C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601C0; }
p { color: rgb(150,1,192); }
H1.HeaderClassName
{
color: #9601C0;
}
.AnyTagClassName
{
color: #9601C0;
}
</style>
background-color css
<style>
a { background-color: #9601C0; }
a { background-color: rgb(150,1,192); }
div.DivClassName
{
background-color: #9601C0;
}
.BgClassName
{
background-color: #9601C0;
}
</style>
border-color css
<style>
span { border-color: #9601C0; }
span { border-color: rgb(150,1,192); }
td.TdClassName
{
border-color: #9601C0;
}
.TagClassName
{
border-color: #9601C0;
}
</style>