Shades of Dark Violet #920BBA
Tints of Dark Violet #920BBA
RGB
CMYK
RGB Variations
Color information
#920BBA (or 0x920BBA) is known color: Dark Violet. HEX triplet: 92, 0B and BA. RGB value is (146,11,186). Sum of RGB (Red+Green+Blue) = 146+11+186=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #920BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BBA is #6DF445. Grayscale: #464646. Windows color (decimal): -7205958 or 12192658. OLE color: 12192658.
HSL color Cylindrical-coordinate representation of color #920BBA: hue angle of 286.29º degrees, saturation: 0.89, 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 #920BBA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 11 | 186 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.27 |
| HSL | 286.29º | 0.89% | 0.39% | - |
| HSV(B) | 286.29º | 0.94% | 0.73% | - |
| XYZ | 20.84 | 9.9 | 47.27 | - |
| YUV | 71.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 186 | 0.22 | 0.94 | 0 | 0.27 | 286.29 | 0.89 | 0.39 |
| Hex | 92 | B | BA | 16 | 5E | 0 | 1B | 11E | 59 | 27 |
| Octal | 222 | 13 | 272 | 26 | 136 | 0 | 33 | 436 | 131 | 47 |
| Binary | 10010010 | 1011 | 10111010 | 10110 | 1011110 | 0 | 11011 | 100011110 | 1011001 | 100111 |
Color Harmonies of #920BBA
Complementary color
Monochromatic Colors of #920BBA
Black with #920BBA
Text Example
Text Example
White with #920BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BBA; }
p { color: rgb(146,11,186); }
H1.HeaderClassName
{
color: #920BBA;
}
.AnyTagClassName
{
color: #920BBA;
}
</style>
background-color css
<style>
a { background-color: #920BBA; }
a { background-color: rgb(146,11,186); }
div.DivClassName
{
background-color: #920BBA;
}
.BgClassName
{
background-color: #920BBA;
}
</style>
border-color css
<style>
span { border-color: #920BBA; }
span { border-color: rgb(146,11,186); }
td.TdClassName
{
border-color: #920BBA;
}
.TagClassName
{
border-color: #920BBA;
}
</style>