Shades of Dark Violet #9109B7
Tints of Dark Violet #9109B7
RGB
CMYK
RGB Variations
Color information
#9109B7 (or 0x9109B7) is known color: Dark Violet. HEX triplet: 91, 09 and B7. RGB value is (145,9,183). Sum of RGB (Red+Green+Blue) = 145+9+183=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #9109B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109B7 is #6EF648. Grayscale: #444444. Windows color (decimal): -7272009 or 11995537. OLE color: 11995537.
HSL color Cylindrical-coordinate representation of color #9109B7: hue angle of 286.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9109B7 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 9 | 183 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.28 |
| HSL | 286.9º | 0.91% | 0.38% | - |
| HSV(B) | 286.9º | 0.95% | 0.72% | - |
| XYZ | 20.32 | 9.63 | 45.59 | - |
| YUV | 69.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 183 | 0.21 | 0.95 | 0 | 0.28 | 286.9 | 0.91 | 0.38 |
| Hex | 91 | 9 | B7 | 15 | 5F | 0 | 1C | 11F | 5B | 26 |
| Octal | 221 | 11 | 267 | 25 | 137 | 0 | 34 | 437 | 133 | 46 |
| Binary | 10010001 | 1001 | 10110111 | 10101 | 1011111 | 0 | 11100 | 100011111 | 1011011 | 100110 |
Color Harmonies of #9109B7
Complementary color
Monochromatic Colors of #9109B7
Black with #9109B7
Text Example
Text Example
White with #9109B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109B7; }
p { color: rgb(145,9,183); }
H1.HeaderClassName
{
color: #9109B7;
}
.AnyTagClassName
{
color: #9109B7;
}
</style>
background-color css
<style>
a { background-color: #9109B7; }
a { background-color: rgb(145,9,183); }
div.DivClassName
{
background-color: #9109B7;
}
.BgClassName
{
background-color: #9109B7;
}
</style>
border-color css
<style>
span { border-color: #9109B7; }
span { border-color: rgb(145,9,183); }
td.TdClassName
{
border-color: #9109B7;
}
.TagClassName
{
border-color: #9109B7;
}
</style>