Shades of Dark Violet #9216BA
Tints of Dark Violet #9216BA
RGB
CMYK
RGB Variations
Color information
#9216BA (or 0x9216BA) is known color: Dark Violet. HEX triplet: 92, 16 and BA. RGB value is (146,22,186). Sum of RGB (Red+Green+Blue) = 146+22+186=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #9216BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9216BA is #6DE945. Grayscale: #4D4D4D. Windows color (decimal): -7203142 or 12195474. OLE color: 12195474.
HSL color Cylindrical-coordinate representation of color #9216BA: hue angle of 285.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9216BA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 22 | 186 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.27 |
| HSL | 285.37º | 0.79% | 0.41% | - |
| HSV(B) | 285.37º | 0.88% | 0.73% | - |
| XYZ | 21 | 10.23 | 47.32 | - |
| YUV | 77.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 186 | 0.22 | 0.88 | 0 | 0.27 | 285.37 | 0.79 | 0.41 |
| Hex | 92 | 16 | BA | 16 | 58 | 0 | 1B | 11D | 4F | 29 |
| Octal | 222 | 26 | 272 | 26 | 130 | 0 | 33 | 435 | 117 | 51 |
| Binary | 10010010 | 10110 | 10111010 | 10110 | 1011000 | 0 | 11011 | 100011101 | 1001111 | 101001 |
Color Harmonies of #9216BA
Complementary color
Monochromatic Colors of #9216BA
Black with #9216BA
Text Example
Text Example
White with #9216BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9216BA; }
p { color: rgb(146,22,186); }
H1.HeaderClassName
{
color: #9216BA;
}
.AnyTagClassName
{
color: #9216BA;
}
</style>
background-color css
<style>
a { background-color: #9216BA; }
a { background-color: rgb(146,22,186); }
div.DivClassName
{
background-color: #9216BA;
}
.BgClassName
{
background-color: #9216BA;
}
</style>
border-color css
<style>
span { border-color: #9216BA; }
span { border-color: rgb(146,22,186); }
td.TdClassName
{
border-color: #9216BA;
}
.TagClassName
{
border-color: #9216BA;
}
</style>