Shades of Dark Violet #9E09BC
Tints of Dark Violet #9E09BC
RGB
CMYK
RGB Variations
Color information
#9E09BC (or 0x9E09BC) is known color: Dark Violet. HEX triplet: 9E, 09 and BC. RGB value is (158,9,188). Sum of RGB (Red+Green+Blue) = 158+9+188=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E09BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09BC is #61F643. Grayscale: #494949. Windows color (decimal): -6420036 or 12323230. OLE color: 12323230.
HSL color Cylindrical-coordinate representation of color #9E09BC: hue angle of 289.94º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E09BC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 9 | 188 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.26 |
| HSL | 289.94º | 0.91% | 0.39% | - |
| HSV(B) | 289.94º | 0.95% | 0.74% | - |
| XYZ | 23.28 | 11.1 | 48.49 | - |
| YUV | 73.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 188 | 0.16 | 0.95 | 0 | 0.26 | 289.94 | 0.91 | 0.39 |
| Hex | 9E | 9 | BC | 10 | 5F | 0 | 1A | 122 | 5B | 27 |
| Octal | 236 | 11 | 274 | 20 | 137 | 0 | 32 | 442 | 133 | 47 |
| Binary | 10011110 | 1001 | 10111100 | 10000 | 1011111 | 0 | 11010 | 100100010 | 1011011 | 100111 |
Color Harmonies of #9E09BC
Complementary color
Monochromatic Colors of #9E09BC
Black with #9E09BC
Text Example
Text Example
White with #9E09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E09BC; }
p { color: rgb(158,9,188); }
H1.HeaderClassName
{
color: #9E09BC;
}
.AnyTagClassName
{
color: #9E09BC;
}
</style>
background-color css
<style>
a { background-color: #9E09BC; }
a { background-color: rgb(158,9,188); }
div.DivClassName
{
background-color: #9E09BC;
}
.BgClassName
{
background-color: #9E09BC;
}
</style>
border-color css
<style>
span { border-color: #9E09BC; }
span { border-color: rgb(158,9,188); }
td.TdClassName
{
border-color: #9E09BC;
}
.TagClassName
{
border-color: #9E09BC;
}
</style>