Shades of Dark Violet #9E00BC
Tints of Dark Violet #9E00BC
RGB
CMYK
RGB Variations
Color information
#9E00BC (or 0x9E00BC) is known color: Dark Violet. HEX triplet: 9E, 00 and BC. RGB value is (158,0,188). Sum of RGB (Red+Green+Blue) = 158+0+188=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00BC is #61FF43. Grayscale: #444444. Windows color (decimal): -6422340 or 12320926. OLE color: 12320926.
HSL color Cylindrical-coordinate representation of color #9E00BC: hue angle of 290.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00BC is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 0 | 188 | - |
| CMYK | 0.16 | 1 | 0 | 0.26 |
| HSL | 290.43º | 1% | 0.37% | - |
| HSV(B) | 290.43º | 1% | 0.74% | - |
| XYZ | 23.18 | 10.9 | 48.46 | - |
| YUV | 68.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 188 | 0.16 | 1 | 0 | 0.26 | 290.43 | 1 | 0.37 |
| Hex | 9E | 0 | BC | 10 | 64 | 0 | 1A | 122 | 64 | 25 |
| Octal | 236 | 0 | 274 | 20 | 144 | 0 | 32 | 442 | 144 | 45 |
| Binary | 10011110 | 0 | 10111100 | 10000 | 1100100 | 0 | 11010 | 100100010 | 1100100 | 100101 |
Color Harmonies of #9E00BC
Complementary color
Monochromatic Colors of #9E00BC
Black with #9E00BC
Text Example
Text Example
White with #9E00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00BC; }
p { color: rgb(158,0,188); }
H1.HeaderClassName
{
color: #9E00BC;
}
.AnyTagClassName
{
color: #9E00BC;
}
</style>
background-color css
<style>
a { background-color: #9E00BC; }
a { background-color: rgb(158,0,188); }
div.DivClassName
{
background-color: #9E00BC;
}
.BgClassName
{
background-color: #9E00BC;
}
</style>
border-color css
<style>
span { border-color: #9E00BC; }
span { border-color: rgb(158,0,188); }
td.TdClassName
{
border-color: #9E00BC;
}
.TagClassName
{
border-color: #9E00BC;
}
</style>