Shades of Dark Violet #9210BA
Tints of Dark Violet #9210BA
RGB
CMYK
RGB Variations
Color information
#9210BA (or 0x9210BA) is known color: Dark Violet. HEX triplet: 92, 10 and BA. RGB value is (146,16,186). Sum of RGB (Red+Green+Blue) = 146+16+186=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #9210BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9210BA is #6DEF45. Grayscale: #494949. Windows color (decimal): -7204678 or 12193938. OLE color: 12193938.
HSL color Cylindrical-coordinate representation of color #9210BA: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9210BA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 16 | 186 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.27 |
| HSL | 285.88º | 0.84% | 0.4% | - |
| HSV(B) | 285.88º | 0.91% | 0.73% | - |
| XYZ | 20.9 | 10.03 | 47.29 | - |
| YUV | 74.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 186 | 0.22 | 0.91 | 0 | 0.27 | 285.88 | 0.84 | 0.4 |
| Hex | 92 | 10 | BA | 16 | 5B | 0 | 1B | 11E | 54 | 28 |
| Octal | 222 | 20 | 272 | 26 | 133 | 0 | 33 | 436 | 124 | 50 |
| Binary | 10010010 | 10000 | 10111010 | 10110 | 1011011 | 0 | 11011 | 100011110 | 1010100 | 101000 |
Color Harmonies of #9210BA
Complementary color
Monochromatic Colors of #9210BA
Black with #9210BA
Text Example
Text Example
White with #9210BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9210BA; }
p { color: rgb(146,16,186); }
H1.HeaderClassName
{
color: #9210BA;
}
.AnyTagClassName
{
color: #9210BA;
}
</style>
background-color css
<style>
a { background-color: #9210BA; }
a { background-color: rgb(146,16,186); }
div.DivClassName
{
background-color: #9210BA;
}
.BgClassName
{
background-color: #9210BA;
}
</style>
border-color css
<style>
span { border-color: #9210BA; }
span { border-color: rgb(146,16,186); }
td.TdClassName
{
border-color: #9210BA;
}
.TagClassName
{
border-color: #9210BA;
}
</style>