Shades of Dark Violet #920BDC
Tints of Dark Violet #920BDC
RGB
CMYK
RGB Variations
Color information
#920BDC (or 0x920BDC) is known color: Dark Violet. HEX triplet: 92, 0B and DC. RGB value is (146,11,220). Sum of RGB (Red+Green+Blue) = 146+11+220=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #920BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BDC is #6DF423. Grayscale: #4A4A4A. Windows color (decimal): -7205924 or 14420882. OLE color: 14420882.
HSL color Cylindrical-coordinate representation of color #920BDC: hue angle of 278.76º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BDC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 11 | 220 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.14 |
| HSL | 278.76º | 0.9% | 0.45% | - |
| HSV(B) | 278.76º | 0.95% | 0.86% | - |
| XYZ | 24.89 | 11.52 | 68.62 | - |
| YUV | 75.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 220 | 0.34 | 0.95 | 0 | 0.14 | 278.76 | 0.9 | 0.45 |
| Hex | 92 | B | DC | 22 | 5F | 0 | E | 117 | 5A | 2D |
| Octal | 222 | 13 | 334 | 42 | 137 | 0 | 16 | 427 | 132 | 55 |
| Binary | 10010010 | 1011 | 11011100 | 100010 | 1011111 | 0 | 1110 | 100010111 | 1011010 | 101101 |
Color Harmonies of #920BDC
Complementary color
Monochromatic Colors of #920BDC
Black with #920BDC
Text Example
Text Example
White with #920BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BDC; }
p { color: rgb(146,11,220); }
H1.HeaderClassName
{
color: #920BDC;
}
.AnyTagClassName
{
color: #920BDC;
}
</style>
background-color css
<style>
a { background-color: #920BDC; }
a { background-color: rgb(146,11,220); }
div.DivClassName
{
background-color: #920BDC;
}
.BgClassName
{
background-color: #920BDC;
}
</style>
border-color css
<style>
span { border-color: #920BDC; }
span { border-color: rgb(146,11,220); }
td.TdClassName
{
border-color: #920BDC;
}
.TagClassName
{
border-color: #920BDC;
}
</style>