Shades of Dark Violet #9E08BC
Tints of Dark Violet #9E08BC
RGB
CMYK
RGB Variations
Color information
#9E08BC (or 0x9E08BC) is known color: Dark Violet. HEX triplet: 9E, 08 and BC. RGB value is (158,8,188). Sum of RGB (Red+Green+Blue) = 158+8+188=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E08BC is #61F743. Grayscale: #484848. Windows color (decimal): -6420292 or 12322974. OLE color: 12322974.
HSL color Cylindrical-coordinate representation of color #9E08BC: hue angle of 290º degrees, saturation: 0.92, 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 #9E08BC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 8 | 188 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.26 |
| HSL | 290º | 0.92% | 0.38% | - |
| HSV(B) | 290º | 0.96% | 0.74% | - |
| XYZ | 23.26 | 11.07 | 48.49 | - |
| YUV | 73.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 188 | 0.16 | 0.96 | 0 | 0.26 | 290 | 0.92 | 0.38 |
| Hex | 9E | 8 | BC | 10 | 60 | 0 | 1A | 122 | 5C | 26 |
| Octal | 236 | 10 | 274 | 20 | 140 | 0 | 32 | 442 | 134 | 46 |
| Binary | 10011110 | 1000 | 10111100 | 10000 | 1100000 | 0 | 11010 | 100100010 | 1011100 | 100110 |
Color Harmonies of #9E08BC
Complementary color
Monochromatic Colors of #9E08BC
Black with #9E08BC
Text Example
Text Example
White with #9E08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E08BC; }
p { color: rgb(158,8,188); }
H1.HeaderClassName
{
color: #9E08BC;
}
.AnyTagClassName
{
color: #9E08BC;
}
</style>
background-color css
<style>
a { background-color: #9E08BC; }
a { background-color: rgb(158,8,188); }
div.DivClassName
{
background-color: #9E08BC;
}
.BgClassName
{
background-color: #9E08BC;
}
</style>
border-color css
<style>
span { border-color: #9E08BC; }
span { border-color: rgb(158,8,188); }
td.TdClassName
{
border-color: #9E08BC;
}
.TagClassName
{
border-color: #9E08BC;
}
</style>