Shades of Dark Violet #9206BE
Tints of Dark Violet #9206BE
RGB
CMYK
RGB Variations
Color information
#9206BE (or 0x9206BE) is known color: Dark Violet. HEX triplet: 92, 06 and BE. RGB value is (146,6,190). Sum of RGB (Red+Green+Blue) = 146+6+190=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #9206BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206BE is #6DF941. Grayscale: #444444. Windows color (decimal): -7207234 or 12453522. OLE color: 12453522.
HSL color Cylindrical-coordinate representation of color #9206BE: hue angle of 285.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206BE is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 6 | 190 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.25 |
| HSL | 285.65º | 0.94% | 0.38% | - |
| HSV(B) | 285.65º | 0.97% | 0.75% | - |
| XYZ | 21.21 | 9.96 | 49.52 | - |
| YUV | 68.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 190 | 0.23 | 0.97 | 0 | 0.25 | 285.65 | 0.94 | 0.38 |
| Hex | 92 | 6 | BE | 17 | 61 | 0 | 19 | 11E | 5E | 26 |
| Octal | 222 | 6 | 276 | 27 | 141 | 0 | 31 | 436 | 136 | 46 |
| Binary | 10010010 | 110 | 10111110 | 10111 | 1100001 | 0 | 11001 | 100011110 | 1011110 | 100110 |
Color Harmonies of #9206BE
Complementary color
Monochromatic Colors of #9206BE
Black with #9206BE
Text Example
Text Example
White with #9206BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206BE; }
p { color: rgb(146,6,190); }
H1.HeaderClassName
{
color: #9206BE;
}
.AnyTagClassName
{
color: #9206BE;
}
</style>
background-color css
<style>
a { background-color: #9206BE; }
a { background-color: rgb(146,6,190); }
div.DivClassName
{
background-color: #9206BE;
}
.BgClassName
{
background-color: #9206BE;
}
</style>
border-color css
<style>
span { border-color: #9206BE; }
span { border-color: rgb(146,6,190); }
td.TdClassName
{
border-color: #9206BE;
}
.TagClassName
{
border-color: #9206BE;
}
</style>