Shades of Dark Violet #9212AE
Tints of Dark Violet #9212AE
RGB
CMYK
RGB Variations
Color information
#9212AE (or 0x9212AE) is known color: Dark Violet. HEX triplet: 92, 12 and AE. RGB value is (146,18,174). Sum of RGB (Red+Green+Blue) = 146+18+174=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 18 (7.42% from 255 or 5.33% 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 #9212AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9212AE is #6DED51. Grayscale: #494949. Windows color (decimal): -7204178 or 11408018. OLE color: 11408018.
HSL color Cylindrical-coordinate representation of color #9212AE: hue angle of 289.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9212AE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 18 | 174 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.32 |
| HSL | 289.23º | 0.81% | 0.38% | - |
| HSV(B) | 289.23º | 0.9% | 0.68% | - |
| XYZ | 19.71 | 9.6 | 40.86 | - |
| YUV | 74.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 174 | 0.16 | 0.90 | 0 | 0.32 | 289.23 | 0.81 | 0.38 |
| Hex | 92 | 12 | AE | 10 | 5A | 0 | 20 | 121 | 51 | 26 |
| Octal | 222 | 22 | 256 | 20 | 132 | 0 | 40 | 441 | 121 | 46 |
| Binary | 10010010 | 10010 | 10101110 | 10000 | 1011010 | 0 | 100000 | 100100001 | 1010001 | 100110 |
Color Harmonies of #9212AE
Complementary color
Monochromatic Colors of #9212AE
Black with #9212AE
Text Example
Text Example
White with #9212AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212AE; }
p { color: rgb(146,18,174); }
H1.HeaderClassName
{
color: #9212AE;
}
.AnyTagClassName
{
color: #9212AE;
}
</style>
background-color css
<style>
a { background-color: #9212AE; }
a { background-color: rgb(146,18,174); }
div.DivClassName
{
background-color: #9212AE;
}
.BgClassName
{
background-color: #9212AE;
}
</style>
border-color css
<style>
span { border-color: #9212AE; }
span { border-color: rgb(146,18,174); }
td.TdClassName
{
border-color: #9212AE;
}
.TagClassName
{
border-color: #9212AE;
}
</style>