Shades of Dark Violet #9116D3
Tints of Dark Violet #9116D3
RGB
CMYK
RGB Variations
Color information
#9116D3 (or 0x9116D3) is known color: Dark Violet. HEX triplet: 91, 16 and D3. RGB value is (145,22,211). Sum of RGB (Red+Green+Blue) = 145+22+211=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #9116D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116D3 is #6EE92C. Grayscale: #4F4F4F. Windows color (decimal): -7268653 or 13833873. OLE color: 13833873.
HSL color Cylindrical-coordinate representation of color #9116D3: hue angle of 279.05º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9116D3 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 22 | 211 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.17 |
| HSL | 279.05º | 0.81% | 0.46% | - |
| HSV(B) | 279.05º | 0.9% | 0.83% | - |
| XYZ | 23.72 | 11.3 | 62.56 | - |
| YUV | 80.32 | 201.75 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 211 | 0.31 | 0.90 | 0 | 0.17 | 279.05 | 0.81 | 0.46 |
| Hex | 91 | 16 | D3 | 1F | 5A | 0 | 11 | 117 | 51 | 2E |
| Octal | 221 | 26 | 323 | 37 | 132 | 0 | 21 | 427 | 121 | 56 |
| Binary | 10010001 | 10110 | 11010011 | 11111 | 1011010 | 0 | 10001 | 100010111 | 1010001 | 101110 |
Color Harmonies of #9116D3
Complementary color
Monochromatic Colors of #9116D3
Black with #9116D3
Text Example
Text Example
White with #9116D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9116D3; }
p { color: rgb(145,22,211); }
H1.HeaderClassName
{
color: #9116D3;
}
.AnyTagClassName
{
color: #9116D3;
}
</style>
background-color css
<style>
a { background-color: #9116D3; }
a { background-color: rgb(145,22,211); }
div.DivClassName
{
background-color: #9116D3;
}
.BgClassName
{
background-color: #9116D3;
}
</style>
border-color css
<style>
span { border-color: #9116D3; }
span { border-color: rgb(145,22,211); }
td.TdClassName
{
border-color: #9116D3;
}
.TagClassName
{
border-color: #9116D3;
}
</style>