Shades of Dark Violet #920BBF
Tints of Dark Violet #920BBF
RGB
CMYK
RGB Variations
Color information
#920BBF (or 0x920BBF) is known color: Dark Violet. HEX triplet: 92, 0B and BF. RGB value is (146,11,191). Sum of RGB (Red+Green+Blue) = 146+11+191=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #920BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BBF is #6DF440. Grayscale: #474747. Windows color (decimal): -7205953 or 12520338. OLE color: 12520338.
HSL color Cylindrical-coordinate representation of color #920BBF: hue angle of 285º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BBF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 11 | 191 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.25 |
| HSL | 285º | 0.89% | 0.4% | - |
| HSV(B) | 285º | 0.94% | 0.75% | - |
| XYZ | 21.38 | 10.11 | 50.12 | - |
| YUV | 71.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 191 | 0.24 | 0.94 | 0 | 0.25 | 285 | 0.89 | 0.4 |
| Hex | 92 | B | BF | 18 | 5E | 0 | 19 | 11D | 59 | 28 |
| Octal | 222 | 13 | 277 | 30 | 136 | 0 | 31 | 435 | 131 | 50 |
| Binary | 10010010 | 1011 | 10111111 | 11000 | 1011110 | 0 | 11001 | 100011101 | 1011001 | 101000 |
Color Harmonies of #920BBF
Complementary color
Monochromatic Colors of #920BBF
Black with #920BBF
Text Example
Text Example
White with #920BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BBF; }
p { color: rgb(146,11,191); }
H1.HeaderClassName
{
color: #920BBF;
}
.AnyTagClassName
{
color: #920BBF;
}
</style>
background-color css
<style>
a { background-color: #920BBF; }
a { background-color: rgb(146,11,191); }
div.DivClassName
{
background-color: #920BBF;
}
.BgClassName
{
background-color: #920BBF;
}
</style>
border-color css
<style>
span { border-color: #920BBF; }
span { border-color: rgb(146,11,191); }
td.TdClassName
{
border-color: #920BBF;
}
.TagClassName
{
border-color: #920BBF;
}
</style>