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