Shades of Dark Violet #920AB3
Tints of Dark Violet #920AB3
RGB
CMYK
RGB Variations
Color information
#920AB3 (or 0x920AB3) is known color: Dark Violet. HEX triplet: 92, 0A and B3. RGB value is (146,10,179). Sum of RGB (Red+Green+Blue) = 146+10+179=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #920AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920AB3 is #6DF54C. Grayscale: #454545. Windows color (decimal): -7206221 or 11733650. OLE color: 11733650.
HSL color Cylindrical-coordinate representation of color #920AB3: hue angle of 288.28º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920AB3 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 10 | 179 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.30 |
| HSL | 288.28º | 0.89% | 0.37% | - |
| HSV(B) | 288.28º | 0.94% | 0.7% | - |
| XYZ | 20.1 | 9.58 | 43.44 | - |
| YUV | 69.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 179 | 0.18 | 0.94 | 0 | 0.30 | 288.28 | 0.89 | 0.37 |
| Hex | 92 | A | B3 | 12 | 5E | 0 | 1E | 120 | 59 | 25 |
| Octal | 222 | 12 | 263 | 22 | 136 | 0 | 36 | 440 | 131 | 45 |
| Binary | 10010010 | 1010 | 10110011 | 10010 | 1011110 | 0 | 11110 | 100100000 | 1011001 | 100101 |
Color Harmonies of #920AB3
Complementary color
Monochromatic Colors of #920AB3
Black with #920AB3
Text Example
Text Example
White with #920AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AB3; }
p { color: rgb(146,10,179); }
H1.HeaderClassName
{
color: #920AB3;
}
.AnyTagClassName
{
color: #920AB3;
}
</style>
background-color css
<style>
a { background-color: #920AB3; }
a { background-color: rgb(146,10,179); }
div.DivClassName
{
background-color: #920AB3;
}
.BgClassName
{
background-color: #920AB3;
}
</style>
border-color css
<style>
span { border-color: #920AB3; }
span { border-color: rgb(146,10,179); }
td.TdClassName
{
border-color: #920AB3;
}
.TagClassName
{
border-color: #920AB3;
}
</style>