Shades of Dark Violet #9107DD
Tints of Dark Violet #9107DD
RGB
CMYK
RGB Variations
Color information
#9107DD (or 0x9107DD) is known color: Dark Violet. HEX triplet: 91, 07 and DD. RGB value is (145,7,221). Sum of RGB (Red+Green+Blue) = 145+7+221=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #9107DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9107DD is #6EF822. Grayscale: #474747. Windows color (decimal): -7272483 or 14485393. OLE color: 14485393.
HSL color Cylindrical-coordinate representation of color #9107DD: hue angle of 278.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9107DD is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 7 | 221 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.13 |
| HSL | 278.69º | 0.94% | 0.45% | - |
| HSV(B) | 278.69º | 0.97% | 0.87% | - |
| XYZ | 24.8 | 11.39 | 69.3 | - |
| YUV | 72.66 | 211.72 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 221 | 0.34 | 0.97 | 0 | 0.13 | 278.69 | 0.94 | 0.45 |
| Hex | 91 | 7 | DD | 22 | 61 | 0 | D | 117 | 5E | 2D |
| Octal | 221 | 7 | 335 | 42 | 141 | 0 | 15 | 427 | 136 | 55 |
| Binary | 10010001 | 111 | 11011101 | 100010 | 1100001 | 0 | 1101 | 100010111 | 1011110 | 101101 |
Color Harmonies of #9107DD
Complementary color
Monochromatic Colors of #9107DD
Black with #9107DD
Text Example
Text Example
White with #9107DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107DD; }
p { color: rgb(145,7,221); }
H1.HeaderClassName
{
color: #9107DD;
}
.AnyTagClassName
{
color: #9107DD;
}
</style>
background-color css
<style>
a { background-color: #9107DD; }
a { background-color: rgb(145,7,221); }
div.DivClassName
{
background-color: #9107DD;
}
.BgClassName
{
background-color: #9107DD;
}
</style>
border-color css
<style>
span { border-color: #9107DD; }
span { border-color: rgb(145,7,221); }
td.TdClassName
{
border-color: #9107DD;
}
.TagClassName
{
border-color: #9107DD;
}
</style>