Shades of Dark Violet #9207BA
Tints of Dark Violet #9207BA
RGB
CMYK
RGB Variations
Color information
#9207BA (or 0x9207BA) is known color: Dark Violet. HEX triplet: 92, 07 and BA. RGB value is (146,7,186). Sum of RGB (Red+Green+Blue) = 146+7+186=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #9207BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207BA is #6DF845. Grayscale: #444444. Windows color (decimal): -7206982 or 12191634. OLE color: 12191634.
HSL color Cylindrical-coordinate representation of color #9207BA: hue angle of 286.59º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9207BA is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 7 | 186 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.27 |
| HSL | 286.59º | 0.93% | 0.38% | - |
| HSV(B) | 286.59º | 0.96% | 0.73% | - |
| XYZ | 20.79 | 9.81 | 47.25 | - |
| YUV | 68.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 186 | 0.22 | 0.96 | 0 | 0.27 | 286.59 | 0.93 | 0.38 |
| Hex | 92 | 7 | BA | 16 | 60 | 0 | 1B | 11F | 5D | 26 |
| Octal | 222 | 7 | 272 | 26 | 140 | 0 | 33 | 437 | 135 | 46 |
| Binary | 10010010 | 111 | 10111010 | 10110 | 1100000 | 0 | 11011 | 100011111 | 1011101 | 100110 |
Color Harmonies of #9207BA
Complementary color
Monochromatic Colors of #9207BA
Black with #9207BA
Text Example
Text Example
White with #9207BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207BA; }
p { color: rgb(146,7,186); }
H1.HeaderClassName
{
color: #9207BA;
}
.AnyTagClassName
{
color: #9207BA;
}
</style>
background-color css
<style>
a { background-color: #9207BA; }
a { background-color: rgb(146,7,186); }
div.DivClassName
{
background-color: #9207BA;
}
.BgClassName
{
background-color: #9207BA;
}
</style>
border-color css
<style>
span { border-color: #9207BA; }
span { border-color: rgb(146,7,186); }
td.TdClassName
{
border-color: #9207BA;
}
.TagClassName
{
border-color: #9207BA;
}
</style>