Shades of Dark Violet #9212C4
Tints of Dark Violet #9212C4
RGB
CMYK
RGB Variations
Color information
#9212C4 (or 0x9212C4) is known color: Dark Violet. HEX triplet: 92, 12 and C4. RGB value is (146,18,196). Sum of RGB (Red+Green+Blue) = 146+18+196=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #9212C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212C4 is #6DED3B. Grayscale: #4B4B4B. Windows color (decimal): -7204156 or 12849810. OLE color: 12849810.
HSL color Cylindrical-coordinate representation of color #9212C4: hue angle of 283.15º degrees, saturation: 0.83, 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 #9212C4 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 18 | 196 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.23 |
| HSL | 283.15º | 0.83% | 0.42% | - |
| HSV(B) | 283.15º | 0.91% | 0.77% | - |
| XYZ | 22.03 | 10.53 | 53.1 | - |
| YUV | 76.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 196 | 0.26 | 0.91 | 0 | 0.23 | 283.15 | 0.83 | 0.42 |
| Hex | 92 | 12 | C4 | 1A | 5B | 0 | 17 | 11B | 53 | 2A |
| Octal | 222 | 22 | 304 | 32 | 133 | 0 | 27 | 433 | 123 | 52 |
| Binary | 10010010 | 10010 | 11000100 | 11010 | 1011011 | 0 | 10111 | 100011011 | 1010011 | 101010 |
Color Harmonies of #9212C4
Complementary color
Monochromatic Colors of #9212C4
Black with #9212C4
Text Example
Text Example
White with #9212C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212C4; }
p { color: rgb(146,18,196); }
H1.HeaderClassName
{
color: #9212C4;
}
.AnyTagClassName
{
color: #9212C4;
}
</style>
background-color css
<style>
a { background-color: #9212C4; }
a { background-color: rgb(146,18,196); }
div.DivClassName
{
background-color: #9212C4;
}
.BgClassName
{
background-color: #9212C4;
}
</style>
border-color css
<style>
span { border-color: #9212C4; }
span { border-color: rgb(146,18,196); }
td.TdClassName
{
border-color: #9212C4;
}
.TagClassName
{
border-color: #9212C4;
}
</style>