Shades of Dark Violet #9211C4
Tints of Dark Violet #9211C4
RGB
CMYK
RGB Variations
Color information
#9211C4 (or 0x9211C4) is known color: Dark Violet. HEX triplet: 92, 11 and C4. RGB value is (146,17,196). Sum of RGB (Red+Green+Blue) = 146+17+196=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #9211C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211C4 is #6DEE3B. Grayscale: #4B4B4B. Windows color (decimal): -7204412 or 12849554. OLE color: 12849554.
HSL color Cylindrical-coordinate representation of color #9211C4: hue angle of 283.24º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9211C4 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 17 | 196 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.23 |
| HSL | 283.24º | 0.84% | 0.42% | - |
| HSV(B) | 283.24º | 0.91% | 0.77% | - |
| XYZ | 22.02 | 10.5 | 53.09 | - |
| YUV | 75.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 196 | 0.26 | 0.91 | 0 | 0.23 | 283.24 | 0.84 | 0.42 |
| Hex | 92 | 11 | C4 | 1A | 5B | 0 | 17 | 11B | 54 | 2A |
| Octal | 222 | 21 | 304 | 32 | 133 | 0 | 27 | 433 | 124 | 52 |
| Binary | 10010010 | 10001 | 11000100 | 11010 | 1011011 | 0 | 10111 | 100011011 | 1010100 | 101010 |
Color Harmonies of #9211C4
Complementary color
Monochromatic Colors of #9211C4
Black with #9211C4
Text Example
Text Example
White with #9211C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211C4; }
p { color: rgb(146,17,196); }
H1.HeaderClassName
{
color: #9211C4;
}
.AnyTagClassName
{
color: #9211C4;
}
</style>
background-color css
<style>
a { background-color: #9211C4; }
a { background-color: rgb(146,17,196); }
div.DivClassName
{
background-color: #9211C4;
}
.BgClassName
{
background-color: #9211C4;
}
</style>
border-color css
<style>
span { border-color: #9211C4; }
span { border-color: rgb(146,17,196); }
td.TdClassName
{
border-color: #9211C4;
}
.TagClassName
{
border-color: #9211C4;
}
</style>