Shades of Dark Violet #9206B5
Tints of Dark Violet #9206B5
RGB
CMYK
RGB Variations
Color information
#9206B5 (or 0x9206B5) is known color: Dark Violet. HEX triplet: 92, 06 and B5. RGB value is (146,6,181). Sum of RGB (Red+Green+Blue) = 146+6+181=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #9206B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206B5 is #6DF94A. Grayscale: #434343. Windows color (decimal): -7207243 or 11863698. OLE color: 11863698.
HSL color Cylindrical-coordinate representation of color #9206B5: hue angle of 288º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206B5 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 6 | 181 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.29 |
| HSL | 288º | 0.94% | 0.37% | - |
| HSV(B) | 288º | 0.97% | 0.71% | - |
| XYZ | 20.26 | 9.58 | 44.5 | - |
| YUV | 67.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 181 | 0.19 | 0.97 | 0 | 0.29 | 288 | 0.94 | 0.37 |
| Hex | 92 | 6 | B5 | 13 | 61 | 0 | 1D | 120 | 5E | 25 |
| Octal | 222 | 6 | 265 | 23 | 141 | 0 | 35 | 440 | 136 | 45 |
| Binary | 10010010 | 110 | 10110101 | 10011 | 1100001 | 0 | 11101 | 100100000 | 1011110 | 100101 |
Color Harmonies of #9206B5
Complementary color
Monochromatic Colors of #9206B5
Black with #9206B5
Text Example
Text Example
White with #9206B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206B5; }
p { color: rgb(146,6,181); }
H1.HeaderClassName
{
color: #9206B5;
}
.AnyTagClassName
{
color: #9206B5;
}
</style>
background-color css
<style>
a { background-color: #9206B5; }
a { background-color: rgb(146,6,181); }
div.DivClassName
{
background-color: #9206B5;
}
.BgClassName
{
background-color: #9206B5;
}
</style>
border-color css
<style>
span { border-color: #9206B5; }
span { border-color: rgb(146,6,181); }
td.TdClassName
{
border-color: #9206B5;
}
.TagClassName
{
border-color: #9206B5;
}
</style>