Shades of Dark Violet #920CBA
Tints of Dark Violet #920CBA
RGB
CMYK
RGB Variations
Color information
#920CBA (or 0x920CBA) is known color: Dark Violet. HEX triplet: 92, 0C and BA. RGB value is (146,12,186). Sum of RGB (Red+Green+Blue) = 146+12+186=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #920CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CBA is #6DF345. Grayscale: #474747. Windows color (decimal): -7205702 or 12192914. OLE color: 12192914.
HSL color Cylindrical-coordinate representation of color #920CBA: hue angle of 286.21º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920CBA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 12 | 186 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.27 |
| HSL | 286.21º | 0.88% | 0.39% | - |
| HSV(B) | 286.21º | 0.94% | 0.73% | - |
| XYZ | 20.85 | 9.92 | 47.27 | - |
| YUV | 71.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 186 | 0.22 | 0.94 | 0 | 0.27 | 286.21 | 0.88 | 0.39 |
| Hex | 92 | C | BA | 16 | 5E | 0 | 1B | 11E | 58 | 27 |
| Octal | 222 | 14 | 272 | 26 | 136 | 0 | 33 | 436 | 130 | 47 |
| Binary | 10010010 | 1100 | 10111010 | 10110 | 1011110 | 0 | 11011 | 100011110 | 1011000 | 100111 |
Color Harmonies of #920CBA
Complementary color
Monochromatic Colors of #920CBA
Black with #920CBA
Text Example
Text Example
White with #920CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CBA; }
p { color: rgb(146,12,186); }
H1.HeaderClassName
{
color: #920CBA;
}
.AnyTagClassName
{
color: #920CBA;
}
</style>
background-color css
<style>
a { background-color: #920CBA; }
a { background-color: rgb(146,12,186); }
div.DivClassName
{
background-color: #920CBA;
}
.BgClassName
{
background-color: #920CBA;
}
</style>
border-color css
<style>
span { border-color: #920CBA; }
span { border-color: rgb(146,12,186); }
td.TdClassName
{
border-color: #920CBA;
}
.TagClassName
{
border-color: #920CBA;
}
</style>