Shades of Dark Violet #9212AF
Tints of Dark Violet #9212AF
RGB
CMYK
RGB Variations
Color information
#9212AF (or 0x9212AF) is known color: Dark Violet. HEX triplet: 92, 12 and AF. RGB value is (146,18,175). Sum of RGB (Red+Green+Blue) = 146+18+175=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #9212AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9212AF is #6DED50. Grayscale: #494949. Windows color (decimal): -7204177 or 11473554. OLE color: 11473554.
HSL color Cylindrical-coordinate representation of color #9212AF: hue angle of 288.92º 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 #9212AF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 18 | 175 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.31 |
| HSL | 288.92º | 0.81% | 0.38% | - |
| HSV(B) | 288.92º | 0.9% | 0.69% | - |
| XYZ | 19.81 | 9.64 | 41.37 | - |
| YUV | 74.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 175 | 0.17 | 0.90 | 0 | 0.31 | 288.92 | 0.81 | 0.38 |
| Hex | 92 | 12 | AF | 11 | 5A | 0 | 1F | 121 | 51 | 26 |
| Octal | 222 | 22 | 257 | 21 | 132 | 0 | 37 | 441 | 121 | 46 |
| Binary | 10010010 | 10010 | 10101111 | 10001 | 1011010 | 0 | 11111 | 100100001 | 1010001 | 100110 |
Color Harmonies of #9212AF
Complementary color
Monochromatic Colors of #9212AF
Black with #9212AF
Text Example
Text Example
White with #9212AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212AF; }
p { color: rgb(146,18,175); }
H1.HeaderClassName
{
color: #9212AF;
}
.AnyTagClassName
{
color: #9212AF;
}
</style>
background-color css
<style>
a { background-color: #9212AF; }
a { background-color: rgb(146,18,175); }
div.DivClassName
{
background-color: #9212AF;
}
.BgClassName
{
background-color: #9212AF;
}
</style>
border-color css
<style>
span { border-color: #9212AF; }
span { border-color: rgb(146,18,175); }
td.TdClassName
{
border-color: #9212AF;
}
.TagClassName
{
border-color: #9212AF;
}
</style>