Shades of Dark Violet #9113AE
Tints of Dark Violet #9113AE
RGB
CMYK
RGB Variations
Color information
#9113AE (or 0x9113AE) is known color: Dark Violet. HEX triplet: 91, 13 and AE. RGB value is (145,19,174). Sum of RGB (Red+Green+Blue) = 145+19+174=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #9113AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9113AE is #6EEC51. Grayscale: #494949. Windows color (decimal): -7269458 or 11408273. OLE color: 11408273.
HSL color Cylindrical-coordinate representation of color #9113AE: hue angle of 288.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9113AE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 19 | 174 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.32 |
| HSL | 288.77º | 0.8% | 0.38% | - |
| HSV(B) | 288.77º | 0.89% | 0.68% | - |
| XYZ | 19.55 | 9.54 | 40.86 | - |
| YUV | 74.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 174 | 0.17 | 0.89 | 0 | 0.32 | 288.77 | 0.8 | 0.38 |
| Hex | 91 | 13 | AE | 11 | 59 | 0 | 20 | 121 | 50 | 26 |
| Octal | 221 | 23 | 256 | 21 | 131 | 0 | 40 | 441 | 120 | 46 |
| Binary | 10010001 | 10011 | 10101110 | 10001 | 1011001 | 0 | 100000 | 100100001 | 1010000 | 100110 |
Color Harmonies of #9113AE
Complementary color
Monochromatic Colors of #9113AE
Black with #9113AE
Text Example
Text Example
White with #9113AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113AE; }
p { color: rgb(145,19,174); }
H1.HeaderClassName
{
color: #9113AE;
}
.AnyTagClassName
{
color: #9113AE;
}
</style>
background-color css
<style>
a { background-color: #9113AE; }
a { background-color: rgb(145,19,174); }
div.DivClassName
{
background-color: #9113AE;
}
.BgClassName
{
background-color: #9113AE;
}
</style>
border-color css
<style>
span { border-color: #9113AE; }
span { border-color: rgb(145,19,174); }
td.TdClassName
{
border-color: #9113AE;
}
.TagClassName
{
border-color: #9113AE;
}
</style>