Shades of Dark Violet #9207EC
Tints of Dark Violet #9207EC
RGB
CMYK
RGB Variations
Color information
#9207EC (or 0x9207EC) is known color: Dark Violet. HEX triplet: 92, 07 and EC. RGB value is (146,7,236). Sum of RGB (Red+Green+Blue) = 146+7+236=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #9207EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9207EC is #6DF813. Grayscale: #494949. Windows color (decimal): -7206932 or 15468434. OLE color: 15468434.
HSL color Cylindrical-coordinate representation of color #9207EC: hue angle of 276.42º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9207EC is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 7 | 236 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.07 |
| HSL | 276.42º | 0.94% | 0.48% | - |
| HSV(B) | 276.42º | 0.97% | 0.93% | - |
| XYZ | 27.07 | 12.32 | 80.31 | - |
| YUV | 74.67 | 219.05 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 236 | 0.38 | 0.97 | 0 | 0.07 | 276.42 | 0.94 | 0.48 |
| Hex | 92 | 7 | EC | 26 | 61 | 0 | 7 | 114 | 5E | 30 |
| Octal | 222 | 7 | 354 | 46 | 141 | 0 | 7 | 424 | 136 | 60 |
| Binary | 10010010 | 111 | 11101100 | 100110 | 1100001 | 0 | 111 | 100010100 | 1011110 | 110000 |
Color Harmonies of #9207EC
Complementary color
Monochromatic Colors of #9207EC
Black with #9207EC
Text Example
Text Example
White with #9207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207EC; }
p { color: rgb(146,7,236); }
H1.HeaderClassName
{
color: #9207EC;
}
.AnyTagClassName
{
color: #9207EC;
}
</style>
background-color css
<style>
a { background-color: #9207EC; }
a { background-color: rgb(146,7,236); }
div.DivClassName
{
background-color: #9207EC;
}
.BgClassName
{
background-color: #9207EC;
}
</style>
border-color css
<style>
span { border-color: #9207EC; }
span { border-color: rgb(146,7,236); }
td.TdClassName
{
border-color: #9207EC;
}
.TagClassName
{
border-color: #9207EC;
}
</style>