Shades of Dark Violet #9211D4
Tints of Dark Violet #9211D4
RGB
CMYK
RGB Variations
Color information
#9211D4 (or 0x9211D4) is known color: Dark Violet. HEX triplet: 92, 11 and D4. RGB value is (146,17,212). Sum of RGB (Red+Green+Blue) = 146+17+212=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #9211D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211D4 is #6DEE2B. Grayscale: #4D4D4D. Windows color (decimal): -7204396 or 13898130. OLE color: 13898130.
HSL color Cylindrical-coordinate representation of color #9211D4: hue angle of 279.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9211D4 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 17 | 212 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.17 |
| HSL | 279.69º | 0.85% | 0.45% | - |
| HSV(B) | 279.69º | 0.92% | 0.83% | - |
| XYZ | 23.94 | 11.27 | 63.2 | - |
| YUV | 77.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 212 | 0.31 | 0.92 | 0 | 0.17 | 279.69 | 0.85 | 0.45 |
| Hex | 92 | 11 | D4 | 1F | 5C | 0 | 11 | 118 | 55 | 2D |
| Octal | 222 | 21 | 324 | 37 | 134 | 0 | 21 | 430 | 125 | 55 |
| Binary | 10010010 | 10001 | 11010100 | 11111 | 1011100 | 0 | 10001 | 100011000 | 1010101 | 101101 |
Color Harmonies of #9211D4
Complementary color
Monochromatic Colors of #9211D4
Black with #9211D4
Text Example
Text Example
White with #9211D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211D4; }
p { color: rgb(146,17,212); }
H1.HeaderClassName
{
color: #9211D4;
}
.AnyTagClassName
{
color: #9211D4;
}
</style>
background-color css
<style>
a { background-color: #9211D4; }
a { background-color: rgb(146,17,212); }
div.DivClassName
{
background-color: #9211D4;
}
.BgClassName
{
background-color: #9211D4;
}
</style>
border-color css
<style>
span { border-color: #9211D4; }
span { border-color: rgb(146,17,212); }
td.TdClassName
{
border-color: #9211D4;
}
.TagClassName
{
border-color: #9211D4;
}
</style>