Shades of Dark Violet #9601BA
Tints of Dark Violet #9601BA
RGB
CMYK
RGB Variations
Color information
#9601BA (or 0x9601BA) is known color: Dark Violet. HEX triplet: 96, 01 and BA. RGB value is (150,1,186). Sum of RGB (Red+Green+Blue) = 150+1+186=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #9601BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601BA is #69FE45. Grayscale: #424242. Windows color (decimal): -6946374 or 12190102. OLE color: 12190102.
HSL color Cylindrical-coordinate representation of color #9601BA: hue angle of 288.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601BA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 1 | 186 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.27 |
| HSL | 288.32º | 0.99% | 0.37% | - |
| HSV(B) | 288.32º | 0.99% | 0.73% | - |
| XYZ | 21.45 | 10.05 | 47.26 | - |
| YUV | 66.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 186 | 0.19 | 0.99 | 0 | 0.27 | 288.32 | 0.99 | 0.37 |
| Hex | 96 | 1 | BA | 13 | 63 | 0 | 1B | 120 | 63 | 25 |
| Octal | 226 | 1 | 272 | 23 | 143 | 0 | 33 | 440 | 143 | 45 |
| Binary | 10010110 | 1 | 10111010 | 10011 | 1100011 | 0 | 11011 | 100100000 | 1100011 | 100101 |
Color Harmonies of #9601BA
Complementary color
Monochromatic Colors of #9601BA
Black with #9601BA
Text Example
Text Example
White with #9601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601BA; }
p { color: rgb(150,1,186); }
H1.HeaderClassName
{
color: #9601BA;
}
.AnyTagClassName
{
color: #9601BA;
}
</style>
background-color css
<style>
a { background-color: #9601BA; }
a { background-color: rgb(150,1,186); }
div.DivClassName
{
background-color: #9601BA;
}
.BgClassName
{
background-color: #9601BA;
}
</style>
border-color css
<style>
span { border-color: #9601BA; }
span { border-color: rgb(150,1,186); }
td.TdClassName
{
border-color: #9601BA;
}
.TagClassName
{
border-color: #9601BA;
}
</style>