Shades of Dark Violet #9206C0
Tints of Dark Violet #9206C0
RGB
CMYK
RGB Variations
Color information
#9206C0 (or 0x9206C0) is known color: Dark Violet. HEX triplet: 92, 06 and C0. RGB value is (146,6,192). Sum of RGB (Red+Green+Blue) = 146+6+192=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #9206C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206C0 is #6DF93F. Grayscale: #444444. Windows color (decimal): -7207232 or 12584594. OLE color: 12584594.
HSL color Cylindrical-coordinate representation of color #9206C0: hue angle of 285.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206C0 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 6 | 192 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.25 |
| HSL | 285.16º | 0.94% | 0.39% | - |
| HSV(B) | 285.16º | 0.97% | 0.75% | - |
| XYZ | 21.43 | 10.05 | 50.68 | - |
| YUV | 69.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 192 | 0.24 | 0.97 | 0 | 0.25 | 285.16 | 0.94 | 0.39 |
| Hex | 92 | 6 | C0 | 18 | 61 | 0 | 19 | 11D | 5E | 27 |
| Octal | 222 | 6 | 300 | 30 | 141 | 0 | 31 | 435 | 136 | 47 |
| Binary | 10010010 | 110 | 11000000 | 11000 | 1100001 | 0 | 11001 | 100011101 | 1011110 | 100111 |
Color Harmonies of #9206C0
Complementary color
Monochromatic Colors of #9206C0
Black with #9206C0
Text Example
Text Example
White with #9206C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206C0; }
p { color: rgb(146,6,192); }
H1.HeaderClassName
{
color: #9206C0;
}
.AnyTagClassName
{
color: #9206C0;
}
</style>
background-color css
<style>
a { background-color: #9206C0; }
a { background-color: rgb(146,6,192); }
div.DivClassName
{
background-color: #9206C0;
}
.BgClassName
{
background-color: #9206C0;
}
</style>
border-color css
<style>
span { border-color: #9206C0; }
span { border-color: rgb(146,6,192); }
td.TdClassName
{
border-color: #9206C0;
}
.TagClassName
{
border-color: #9206C0;
}
</style>