Shades of Dark Violet #9E07BC
Tints of Dark Violet #9E07BC
RGB
CMYK
RGB Variations
Color information
#9E07BC (or 0x9E07BC) is known color: Dark Violet. HEX triplet: 9E, 07 and BC. RGB value is (158,7,188). Sum of RGB (Red+Green+Blue) = 158+7+188=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07BC is #61F843. Grayscale: #484848. Windows color (decimal): -6420548 or 12322718. OLE color: 12322718.
HSL color Cylindrical-coordinate representation of color #9E07BC: hue angle of 290.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E07BC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 7 | 188 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.26 |
| HSL | 290.06º | 0.93% | 0.38% | - |
| HSV(B) | 290.06º | 0.96% | 0.74% | - |
| XYZ | 23.25 | 11.05 | 48.48 | - |
| YUV | 72.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 188 | 0.16 | 0.96 | 0 | 0.26 | 290.06 | 0.93 | 0.38 |
| Hex | 9E | 7 | BC | 10 | 60 | 0 | 1A | 122 | 5D | 26 |
| Octal | 236 | 7 | 274 | 20 | 140 | 0 | 32 | 442 | 135 | 46 |
| Binary | 10011110 | 111 | 10111100 | 10000 | 1100000 | 0 | 11010 | 100100010 | 1011101 | 100110 |
Color Harmonies of #9E07BC
Complementary color
Monochromatic Colors of #9E07BC
Black with #9E07BC
Text Example
Text Example
White with #9E07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07BC; }
p { color: rgb(158,7,188); }
H1.HeaderClassName
{
color: #9E07BC;
}
.AnyTagClassName
{
color: #9E07BC;
}
</style>
background-color css
<style>
a { background-color: #9E07BC; }
a { background-color: rgb(158,7,188); }
div.DivClassName
{
background-color: #9E07BC;
}
.BgClassName
{
background-color: #9E07BC;
}
</style>
border-color css
<style>
span { border-color: #9E07BC; }
span { border-color: rgb(158,7,188); }
td.TdClassName
{
border-color: #9E07BC;
}
.TagClassName
{
border-color: #9E07BC;
}
</style>