Shades of Dark Violet #920AB9
Tints of Dark Violet #920AB9
RGB
CMYK
RGB Variations
Color information
#920AB9 (or 0x920AB9) is known color: Dark Violet. HEX triplet: 92, 0A and B9. RGB value is (146,10,185). Sum of RGB (Red+Green+Blue) = 146+10+185=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #920AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920AB9 is #6DF546. Grayscale: #464646. Windows color (decimal): -7206215 or 12126866. OLE color: 12126866.
HSL color Cylindrical-coordinate representation of color #920AB9: hue angle of 286.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920AB9 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 10 | 185 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.27 |
| HSL | 286.63º | 0.9% | 0.38% | - |
| HSV(B) | 286.63º | 0.95% | 0.73% | - |
| XYZ | 20.72 | 9.83 | 46.7 | - |
| YUV | 70.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 185 | 0.21 | 0.95 | 0 | 0.27 | 286.63 | 0.9 | 0.38 |
| Hex | 92 | A | B9 | 15 | 5F | 0 | 1B | 11F | 5A | 26 |
| Octal | 222 | 12 | 271 | 25 | 137 | 0 | 33 | 437 | 132 | 46 |
| Binary | 10010010 | 1010 | 10111001 | 10101 | 1011111 | 0 | 11011 | 100011111 | 1011010 | 100110 |
Color Harmonies of #920AB9
Complementary color
Monochromatic Colors of #920AB9
Black with #920AB9
Text Example
Text Example
White with #920AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AB9; }
p { color: rgb(146,10,185); }
H1.HeaderClassName
{
color: #920AB9;
}
.AnyTagClassName
{
color: #920AB9;
}
</style>
background-color css
<style>
a { background-color: #920AB9; }
a { background-color: rgb(146,10,185); }
div.DivClassName
{
background-color: #920AB9;
}
.BgClassName
{
background-color: #920AB9;
}
</style>
border-color css
<style>
span { border-color: #920AB9; }
span { border-color: rgb(146,10,185); }
td.TdClassName
{
border-color: #920AB9;
}
.TagClassName
{
border-color: #920AB9;
}
</style>