Shades of Dark Violet #920FBB
Tints of Dark Violet #920FBB
RGB
CMYK
RGB Variations
Color information
#920FBB (or 0x920FBB) is known color: Dark Violet. HEX triplet: 92, 0F and BB. RGB value is (146,15,187). Sum of RGB (Red+Green+Blue) = 146+15+187=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #920FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920FBB is #6DF044. Grayscale: #494949. Windows color (decimal): -7204933 or 12259218. OLE color: 12259218.
HSL color Cylindrical-coordinate representation of color #920FBB: hue angle of 285.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920FBB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 15 | 187 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.27 |
| HSL | 285.7º | 0.85% | 0.4% | - |
| HSV(B) | 285.7º | 0.92% | 0.73% | - |
| XYZ | 20.99 | 10.04 | 47.85 | - |
| YUV | 73.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 187 | 0.22 | 0.92 | 0 | 0.27 | 285.7 | 0.85 | 0.4 |
| Hex | 92 | F | BB | 16 | 5C | 0 | 1B | 11E | 55 | 28 |
| Octal | 222 | 17 | 273 | 26 | 134 | 0 | 33 | 436 | 125 | 50 |
| Binary | 10010010 | 1111 | 10111011 | 10110 | 1011100 | 0 | 11011 | 100011110 | 1010101 | 101000 |
Color Harmonies of #920FBB
Complementary color
Monochromatic Colors of #920FBB
Black with #920FBB
Text Example
Text Example
White with #920FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920FBB; }
p { color: rgb(146,15,187); }
H1.HeaderClassName
{
color: #920FBB;
}
.AnyTagClassName
{
color: #920FBB;
}
</style>
background-color css
<style>
a { background-color: #920FBB; }
a { background-color: rgb(146,15,187); }
div.DivClassName
{
background-color: #920FBB;
}
.BgClassName
{
background-color: #920FBB;
}
</style>
border-color css
<style>
span { border-color: #920FBB; }
span { border-color: rgb(146,15,187); }
td.TdClassName
{
border-color: #920FBB;
}
.TagClassName
{
border-color: #920FBB;
}
</style>