Shades of Dark Violet #920ADD
Tints of Dark Violet #920ADD
RGB
CMYK
RGB Variations
Color information
#920ADD (or 0x920ADD) is known color: Dark Violet. HEX triplet: 92, 0A and DD. RGB value is (146,10,221). Sum of RGB (Red+Green+Blue) = 146+10+221=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #920ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ADD is #6DF522. Grayscale: #4A4A4A. Windows color (decimal): -7206179 or 14486162. OLE color: 14486162.
HSL color Cylindrical-coordinate representation of color #920ADD: hue angle of 278.67º 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 #920ADD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 10 | 221 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.13 |
| HSL | 278.67º | 0.91% | 0.45% | - |
| HSV(B) | 278.67º | 0.95% | 0.87% | - |
| XYZ | 25.01 | 11.55 | 69.32 | - |
| YUV | 74.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 221 | 0.34 | 0.95 | 0 | 0.13 | 278.67 | 0.91 | 0.45 |
| Hex | 92 | A | DD | 22 | 5F | 0 | D | 117 | 5B | 2D |
| Octal | 222 | 12 | 335 | 42 | 137 | 0 | 15 | 427 | 133 | 55 |
| Binary | 10010010 | 1010 | 11011101 | 100010 | 1011111 | 0 | 1101 | 100010111 | 1011011 | 101101 |
Color Harmonies of #920ADD
Complementary color
Monochromatic Colors of #920ADD
Black with #920ADD
Text Example
Text Example
White with #920ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ADD; }
p { color: rgb(146,10,221); }
H1.HeaderClassName
{
color: #920ADD;
}
.AnyTagClassName
{
color: #920ADD;
}
</style>
background-color css
<style>
a { background-color: #920ADD; }
a { background-color: rgb(146,10,221); }
div.DivClassName
{
background-color: #920ADD;
}
.BgClassName
{
background-color: #920ADD;
}
</style>
border-color css
<style>
span { border-color: #920ADD; }
span { border-color: rgb(146,10,221); }
td.TdClassName
{
border-color: #920ADD;
}
.TagClassName
{
border-color: #920ADD;
}
</style>