Shades of Dark Violet #9112AF
Tints of Dark Violet #9112AF
RGB
CMYK
RGB Variations
Color information
#9112AF (or 0x9112AF) is known color: Dark Violet. HEX triplet: 91, 12 and AF. RGB value is (145,18,175). Sum of RGB (Red+Green+Blue) = 145+18+175=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #9112AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9112AF is #6EED50. Grayscale: #494949. Windows color (decimal): -7269713 or 11473553. OLE color: 11473553.
HSL color Cylindrical-coordinate representation of color #9112AF: hue angle of 288.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9112AF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 18 | 175 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.31 |
| HSL | 288.54º | 0.81% | 0.38% | - |
| HSV(B) | 288.54º | 0.9% | 0.69% | - |
| XYZ | 19.63 | 9.55 | 41.37 | - |
| YUV | 73.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 175 | 0.17 | 0.90 | 0 | 0.31 | 288.54 | 0.81 | 0.38 |
| Hex | 91 | 12 | AF | 11 | 5A | 0 | 1F | 121 | 51 | 26 |
| Octal | 221 | 22 | 257 | 21 | 132 | 0 | 37 | 441 | 121 | 46 |
| Binary | 10010001 | 10010 | 10101111 | 10001 | 1011010 | 0 | 11111 | 100100001 | 1010001 | 100110 |
Color Harmonies of #9112AF
Complementary color
Monochromatic Colors of #9112AF
Black with #9112AF
Text Example
Text Example
White with #9112AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9112AF; }
p { color: rgb(145,18,175); }
H1.HeaderClassName
{
color: #9112AF;
}
.AnyTagClassName
{
color: #9112AF;
}
</style>
background-color css
<style>
a { background-color: #9112AF; }
a { background-color: rgb(145,18,175); }
div.DivClassName
{
background-color: #9112AF;
}
.BgClassName
{
background-color: #9112AF;
}
</style>
border-color css
<style>
span { border-color: #9112AF; }
span { border-color: rgb(145,18,175); }
td.TdClassName
{
border-color: #9112AF;
}
.TagClassName
{
border-color: #9112AF;
}
</style>