Shades of Dark Violet #9E06BC
Tints of Dark Violet #9E06BC
RGB
CMYK
RGB Variations
Color information
#9E06BC (or 0x9E06BC) is known color: Dark Violet. HEX triplet: 9E, 06 and BC. RGB value is (158,6,188). Sum of RGB (Red+Green+Blue) = 158+6+188=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06BC is #61F943. Grayscale: #474747. Windows color (decimal): -6420804 or 12322462. OLE color: 12322462.
HSL color Cylindrical-coordinate representation of color #9E06BC: hue angle of 290.11º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06BC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 6 | 188 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.26 |
| HSL | 290.11º | 0.94% | 0.38% | - |
| HSV(B) | 290.11º | 0.97% | 0.74% | - |
| XYZ | 23.24 | 11.03 | 48.48 | - |
| YUV | 72.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 188 | 0.16 | 0.97 | 0 | 0.26 | 290.11 | 0.94 | 0.38 |
| Hex | 9E | 6 | BC | 10 | 61 | 0 | 1A | 122 | 5E | 26 |
| Octal | 236 | 6 | 274 | 20 | 141 | 0 | 32 | 442 | 136 | 46 |
| Binary | 10011110 | 110 | 10111100 | 10000 | 1100001 | 0 | 11010 | 100100010 | 1011110 | 100110 |
Color Harmonies of #9E06BC
Complementary color
Monochromatic Colors of #9E06BC
Black with #9E06BC
Text Example
Text Example
White with #9E06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06BC; }
p { color: rgb(158,6,188); }
H1.HeaderClassName
{
color: #9E06BC;
}
.AnyTagClassName
{
color: #9E06BC;
}
</style>
background-color css
<style>
a { background-color: #9E06BC; }
a { background-color: rgb(158,6,188); }
div.DivClassName
{
background-color: #9E06BC;
}
.BgClassName
{
background-color: #9E06BC;
}
</style>
border-color css
<style>
span { border-color: #9E06BC; }
span { border-color: rgb(158,6,188); }
td.TdClassName
{
border-color: #9E06BC;
}
.TagClassName
{
border-color: #9E06BC;
}
</style>