Shades of Dark Violet #9205BA
Tints of Dark Violet #9205BA
RGB
CMYK
RGB Variations
Color information
#9205BA (or 0x9205BA) is known color: Dark Violet. HEX triplet: 92, 05 and BA. RGB value is (146,5,186). Sum of RGB (Red+Green+Blue) = 146+5+186=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #9205BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205BA is #6DFA45. Grayscale: #434343. Windows color (decimal): -7207494 or 12191122. OLE color: 12191122.
HSL color Cylindrical-coordinate representation of color #9205BA: hue angle of 286.74º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9205BA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 5 | 186 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.27 |
| HSL | 286.74º | 0.95% | 0.37% | - |
| HSV(B) | 286.74º | 0.97% | 0.73% | - |
| XYZ | 20.77 | 9.76 | 47.24 | - |
| YUV | 67.79 | 194.71 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 186 | 0.22 | 0.97 | 0 | 0.27 | 286.74 | 0.95 | 0.37 |
| Hex | 92 | 5 | BA | 16 | 61 | 0 | 1B | 11F | 5F | 25 |
| Octal | 222 | 5 | 272 | 26 | 141 | 0 | 33 | 437 | 137 | 45 |
| Binary | 10010010 | 101 | 10111010 | 10110 | 1100001 | 0 | 11011 | 100011111 | 1011111 | 100101 |
Color Harmonies of #9205BA
Complementary color
Monochromatic Colors of #9205BA
Black with #9205BA
Text Example
Text Example
White with #9205BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205BA; }
p { color: rgb(146,5,186); }
H1.HeaderClassName
{
color: #9205BA;
}
.AnyTagClassName
{
color: #9205BA;
}
</style>
background-color css
<style>
a { background-color: #9205BA; }
a { background-color: rgb(146,5,186); }
div.DivClassName
{
background-color: #9205BA;
}
.BgClassName
{
background-color: #9205BA;
}
</style>
border-color css
<style>
span { border-color: #9205BA; }
span { border-color: rgb(146,5,186); }
td.TdClassName
{
border-color: #9205BA;
}
.TagClassName
{
border-color: #9205BA;
}
</style>