Shades of Dark Violet #9607BA
Tints of Dark Violet #9607BA
RGB
CMYK
RGB Variations
Color information
#9607BA (or 0x9607BA) is known color: Dark Violet. HEX triplet: 96, 07 and BA. RGB value is (150,7,186). Sum of RGB (Red+Green+Blue) = 150+7+186=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #9607BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607BA is #69F845. Grayscale: #454545. Windows color (decimal): -6944838 or 12191638. OLE color: 12191638.
HSL color Cylindrical-coordinate representation of color #9607BA: hue angle of 287.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607BA is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 7 | 186 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.27 |
| HSL | 287.93º | 0.93% | 0.38% | - |
| HSV(B) | 287.93º | 0.96% | 0.73% | - |
| XYZ | 21.52 | 10.18 | 47.29 | - |
| YUV | 70.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 186 | 0.19 | 0.96 | 0 | 0.27 | 287.93 | 0.93 | 0.38 |
| Hex | 96 | 7 | BA | 13 | 60 | 0 | 1B | 120 | 5D | 26 |
| Octal | 226 | 7 | 272 | 23 | 140 | 0 | 33 | 440 | 135 | 46 |
| Binary | 10010110 | 111 | 10111010 | 10011 | 1100000 | 0 | 11011 | 100100000 | 1011101 | 100110 |
Color Harmonies of #9607BA
Complementary color
Monochromatic Colors of #9607BA
Black with #9607BA
Text Example
Text Example
White with #9607BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607BA; }
p { color: rgb(150,7,186); }
H1.HeaderClassName
{
color: #9607BA;
}
.AnyTagClassName
{
color: #9607BA;
}
</style>
background-color css
<style>
a { background-color: #9607BA; }
a { background-color: rgb(150,7,186); }
div.DivClassName
{
background-color: #9607BA;
}
.BgClassName
{
background-color: #9607BA;
}
</style>
border-color css
<style>
span { border-color: #9607BA; }
span { border-color: rgb(150,7,186); }
td.TdClassName
{
border-color: #9607BA;
}
.TagClassName
{
border-color: #9607BA;
}
</style>