Shades of Dark Violet #9209E6
Tints of Dark Violet #9209E6
RGB
CMYK
RGB Variations
Color information
#9209E6 (or 0x9209E6) is known color: Dark Violet. HEX triplet: 92, 09 and E6. RGB value is (146,9,230). Sum of RGB (Red+Green+Blue) = 146+9+230=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #9209E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9209E6 is #6DF619. Grayscale: #4A4A4A. Windows color (decimal): -7206426 or 15075730. OLE color: 15075730.
HSL color Cylindrical-coordinate representation of color #9209E6: hue angle of 277.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9209E6 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 9 | 230 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.10 |
| HSL | 277.19º | 0.92% | 0.47% | - |
| HSV(B) | 277.19º | 0.96% | 0.9% | - |
| XYZ | 26.23 | 12.02 | 75.8 | - |
| YUV | 75.16 | 215.39 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 230 | 0.37 | 0.96 | 0 | 0.10 | 277.19 | 0.92 | 0.47 |
| Hex | 92 | 9 | E6 | 25 | 60 | 0 | A | 115 | 5C | 2F |
| Octal | 222 | 11 | 346 | 45 | 140 | 0 | 12 | 425 | 134 | 57 |
| Binary | 10010010 | 1001 | 11100110 | 100101 | 1100000 | 0 | 1010 | 100010101 | 1011100 | 101111 |
Color Harmonies of #9209E6
Complementary color
Monochromatic Colors of #9209E6
Black with #9209E6
Text Example
Text Example
White with #9209E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9209E6; }
p { color: rgb(146,9,230); }
H1.HeaderClassName
{
color: #9209E6;
}
.AnyTagClassName
{
color: #9209E6;
}
</style>
background-color css
<style>
a { background-color: #9209E6; }
a { background-color: rgb(146,9,230); }
div.DivClassName
{
background-color: #9209E6;
}
.BgClassName
{
background-color: #9209E6;
}
</style>
border-color css
<style>
span { border-color: #9209E6; }
span { border-color: rgb(146,9,230); }
td.TdClassName
{
border-color: #9209E6;
}
.TagClassName
{
border-color: #9209E6;
}
</style>