Shades of Dark Violet #9110DF
Tints of Dark Violet #9110DF
RGB
CMYK
RGB Variations
Color information
#9110DF (or 0x9110DF) is known color: Dark Violet. HEX triplet: 91, 10 and DF. RGB value is (145,16,223). Sum of RGB (Red+Green+Blue) = 145+16+223=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #9110DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9110DF is #6EEF20. Grayscale: #4D4D4D. Windows color (decimal): -7270177 or 14618769. OLE color: 14618769.
HSL color Cylindrical-coordinate representation of color #9110DF: hue angle of 277.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9110DF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 16 | 223 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.13 |
| HSL | 277.39º | 0.87% | 0.47% | - |
| HSV(B) | 277.39º | 0.93% | 0.87% | - |
| XYZ | 25.18 | 11.72 | 70.75 | - |
| YUV | 78.17 | 209.74 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 223 | 0.35 | 0.93 | 0 | 0.13 | 277.39 | 0.87 | 0.47 |
| Hex | 91 | 10 | DF | 23 | 5D | 0 | D | 115 | 57 | 2F |
| Octal | 221 | 20 | 337 | 43 | 135 | 0 | 15 | 425 | 127 | 57 |
| Binary | 10010001 | 10000 | 11011111 | 100011 | 1011101 | 0 | 1101 | 100010101 | 1010111 | 101111 |
Color Harmonies of #9110DF
Complementary color
Monochromatic Colors of #9110DF
Black with #9110DF
Text Example
Text Example
White with #9110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110DF; }
p { color: rgb(145,16,223); }
H1.HeaderClassName
{
color: #9110DF;
}
.AnyTagClassName
{
color: #9110DF;
}
</style>
background-color css
<style>
a { background-color: #9110DF; }
a { background-color: rgb(145,16,223); }
div.DivClassName
{
background-color: #9110DF;
}
.BgClassName
{
background-color: #9110DF;
}
</style>
border-color css
<style>
span { border-color: #9110DF; }
span { border-color: rgb(145,16,223); }
td.TdClassName
{
border-color: #9110DF;
}
.TagClassName
{
border-color: #9110DF;
}
</style>