Shades of Dark Violet #9109BA
Tints of Dark Violet #9109BA
RGB
CMYK
RGB Variations
Color information
#9109BA (or 0x9109BA) is known color: Dark Violet. HEX triplet: 91, 09 and BA. RGB value is (145,9,186). Sum of RGB (Red+Green+Blue) = 145+9+186=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #9109BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109BA is #6EF645. Grayscale: #454545. Windows color (decimal): -7272006 or 12192145. OLE color: 12192145.
HSL color Cylindrical-coordinate representation of color #9109BA: hue angle of 286.1º 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 #9109BA is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 9 | 186 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.27 |
| HSL | 286.1º | 0.91% | 0.38% | - |
| HSV(B) | 286.1º | 0.95% | 0.73% | - |
| XYZ | 20.64 | 9.76 | 47.25 | - |
| YUV | 69.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 186 | 0.22 | 0.95 | 0 | 0.27 | 286.1 | 0.91 | 0.38 |
| Hex | 91 | 9 | BA | 16 | 5F | 0 | 1B | 11E | 5B | 26 |
| Octal | 221 | 11 | 272 | 26 | 137 | 0 | 33 | 436 | 133 | 46 |
| Binary | 10010001 | 1001 | 10111010 | 10110 | 1011111 | 0 | 11011 | 100011110 | 1011011 | 100110 |
Color Harmonies of #9109BA
Complementary color
Monochromatic Colors of #9109BA
Black with #9109BA
Text Example
Text Example
White with #9109BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109BA; }
p { color: rgb(145,9,186); }
H1.HeaderClassName
{
color: #9109BA;
}
.AnyTagClassName
{
color: #9109BA;
}
</style>
background-color css
<style>
a { background-color: #9109BA; }
a { background-color: rgb(145,9,186); }
div.DivClassName
{
background-color: #9109BA;
}
.BgClassName
{
background-color: #9109BA;
}
</style>
border-color css
<style>
span { border-color: #9109BA; }
span { border-color: rgb(145,9,186); }
td.TdClassName
{
border-color: #9109BA;
}
.TagClassName
{
border-color: #9109BA;
}
</style>