Shades of Dark Violet #9206B9
Tints of Dark Violet #9206B9
RGB
CMYK
RGB Variations
Color information
#9206B9 (or 0x9206B9) is known color: Dark Violet. HEX triplet: 92, 06 and B9. RGB value is (146,6,185). Sum of RGB (Red+Green+Blue) = 146+6+185=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #9206B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206B9 is #6DF946. Grayscale: #434343. Windows color (decimal): -7207239 or 12125842. OLE color: 12125842.
HSL color Cylindrical-coordinate representation of color #9206B9: hue angle of 286.93º degrees, saturation: 0.94, 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 #9206B9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 6 | 185 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.27 |
| HSL | 286.93º | 0.94% | 0.37% | - |
| HSV(B) | 286.93º | 0.97% | 0.73% | - |
| XYZ | 20.68 | 9.74 | 46.69 | - |
| YUV | 68.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 185 | 0.21 | 0.97 | 0 | 0.27 | 286.93 | 0.94 | 0.37 |
| Hex | 92 | 6 | B9 | 15 | 61 | 0 | 1B | 11F | 5E | 25 |
| Octal | 222 | 6 | 271 | 25 | 141 | 0 | 33 | 437 | 136 | 45 |
| Binary | 10010010 | 110 | 10111001 | 10101 | 1100001 | 0 | 11011 | 100011111 | 1011110 | 100101 |
Color Harmonies of #9206B9
Complementary color
Monochromatic Colors of #9206B9
Black with #9206B9
Text Example
Text Example
White with #9206B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206B9; }
p { color: rgb(146,6,185); }
H1.HeaderClassName
{
color: #9206B9;
}
.AnyTagClassName
{
color: #9206B9;
}
</style>
background-color css
<style>
a { background-color: #9206B9; }
a { background-color: rgb(146,6,185); }
div.DivClassName
{
background-color: #9206B9;
}
.BgClassName
{
background-color: #9206B9;
}
</style>
border-color css
<style>
span { border-color: #9206B9; }
span { border-color: rgb(146,6,185); }
td.TdClassName
{
border-color: #9206B9;
}
.TagClassName
{
border-color: #9206B9;
}
</style>