Shades of Dark Violet #920AC0
Tints of Dark Violet #920AC0
RGB
CMYK
RGB Variations
Color information
#920AC0 (or 0x920AC0) is known color: Dark Violet. HEX triplet: 92, 0A and C0. RGB value is (146,10,192). Sum of RGB (Red+Green+Blue) = 146+10+192=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #920AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920AC0 is #6DF53F. Grayscale: #464646. Windows color (decimal): -7206208 or 12585618. OLE color: 12585618.
HSL color Cylindrical-coordinate representation of color #920AC0: hue angle of 284.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920AC0 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 10 | 192 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.25 |
| HSL | 284.84º | 0.9% | 0.4% | - |
| HSV(B) | 284.84º | 0.95% | 0.75% | - |
| XYZ | 21.48 | 10.13 | 50.69 | - |
| YUV | 71.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 192 | 0.24 | 0.95 | 0 | 0.25 | 284.84 | 0.9 | 0.4 |
| Hex | 92 | A | C0 | 18 | 5F | 0 | 19 | 11D | 5A | 28 |
| Octal | 222 | 12 | 300 | 30 | 137 | 0 | 31 | 435 | 132 | 50 |
| Binary | 10010010 | 1010 | 11000000 | 11000 | 1011111 | 0 | 11001 | 100011101 | 1011010 | 101000 |
Color Harmonies of #920AC0
Complementary color
Monochromatic Colors of #920AC0
Black with #920AC0
Text Example
Text Example
White with #920AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AC0; }
p { color: rgb(146,10,192); }
H1.HeaderClassName
{
color: #920AC0;
}
.AnyTagClassName
{
color: #920AC0;
}
</style>
background-color css
<style>
a { background-color: #920AC0; }
a { background-color: rgb(146,10,192); }
div.DivClassName
{
background-color: #920AC0;
}
.BgClassName
{
background-color: #920AC0;
}
</style>
border-color css
<style>
span { border-color: #920AC0; }
span { border-color: rgb(146,10,192); }
td.TdClassName
{
border-color: #920AC0;
}
.TagClassName
{
border-color: #920AC0;
}
</style>