Shades of Dark Violet #920BC1
Tints of Dark Violet #920BC1
RGB
CMYK
RGB Variations
Color information
#920BC1 (or 0x920BC1) is known color: Dark Violet. HEX triplet: 92, 0B and C1. RGB value is (146,11,193). Sum of RGB (Red+Green+Blue) = 146+11+193=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #920BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BC1 is #6DF43E. Grayscale: #474747. Windows color (decimal): -7205951 or 12651410. OLE color: 12651410.
HSL color Cylindrical-coordinate representation of color #920BC1: hue angle of 284.51º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BC1 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 11 | 193 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.24 |
| HSL | 284.51º | 0.89% | 0.4% | - |
| HSV(B) | 284.51º | 0.94% | 0.76% | - |
| XYZ | 21.6 | 10.2 | 51.28 | - |
| YUV | 72.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 193 | 0.24 | 0.94 | 0 | 0.24 | 284.51 | 0.89 | 0.4 |
| Hex | 92 | B | C1 | 18 | 5E | 0 | 18 | 11D | 59 | 28 |
| Octal | 222 | 13 | 301 | 30 | 136 | 0 | 30 | 435 | 131 | 50 |
| Binary | 10010010 | 1011 | 11000001 | 11000 | 1011110 | 0 | 11000 | 100011101 | 1011001 | 101000 |
Color Harmonies of #920BC1
Complementary color
Monochromatic Colors of #920BC1
Black with #920BC1
Text Example
Text Example
White with #920BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BC1; }
p { color: rgb(146,11,193); }
H1.HeaderClassName
{
color: #920BC1;
}
.AnyTagClassName
{
color: #920BC1;
}
</style>
background-color css
<style>
a { background-color: #920BC1; }
a { background-color: rgb(146,11,193); }
div.DivClassName
{
background-color: #920BC1;
}
.BgClassName
{
background-color: #920BC1;
}
</style>
border-color css
<style>
span { border-color: #920BC1; }
span { border-color: rgb(146,11,193); }
td.TdClassName
{
border-color: #920BC1;
}
.TagClassName
{
border-color: #920BC1;
}
</style>