Shades of Dark Violet #9416BA
Tints of Dark Violet #9416BA
RGB
CMYK
RGB Variations
Color information
#9416BA (or 0x9416BA) is known color: Dark Violet. HEX triplet: 94, 16 and BA. RGB value is (148,22,186). Sum of RGB (Red+Green+Blue) = 148+22+186=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9416BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416BA is #6BE945. Grayscale: #4D4D4D. Windows color (decimal): -7072070 or 12195476. OLE color: 12195476.
HSL color Cylindrical-coordinate representation of color #9416BA: hue angle of 286.1º 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 #9416BA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 22 | 186 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.27 |
| HSL | 286.1º | 0.79% | 0.41% | - |
| HSV(B) | 286.1º | 0.88% | 0.73% | - |
| XYZ | 21.36 | 10.41 | 47.34 | - |
| YUV | 78.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 186 | 0.20 | 0.88 | 0 | 0.27 | 286.1 | 0.79 | 0.41 |
| Hex | 94 | 16 | BA | 14 | 58 | 0 | 1B | 11E | 4F | 29 |
| Octal | 224 | 26 | 272 | 24 | 130 | 0 | 33 | 436 | 117 | 51 |
| Binary | 10010100 | 10110 | 10111010 | 10100 | 1011000 | 0 | 11011 | 100011110 | 1001111 | 101001 |
Color Harmonies of #9416BA
Complementary color
Monochromatic Colors of #9416BA
Black with #9416BA
Text Example
Text Example
White with #9416BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416BA; }
p { color: rgb(148,22,186); }
H1.HeaderClassName
{
color: #9416BA;
}
.AnyTagClassName
{
color: #9416BA;
}
</style>
background-color css
<style>
a { background-color: #9416BA; }
a { background-color: rgb(148,22,186); }
div.DivClassName
{
background-color: #9416BA;
}
.BgClassName
{
background-color: #9416BA;
}
</style>
border-color css
<style>
span { border-color: #9416BA; }
span { border-color: rgb(148,22,186); }
td.TdClassName
{
border-color: #9416BA;
}
.TagClassName
{
border-color: #9416BA;
}
</style>