Shades of Dark Violet #9214C0
Tints of Dark Violet #9214C0
RGB
CMYK
RGB Variations
Color information
#9214C0 (or 0x9214C0) is known color: Dark Violet. HEX triplet: 92, 14 and C0. RGB value is (146,20,192). Sum of RGB (Red+Green+Blue) = 146+20+192=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #9214C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9214C0 is #6DEB3F. Grayscale: #4C4C4C. Windows color (decimal): -7203648 or 12588178. OLE color: 12588178.
HSL color Cylindrical-coordinate representation of color #9214C0: hue angle of 283.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9214C0 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 20 | 192 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.25 |
| HSL | 283.95º | 0.81% | 0.42% | - |
| HSV(B) | 283.95º | 0.9% | 0.75% | - |
| XYZ | 21.62 | 10.42 | 50.74 | - |
| YUV | 77.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 192 | 0.24 | 0.90 | 0 | 0.25 | 283.95 | 0.81 | 0.42 |
| Hex | 92 | 14 | C0 | 18 | 5A | 0 | 19 | 11C | 51 | 2A |
| Octal | 222 | 24 | 300 | 30 | 132 | 0 | 31 | 434 | 121 | 52 |
| Binary | 10010010 | 10100 | 11000000 | 11000 | 1011010 | 0 | 11001 | 100011100 | 1010001 | 101010 |
Color Harmonies of #9214C0
Complementary color
Monochromatic Colors of #9214C0
Black with #9214C0
Text Example
Text Example
White with #9214C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9214C0; }
p { color: rgb(146,20,192); }
H1.HeaderClassName
{
color: #9214C0;
}
.AnyTagClassName
{
color: #9214C0;
}
</style>
background-color css
<style>
a { background-color: #9214C0; }
a { background-color: rgb(146,20,192); }
div.DivClassName
{
background-color: #9214C0;
}
.BgClassName
{
background-color: #9214C0;
}
</style>
border-color css
<style>
span { border-color: #9214C0; }
span { border-color: rgb(146,20,192); }
td.TdClassName
{
border-color: #9214C0;
}
.TagClassName
{
border-color: #9214C0;
}
</style>