Shades of Dark Violet #9211AF
Tints of Dark Violet #9211AF
RGB
CMYK
RGB Variations
Color information
#9211AF (or 0x9211AF) is known color: Dark Violet. HEX triplet: 92, 11 and AF. RGB value is (146,17,175). Sum of RGB (Red+Green+Blue) = 146+17+175=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 17 (7.03% from 255 or 5.03% 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 #9211AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AF is #6DEE50. Grayscale: #494949. Windows color (decimal): -7204433 or 11473298. OLE color: 11473298.
HSL color Cylindrical-coordinate representation of color #9211AF: hue angle of 288.99º degrees, saturation: 0.82, 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 #9211AF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 17 | 175 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.31 |
| HSL | 288.99º | 0.82% | 0.38% | - |
| HSV(B) | 288.99º | 0.9% | 0.69% | - |
| XYZ | 19.79 | 9.61 | 41.37 | - |
| YUV | 73.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 175 | 0.17 | 0.90 | 0 | 0.31 | 288.99 | 0.82 | 0.38 |
| Hex | 92 | 11 | AF | 11 | 5A | 0 | 1F | 121 | 52 | 26 |
| Octal | 222 | 21 | 257 | 21 | 132 | 0 | 37 | 441 | 122 | 46 |
| Binary | 10010010 | 10001 | 10101111 | 10001 | 1011010 | 0 | 11111 | 100100001 | 1010010 | 100110 |
Color Harmonies of #9211AF
Complementary color
Monochromatic Colors of #9211AF
Black with #9211AF
Text Example
Text Example
White with #9211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211AF; }
p { color: rgb(146,17,175); }
H1.HeaderClassName
{
color: #9211AF;
}
.AnyTagClassName
{
color: #9211AF;
}
</style>
background-color css
<style>
a { background-color: #9211AF; }
a { background-color: rgb(146,17,175); }
div.DivClassName
{
background-color: #9211AF;
}
.BgClassName
{
background-color: #9211AF;
}
</style>
border-color css
<style>
span { border-color: #9211AF; }
span { border-color: rgb(146,17,175); }
td.TdClassName
{
border-color: #9211AF;
}
.TagClassName
{
border-color: #9211AF;
}
</style>