Shades of Dark Violet #9207BB
Tints of Dark Violet #9207BB
RGB
CMYK
RGB Variations
Color information
#9207BB (or 0x9207BB) is known color: Dark Violet. HEX triplet: 92, 07 and BB. RGB value is (146,7,187). Sum of RGB (Red+Green+Blue) = 146+7+187=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #9207BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207BB is #6DF844. Grayscale: #444444. Windows color (decimal): -7206981 or 12257170. OLE color: 12257170.
HSL color Cylindrical-coordinate representation of color #9207BB: hue angle of 286.33º 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 #9207BB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 7 | 187 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.27 |
| HSL | 286.33º | 0.93% | 0.38% | - |
| HSV(B) | 286.33º | 0.96% | 0.73% | - |
| XYZ | 20.9 | 9.85 | 47.81 | - |
| YUV | 69.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 187 | 0.22 | 0.96 | 0 | 0.27 | 286.33 | 0.93 | 0.38 |
| Hex | 92 | 7 | BB | 16 | 60 | 0 | 1B | 11E | 5D | 26 |
| Octal | 222 | 7 | 273 | 26 | 140 | 0 | 33 | 436 | 135 | 46 |
| Binary | 10010010 | 111 | 10111011 | 10110 | 1100000 | 0 | 11011 | 100011110 | 1011101 | 100110 |
Color Harmonies of #9207BB
Complementary color
Monochromatic Colors of #9207BB
Black with #9207BB
Text Example
Text Example
White with #9207BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207BB; }
p { color: rgb(146,7,187); }
H1.HeaderClassName
{
color: #9207BB;
}
.AnyTagClassName
{
color: #9207BB;
}
</style>
background-color css
<style>
a { background-color: #9207BB; }
a { background-color: rgb(146,7,187); }
div.DivClassName
{
background-color: #9207BB;
}
.BgClassName
{
background-color: #9207BB;
}
</style>
border-color css
<style>
span { border-color: #9207BB; }
span { border-color: rgb(146,7,187); }
td.TdClassName
{
border-color: #9207BB;
}
.TagClassName
{
border-color: #9207BB;
}
</style>