Shades of Dark Violet #9205EC
Tints of Dark Violet #9205EC
RGB
CMYK
RGB Variations
Color information
#9205EC (or 0x9205EC) is known color: Dark Violet. HEX triplet: 92, 05 and EC. RGB value is (146,5,236). Sum of RGB (Red+Green+Blue) = 146+5+236=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #9205EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9205EC is #6DFA13. Grayscale: #484848. Windows color (decimal): -7207444 or 15467922. OLE color: 15467922.
HSL color Cylindrical-coordinate representation of color #9205EC: hue angle of 276.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205EC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 5 | 236 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.07 |
| HSL | 276.62º | 0.96% | 0.47% | - |
| HSV(B) | 276.62º | 0.98% | 0.93% | - |
| XYZ | 27.05 | 12.28 | 80.3 | - |
| YUV | 73.49 | 219.71 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 236 | 0.38 | 0.98 | 0 | 0.07 | 276.62 | 0.96 | 0.47 |
| Hex | 92 | 5 | EC | 26 | 62 | 0 | 7 | 115 | 60 | 2F |
| Octal | 222 | 5 | 354 | 46 | 142 | 0 | 7 | 425 | 140 | 57 |
| Binary | 10010010 | 101 | 11101100 | 100110 | 1100010 | 0 | 111 | 100010101 | 1100000 | 101111 |
Color Harmonies of #9205EC
Complementary color
Monochromatic Colors of #9205EC
Black with #9205EC
Text Example
Text Example
White with #9205EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205EC; }
p { color: rgb(146,5,236); }
H1.HeaderClassName
{
color: #9205EC;
}
.AnyTagClassName
{
color: #9205EC;
}
</style>
background-color css
<style>
a { background-color: #9205EC; }
a { background-color: rgb(146,5,236); }
div.DivClassName
{
background-color: #9205EC;
}
.BgClassName
{
background-color: #9205EC;
}
</style>
border-color css
<style>
span { border-color: #9205EC; }
span { border-color: rgb(146,5,236); }
td.TdClassName
{
border-color: #9205EC;
}
.TagClassName
{
border-color: #9205EC;
}
</style>