Shades of Dark Violet #920CBF
Tints of Dark Violet #920CBF
RGB
CMYK
RGB Variations
Color information
#920CBF (or 0x920CBF) is known color: Dark Violet. HEX triplet: 92, 0C and BF. RGB value is (146,12,191). Sum of RGB (Red+Green+Blue) = 146+12+191=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #920CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CBF is #6DF340. Grayscale: #474747. Windows color (decimal): -7205697 or 12520594. OLE color: 12520594.
HSL color Cylindrical-coordinate representation of color #920CBF: hue angle of 284.92º degrees, saturation: 0.88, 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 #920CBF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 12 | 191 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.25 |
| HSL | 284.92º | 0.88% | 0.4% | - |
| HSV(B) | 284.92º | 0.94% | 0.75% | - |
| XYZ | 21.39 | 10.14 | 50.12 | - |
| YUV | 72.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 191 | 0.24 | 0.94 | 0 | 0.25 | 284.92 | 0.88 | 0.4 |
| Hex | 92 | C | BF | 18 | 5E | 0 | 19 | 11D | 58 | 28 |
| Octal | 222 | 14 | 277 | 30 | 136 | 0 | 31 | 435 | 130 | 50 |
| Binary | 10010010 | 1100 | 10111111 | 11000 | 1011110 | 0 | 11001 | 100011101 | 1011000 | 101000 |
Color Harmonies of #920CBF
Complementary color
Monochromatic Colors of #920CBF
Black with #920CBF
Text Example
Text Example
White with #920CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CBF; }
p { color: rgb(146,12,191); }
H1.HeaderClassName
{
color: #920CBF;
}
.AnyTagClassName
{
color: #920CBF;
}
</style>
background-color css
<style>
a { background-color: #920CBF; }
a { background-color: rgb(146,12,191); }
div.DivClassName
{
background-color: #920CBF;
}
.BgClassName
{
background-color: #920CBF;
}
</style>
border-color css
<style>
span { border-color: #920CBF; }
span { border-color: rgb(146,12,191); }
td.TdClassName
{
border-color: #920CBF;
}
.TagClassName
{
border-color: #920CBF;
}
</style>