Shades of Dark Violet #9E09BB
Tints of Dark Violet #9E09BB
RGB
CMYK
RGB Variations
Color information
#9E09BB (or 0x9E09BB) is known color: Dark Violet. HEX triplet: 9E, 09 and BB. RGB value is (158,9,187). Sum of RGB (Red+Green+Blue) = 158+9+187=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E09BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09BB is #61F644. Grayscale: #494949. Windows color (decimal): -6420037 or 12257694. OLE color: 12257694.
HSL color Cylindrical-coordinate representation of color #9E09BB: hue angle of 290.22º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E09BB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 9 | 187 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.27 |
| HSL | 290.22º | 0.91% | 0.38% | - |
| HSV(B) | 290.22º | 0.95% | 0.73% | - |
| XYZ | 23.17 | 11.05 | 47.93 | - |
| YUV | 73.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 187 | 0.16 | 0.95 | 0 | 0.27 | 290.22 | 0.91 | 0.38 |
| Hex | 9E | 9 | BB | 10 | 5F | 0 | 1B | 122 | 5B | 26 |
| Octal | 236 | 11 | 273 | 20 | 137 | 0 | 33 | 442 | 133 | 46 |
| Binary | 10011110 | 1001 | 10111011 | 10000 | 1011111 | 0 | 11011 | 100100010 | 1011011 | 100110 |
Color Harmonies of #9E09BB
Complementary color
Monochromatic Colors of #9E09BB
Black with #9E09BB
Text Example
Text Example
White with #9E09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E09BB; }
p { color: rgb(158,9,187); }
H1.HeaderClassName
{
color: #9E09BB;
}
.AnyTagClassName
{
color: #9E09BB;
}
</style>
background-color css
<style>
a { background-color: #9E09BB; }
a { background-color: rgb(158,9,187); }
div.DivClassName
{
background-color: #9E09BB;
}
.BgClassName
{
background-color: #9E09BB;
}
</style>
border-color css
<style>
span { border-color: #9E09BB; }
span { border-color: rgb(158,9,187); }
td.TdClassName
{
border-color: #9E09BB;
}
.TagClassName
{
border-color: #9E09BB;
}
</style>