Shades of Dark Violet #9207E5
Tints of Dark Violet #9207E5
RGB
CMYK
RGB Variations
Color information
#9207E5 (or 0x9207E5) is known color: Dark Violet. HEX triplet: 92, 07 and E5. RGB value is (146,7,229). Sum of RGB (Red+Green+Blue) = 146+7+229=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #9207E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207E5 is #6DF81A. Grayscale: #494949. Windows color (decimal): -7206939 or 15009682. OLE color: 15009682.
HSL color Cylindrical-coordinate representation of color #9207E5: hue angle of 277.57º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9207E5 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 7 | 229 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.10 |
| HSL | 277.57º | 0.94% | 0.46% | - |
| HSV(B) | 277.57º | 0.97% | 0.9% | - |
| XYZ | 26.07 | 11.92 | 75.06 | - |
| YUV | 73.87 | 215.55 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 229 | 0.36 | 0.97 | 0 | 0.10 | 277.57 | 0.94 | 0.46 |
| Hex | 92 | 7 | E5 | 24 | 61 | 0 | A | 116 | 5E | 2E |
| Octal | 222 | 7 | 345 | 44 | 141 | 0 | 12 | 426 | 136 | 56 |
| Binary | 10010010 | 111 | 11100101 | 100100 | 1100001 | 0 | 1010 | 100010110 | 1011110 | 101110 |
Color Harmonies of #9207E5
Complementary color
Monochromatic Colors of #9207E5
Black with #9207E5
Text Example
Text Example
White with #9207E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207E5; }
p { color: rgb(146,7,229); }
H1.HeaderClassName
{
color: #9207E5;
}
.AnyTagClassName
{
color: #9207E5;
}
</style>
background-color css
<style>
a { background-color: #9207E5; }
a { background-color: rgb(146,7,229); }
div.DivClassName
{
background-color: #9207E5;
}
.BgClassName
{
background-color: #9207E5;
}
</style>
border-color css
<style>
span { border-color: #9207E5; }
span { border-color: rgb(146,7,229); }
td.TdClassName
{
border-color: #9207E5;
}
.TagClassName
{
border-color: #9207E5;
}
</style>