Shades of Dark Violet #9E00BE
Tints of Dark Violet #9E00BE
RGB
CMYK
RGB Variations
Color information
#9E00BE (or 0x9E00BE) is known color: Dark Violet. HEX triplet: 9E, 00 and BE. RGB value is (158,0,190). Sum of RGB (Red+Green+Blue) = 158+0+190=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00BE is #61FF41. Grayscale: #444444. Windows color (decimal): -6422338 or 12451998. OLE color: 12451998.
HSL color Cylindrical-coordinate representation of color #9E00BE: hue angle of 289.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00BE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 0 | 190 | - |
| CMYK | 0.17 | 1 | 0 | 0.25 |
| HSL | 289.89º | 1% | 0.37% | - |
| HSV(B) | 289.89º | 1% | 0.75% | - |
| XYZ | 23.39 | 10.99 | 49.6 | - |
| YUV | 68.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 190 | 0.17 | 1 | 0 | 0.25 | 289.89 | 1 | 0.37 |
| Hex | 9E | 0 | BE | 11 | 64 | 0 | 19 | 122 | 64 | 25 |
| Octal | 236 | 0 | 276 | 21 | 144 | 0 | 31 | 442 | 144 | 45 |
| Binary | 10011110 | 0 | 10111110 | 10001 | 1100100 | 0 | 11001 | 100100010 | 1100100 | 100101 |
Color Harmonies of #9E00BE
Complementary color
Monochromatic Colors of #9E00BE
Black with #9E00BE
Text Example
Text Example
White with #9E00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00BE; }
p { color: rgb(158,0,190); }
H1.HeaderClassName
{
color: #9E00BE;
}
.AnyTagClassName
{
color: #9E00BE;
}
</style>
background-color css
<style>
a { background-color: #9E00BE; }
a { background-color: rgb(158,0,190); }
div.DivClassName
{
background-color: #9E00BE;
}
.BgClassName
{
background-color: #9E00BE;
}
</style>
border-color css
<style>
span { border-color: #9E00BE; }
span { border-color: rgb(158,0,190); }
td.TdClassName
{
border-color: #9E00BE;
}
.TagClassName
{
border-color: #9E00BE;
}
</style>