Shades of Dark Violet #9113DD
Tints of Dark Violet #9113DD
RGB
CMYK
RGB Variations
Color information
#9113DD (or 0x9113DD) is known color: Dark Violet. HEX triplet: 91, 13 and DD. RGB value is (145,19,221). Sum of RGB (Red+Green+Blue) = 145+19+221=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #9113DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113DD is #6EEC22. Grayscale: #4F4F4F. Windows color (decimal): -7269411 or 14488465. OLE color: 14488465.
HSL color Cylindrical-coordinate representation of color #9113DD: hue angle of 277.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113DD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 19 | 221 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.13 |
| HSL | 277.43º | 0.84% | 0.47% | - |
| HSV(B) | 277.43º | 0.91% | 0.87% | - |
| XYZ | 24.96 | 11.71 | 69.35 | - |
| YUV | 79.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 221 | 0.34 | 0.91 | 0 | 0.13 | 277.43 | 0.84 | 0.47 |
| Hex | 91 | 13 | DD | 22 | 5B | 0 | D | 115 | 54 | 2F |
| Octal | 221 | 23 | 335 | 42 | 133 | 0 | 15 | 425 | 124 | 57 |
| Binary | 10010001 | 10011 | 11011101 | 100010 | 1011011 | 0 | 1101 | 100010101 | 1010100 | 101111 |
Color Harmonies of #9113DD
Complementary color
Monochromatic Colors of #9113DD
Black with #9113DD
Text Example
Text Example
White with #9113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113DD; }
p { color: rgb(145,19,221); }
H1.HeaderClassName
{
color: #9113DD;
}
.AnyTagClassName
{
color: #9113DD;
}
</style>
background-color css
<style>
a { background-color: #9113DD; }
a { background-color: rgb(145,19,221); }
div.DivClassName
{
background-color: #9113DD;
}
.BgClassName
{
background-color: #9113DD;
}
</style>
border-color css
<style>
span { border-color: #9113DD; }
span { border-color: rgb(145,19,221); }
td.TdClassName
{
border-color: #9113DD;
}
.TagClassName
{
border-color: #9113DD;
}
</style>