Shades of Dark Violet #9116B6
Tints of Dark Violet #9116B6
RGB
CMYK
RGB Variations
Color information
#9116B6 (or 0x9116B6) is known color: Dark Violet. HEX triplet: 91, 16 and B6. RGB value is (145,22,182). Sum of RGB (Red+Green+Blue) = 145+22+182=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 182 (71.48% from 255 or 52.15% from 349); Max value from RGB is 182 - color contains mainly: blue. Hex color #9116B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116B6 is #6EE949. Grayscale: #4C4C4C. Windows color (decimal): -7268682 or 11933329. OLE color: 11933329.
HSL color Cylindrical-coordinate representation of color #9116B6: hue angle of 286.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9116B6 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 22 | 182 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.29 |
| HSL | 286.13º | 0.78% | 0.4% | - |
| HSV(B) | 286.13º | 0.88% | 0.71% | - |
| XYZ | 20.41 | 9.97 | 45.1 | - |
| YUV | 77.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 182 | 0.20 | 0.88 | 0 | 0.29 | 286.13 | 0.78 | 0.4 |
| Hex | 91 | 16 | B6 | 14 | 58 | 0 | 1D | 11E | 4E | 28 |
| Octal | 221 | 26 | 266 | 24 | 130 | 0 | 35 | 436 | 116 | 50 |
| Binary | 10010001 | 10110 | 10110110 | 10100 | 1011000 | 0 | 11101 | 100011110 | 1001110 | 101000 |
Color Harmonies of #9116B6
Complementary color
Monochromatic Colors of #9116B6
Black with #9116B6
Text Example
Text Example
White with #9116B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9116B6; }
p { color: rgb(145,22,182); }
H1.HeaderClassName
{
color: #9116B6;
}
.AnyTagClassName
{
color: #9116B6;
}
</style>
background-color css
<style>
a { background-color: #9116B6; }
a { background-color: rgb(145,22,182); }
div.DivClassName
{
background-color: #9116B6;
}
.BgClassName
{
background-color: #9116B6;
}
</style>
border-color css
<style>
span { border-color: #9116B6; }
span { border-color: rgb(145,22,182); }
td.TdClassName
{
border-color: #9116B6;
}
.TagClassName
{
border-color: #9116B6;
}
</style>