Shades of Dark Violet #920ADF
Tints of Dark Violet #920ADF
RGB
CMYK
RGB Variations
Color information
#920ADF (or 0x920ADF) is known color: Dark Violet. HEX triplet: 92, 0A and DF. RGB value is (146,10,223). Sum of RGB (Red+Green+Blue) = 146+10+223=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #920ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ADF is #6DF520. Grayscale: #4A4A4A. Windows color (decimal): -7206177 or 14617234. OLE color: 14617234.
HSL color Cylindrical-coordinate representation of color #920ADF: hue angle of 278.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920ADF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 10 | 223 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 278.31º | 0.91% | 0.46% | - |
| HSV(B) | 278.31º | 0.96% | 0.87% | - |
| XYZ | 25.28 | 11.66 | 70.73 | - |
| YUV | 74.95 | 211.56 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 223 | 0.35 | 0.96 | 0 | 0.13 | 278.31 | 0.91 | 0.46 |
| Hex | 92 | A | DF | 23 | 60 | 0 | D | 116 | 5B | 2E |
| Octal | 222 | 12 | 337 | 43 | 140 | 0 | 15 | 426 | 133 | 56 |
| Binary | 10010010 | 1010 | 11011111 | 100011 | 1100000 | 0 | 1101 | 100010110 | 1011011 | 101110 |
Color Harmonies of #920ADF
Complementary color
Monochromatic Colors of #920ADF
Black with #920ADF
Text Example
Text Example
White with #920ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ADF; }
p { color: rgb(146,10,223); }
H1.HeaderClassName
{
color: #920ADF;
}
.AnyTagClassName
{
color: #920ADF;
}
</style>
background-color css
<style>
a { background-color: #920ADF; }
a { background-color: rgb(146,10,223); }
div.DivClassName
{
background-color: #920ADF;
}
.BgClassName
{
background-color: #920ADF;
}
</style>
border-color css
<style>
span { border-color: #920ADF; }
span { border-color: rgb(146,10,223); }
td.TdClassName
{
border-color: #920ADF;
}
.TagClassName
{
border-color: #920ADF;
}
</style>