Shades of Dark Violet #920BBC
Tints of Dark Violet #920BBC
RGB
CMYK
RGB Variations
Color information
#920BBC (or 0x920BBC) is known color: Dark Violet. HEX triplet: 92, 0B and BC. RGB value is (146,11,188). Sum of RGB (Red+Green+Blue) = 146+11+188=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #920BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BBC is #6DF443. Grayscale: #464646. Windows color (decimal): -7205956 or 12323730. OLE color: 12323730.
HSL color Cylindrical-coordinate representation of color #920BBC: hue angle of 285.76º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BBC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 11 | 188 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.26 |
| HSL | 285.76º | 0.89% | 0.39% | - |
| HSV(B) | 285.76º | 0.94% | 0.74% | - |
| XYZ | 21.05 | 9.98 | 48.39 | - |
| YUV | 71.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 188 | 0.22 | 0.94 | 0 | 0.26 | 285.76 | 0.89 | 0.39 |
| Hex | 92 | B | BC | 16 | 5E | 0 | 1A | 11E | 59 | 27 |
| Octal | 222 | 13 | 274 | 26 | 136 | 0 | 32 | 436 | 131 | 47 |
| Binary | 10010010 | 1011 | 10111100 | 10110 | 1011110 | 0 | 11010 | 100011110 | 1011001 | 100111 |
Color Harmonies of #920BBC
Complementary color
Monochromatic Colors of #920BBC
Black with #920BBC
Text Example
Text Example
White with #920BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BBC; }
p { color: rgb(146,11,188); }
H1.HeaderClassName
{
color: #920BBC;
}
.AnyTagClassName
{
color: #920BBC;
}
</style>
background-color css
<style>
a { background-color: #920BBC; }
a { background-color: rgb(146,11,188); }
div.DivClassName
{
background-color: #920BBC;
}
.BgClassName
{
background-color: #920BBC;
}
</style>
border-color css
<style>
span { border-color: #920BBC; }
span { border-color: rgb(146,11,188); }
td.TdClassName
{
border-color: #920BBC;
}
.TagClassName
{
border-color: #920BBC;
}
</style>