Shades of Dark Violet #920AD4
Tints of Dark Violet #920AD4
RGB
CMYK
RGB Variations
Color information
#920AD4 (or 0x920AD4) is known color: Dark Violet. HEX triplet: 92, 0A and D4. RGB value is (146,10,212). Sum of RGB (Red+Green+Blue) = 146+10+212=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 212 (83.20% from 255 or 57.61% from 368); Max value from RGB is 212 - color contains mainly: blue. Hex color #920AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920AD4 is #6DF52B. Grayscale: #494949. Windows color (decimal): -7206188 or 13896338. OLE color: 13896338.
HSL color Cylindrical-coordinate representation of color #920AD4: hue angle of 280.4º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920AD4 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 10 | 212 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.17 |
| HSL | 280.4º | 0.91% | 0.44% | - |
| HSV(B) | 280.4º | 0.95% | 0.83% | - |
| XYZ | 23.85 | 11.08 | 63.17 | - |
| YUV | 73.69 | 206.06 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 212 | 0.31 | 0.95 | 0 | 0.17 | 280.4 | 0.91 | 0.44 |
| Hex | 92 | A | D4 | 1F | 5F | 0 | 11 | 118 | 5B | 2C |
| Octal | 222 | 12 | 324 | 37 | 137 | 0 | 21 | 430 | 133 | 54 |
| Binary | 10010010 | 1010 | 11010100 | 11111 | 1011111 | 0 | 10001 | 100011000 | 1011011 | 101100 |
Color Harmonies of #920AD4
Complementary color
Monochromatic Colors of #920AD4
Black with #920AD4
Text Example
Text Example
White with #920AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AD4; }
p { color: rgb(146,10,212); }
H1.HeaderClassName
{
color: #920AD4;
}
.AnyTagClassName
{
color: #920AD4;
}
</style>
background-color css
<style>
a { background-color: #920AD4; }
a { background-color: rgb(146,10,212); }
div.DivClassName
{
background-color: #920AD4;
}
.BgClassName
{
background-color: #920AD4;
}
</style>
border-color css
<style>
span { border-color: #920AD4; }
span { border-color: rgb(146,10,212); }
td.TdClassName
{
border-color: #920AD4;
}
.TagClassName
{
border-color: #920AD4;
}
</style>