Shades of Dark Violet #9616BA
Tints of Dark Violet #9616BA
RGB
CMYK
RGB Variations
Color information
#9616BA (or 0x9616BA) is known color: Dark Violet. HEX triplet: 96, 16 and BA. RGB value is (150,22,186). Sum of RGB (Red+Green+Blue) = 150+22+186=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #9616BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9616BA is #69E945. Grayscale: #4E4E4E. Windows color (decimal): -6940998 or 12195478. OLE color: 12195478.
HSL color Cylindrical-coordinate representation of color #9616BA: hue angle of 286.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9616BA is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 22 | 186 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.27 |
| HSL | 286.83º | 0.79% | 0.41% | - |
| HSV(B) | 286.83º | 0.88% | 0.73% | - |
| XYZ | 21.73 | 10.6 | 47.36 | - |
| YUV | 78.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 186 | 0.19 | 0.88 | 0 | 0.27 | 286.83 | 0.79 | 0.41 |
| Hex | 96 | 16 | BA | 13 | 58 | 0 | 1B | 11F | 4F | 29 |
| Octal | 226 | 26 | 272 | 23 | 130 | 0 | 33 | 437 | 117 | 51 |
| Binary | 10010110 | 10110 | 10111010 | 10011 | 1011000 | 0 | 11011 | 100011111 | 1001111 | 101001 |
Color Harmonies of #9616BA
Complementary color
Monochromatic Colors of #9616BA
Black with #9616BA
Text Example
Text Example
White with #9616BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616BA; }
p { color: rgb(150,22,186); }
H1.HeaderClassName
{
color: #9616BA;
}
.AnyTagClassName
{
color: #9616BA;
}
</style>
background-color css
<style>
a { background-color: #9616BA; }
a { background-color: rgb(150,22,186); }
div.DivClassName
{
background-color: #9616BA;
}
.BgClassName
{
background-color: #9616BA;
}
</style>
border-color css
<style>
span { border-color: #9616BA; }
span { border-color: rgb(150,22,186); }
td.TdClassName
{
border-color: #9616BA;
}
.TagClassName
{
border-color: #9616BA;
}
</style>