Shades of Dark Violet #9609BA
Tints of Dark Violet #9609BA
RGB
CMYK
RGB Variations
Color information
#9609BA (or 0x9609BA) is known color: Dark Violet. HEX triplet: 96, 09 and BA. RGB value is (150,9,186). Sum of RGB (Red+Green+Blue) = 150+9+186=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9609BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609BA is #69F645. Grayscale: #464646. Windows color (decimal): -6944326 or 12192150. OLE color: 12192150.
HSL color Cylindrical-coordinate representation of color #9609BA: hue angle of 287.8º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609BA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 9 | 186 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.27 |
| HSL | 287.8º | 0.91% | 0.38% | - |
| HSV(B) | 287.8º | 0.95% | 0.73% | - |
| XYZ | 21.54 | 10.22 | 47.29 | - |
| YUV | 71.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 186 | 0.19 | 0.95 | 0 | 0.27 | 287.8 | 0.91 | 0.38 |
| Hex | 96 | 9 | BA | 13 | 5F | 0 | 1B | 120 | 5B | 26 |
| Octal | 226 | 11 | 272 | 23 | 137 | 0 | 33 | 440 | 133 | 46 |
| Binary | 10010110 | 1001 | 10111010 | 10011 | 1011111 | 0 | 11011 | 100100000 | 1011011 | 100110 |
Color Harmonies of #9609BA
Complementary color
Monochromatic Colors of #9609BA
Black with #9609BA
Text Example
Text Example
White with #9609BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609BA; }
p { color: rgb(150,9,186); }
H1.HeaderClassName
{
color: #9609BA;
}
.AnyTagClassName
{
color: #9609BA;
}
</style>
background-color css
<style>
a { background-color: #9609BA; }
a { background-color: rgb(150,9,186); }
div.DivClassName
{
background-color: #9609BA;
}
.BgClassName
{
background-color: #9609BA;
}
</style>
border-color css
<style>
span { border-color: #9609BA; }
span { border-color: rgb(150,9,186); }
td.TdClassName
{
border-color: #9609BA;
}
.TagClassName
{
border-color: #9609BA;
}
</style>