Shades of Dark Violet #9207C0
Tints of Dark Violet #9207C0
RGB
CMYK
RGB Variations
Color information
#9207C0 (or 0x9207C0) is known color: Dark Violet. HEX triplet: 92, 07 and C0. RGB value is (146,7,192). Sum of RGB (Red+Green+Blue) = 146+7+192=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #9207C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207C0 is #6DF83F. Grayscale: #454545. Windows color (decimal): -7206976 or 12584850. OLE color: 12584850.
HSL color Cylindrical-coordinate representation of color #9207C0: hue angle of 285.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9207C0 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 7 | 192 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.25 |
| HSL | 285.08º | 0.93% | 0.39% | - |
| HSV(B) | 285.08º | 0.96% | 0.75% | - |
| XYZ | 21.44 | 10.07 | 50.68 | - |
| YUV | 69.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 192 | 0.24 | 0.96 | 0 | 0.25 | 285.08 | 0.93 | 0.39 |
| Hex | 92 | 7 | C0 | 18 | 60 | 0 | 19 | 11D | 5D | 27 |
| Octal | 222 | 7 | 300 | 30 | 140 | 0 | 31 | 435 | 135 | 47 |
| Binary | 10010010 | 111 | 11000000 | 11000 | 1100000 | 0 | 11001 | 100011101 | 1011101 | 100111 |
Color Harmonies of #9207C0
Complementary color
Monochromatic Colors of #9207C0
Black with #9207C0
Text Example
Text Example
White with #9207C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207C0; }
p { color: rgb(146,7,192); }
H1.HeaderClassName
{
color: #9207C0;
}
.AnyTagClassName
{
color: #9207C0;
}
</style>
background-color css
<style>
a { background-color: #9207C0; }
a { background-color: rgb(146,7,192); }
div.DivClassName
{
background-color: #9207C0;
}
.BgClassName
{
background-color: #9207C0;
}
</style>
border-color css
<style>
span { border-color: #9207C0; }
span { border-color: rgb(146,7,192); }
td.TdClassName
{
border-color: #9207C0;
}
.TagClassName
{
border-color: #9207C0;
}
</style>