Shades of Dark Violet #920ADE
Tints of Dark Violet #920ADE
RGB
CMYK
RGB Variations
Color information
#920ADE (or 0x920ADE) is known color: Dark Violet. HEX triplet: 92, 0A and DE. RGB value is (146,10,222). Sum of RGB (Red+Green+Blue) = 146+10+222=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #920ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ADE is #6DF521. Grayscale: #4A4A4A. Windows color (decimal): -7206178 or 14551698. OLE color: 14551698.
HSL color Cylindrical-coordinate representation of color #920ADE: hue angle of 278.49º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920ADE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 10 | 222 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.13 |
| HSL | 278.49º | 0.91% | 0.45% | - |
| HSV(B) | 278.49º | 0.95% | 0.87% | - |
| XYZ | 25.15 | 11.6 | 70.02 | - |
| YUV | 74.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 222 | 0.34 | 0.95 | 0 | 0.13 | 278.49 | 0.91 | 0.45 |
| Hex | 92 | A | DE | 22 | 5F | 0 | D | 116 | 5B | 2D |
| Octal | 222 | 12 | 336 | 42 | 137 | 0 | 15 | 426 | 133 | 55 |
| Binary | 10010010 | 1010 | 11011110 | 100010 | 1011111 | 0 | 1101 | 100010110 | 1011011 | 101101 |
Color Harmonies of #920ADE
Complementary color
Monochromatic Colors of #920ADE
Black with #920ADE
Text Example
Text Example
White with #920ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ADE; }
p { color: rgb(146,10,222); }
H1.HeaderClassName
{
color: #920ADE;
}
.AnyTagClassName
{
color: #920ADE;
}
</style>
background-color css
<style>
a { background-color: #920ADE; }
a { background-color: rgb(146,10,222); }
div.DivClassName
{
background-color: #920ADE;
}
.BgClassName
{
background-color: #920ADE;
}
</style>
border-color css
<style>
span { border-color: #920ADE; }
span { border-color: rgb(146,10,222); }
td.TdClassName
{
border-color: #920ADE;
}
.TagClassName
{
border-color: #920ADE;
}
</style>