Shades of Dark Violet #9316BA
Tints of Dark Violet #9316BA
RGB
CMYK
RGB Variations
Color information
#9316BA (or 0x9316BA) is known color: Dark Violet. HEX triplet: 93, 16 and BA. RGB value is (147,22,186). Sum of RGB (Red+Green+Blue) = 147+22+186=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9316BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316BA is #6CE945. Grayscale: #4D4D4D. Windows color (decimal): -7137606 or 12195475. OLE color: 12195475.
HSL color Cylindrical-coordinate representation of color #9316BA: hue angle of 285.73º 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 #9316BA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 22 | 186 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.27 |
| HSL | 285.73º | 0.79% | 0.41% | - |
| HSV(B) | 285.73º | 0.88% | 0.73% | - |
| XYZ | 21.18 | 10.32 | 47.33 | - |
| YUV | 78.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 186 | 0.21 | 0.88 | 0 | 0.27 | 285.73 | 0.79 | 0.41 |
| Hex | 93 | 16 | BA | 15 | 58 | 0 | 1B | 11E | 4F | 29 |
| Octal | 223 | 26 | 272 | 25 | 130 | 0 | 33 | 436 | 117 | 51 |
| Binary | 10010011 | 10110 | 10111010 | 10101 | 1011000 | 0 | 11011 | 100011110 | 1001111 | 101001 |
Color Harmonies of #9316BA
Complementary color
Monochromatic Colors of #9316BA
Black with #9316BA
Text Example
Text Example
White with #9316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316BA; }
p { color: rgb(147,22,186); }
H1.HeaderClassName
{
color: #9316BA;
}
.AnyTagClassName
{
color: #9316BA;
}
</style>
background-color css
<style>
a { background-color: #9316BA; }
a { background-color: rgb(147,22,186); }
div.DivClassName
{
background-color: #9316BA;
}
.BgClassName
{
background-color: #9316BA;
}
</style>
border-color css
<style>
span { border-color: #9316BA; }
span { border-color: rgb(147,22,186); }
td.TdClassName
{
border-color: #9316BA;
}
.TagClassName
{
border-color: #9316BA;
}
</style>