Shades of Dark Violet #9B11EC
Tints of Dark Violet #9B11EC
RGB
CMYK
RGB Variations
Color information
#9B11EC (or 0x9B11EC) is known color: Dark Violet. HEX triplet: 9B, 11 and EC. RGB value is (155,17,236). Sum of RGB (Red+Green+Blue) = 155+17+236=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B11EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B11EC is #64EE13. Grayscale: #525252. Windows color (decimal): -6614548 or 15471003. OLE color: 15471003.
HSL color Cylindrical-coordinate representation of color #9B11EC: hue angle of 277.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B11EC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 17 | 236 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.07 |
| HSL | 277.81º | 0.87% | 0.5% | - |
| HSV(B) | 277.81º | 0.93% | 0.93% | - |
| XYZ | 28.86 | 13.43 | 80.43 | - |
| YUV | 83.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 236 | 0.34 | 0.93 | 0 | 0.07 | 277.81 | 0.87 | 0.5 |
| Hex | 9B | 11 | EC | 22 | 5D | 0 | 7 | 116 | 57 | 32 |
| Octal | 233 | 21 | 354 | 42 | 135 | 0 | 7 | 426 | 127 | 62 |
| Binary | 10011011 | 10001 | 11101100 | 100010 | 1011101 | 0 | 111 | 100010110 | 1010111 | 110010 |
Color Harmonies of #9B11EC
Complementary color
Monochromatic Colors of #9B11EC
Black with #9B11EC
Text Example
Text Example
White with #9B11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11EC; }
p { color: rgb(155,17,236); }
H1.HeaderClassName
{
color: #9B11EC;
}
.AnyTagClassName
{
color: #9B11EC;
}
</style>
background-color css
<style>
a { background-color: #9B11EC; }
a { background-color: rgb(155,17,236); }
div.DivClassName
{
background-color: #9B11EC;
}
.BgClassName
{
background-color: #9B11EC;
}
</style>
border-color css
<style>
span { border-color: #9B11EC; }
span { border-color: rgb(155,17,236); }
td.TdClassName
{
border-color: #9B11EC;
}
.TagClassName
{
border-color: #9B11EC;
}
</style>