Shades of Dark Violet #9B10EC
Tints of Dark Violet #9B10EC
RGB
CMYK
RGB Variations
Color information
#9B10EC (or 0x9B10EC) is known color: Dark Violet. HEX triplet: 9B, 10 and EC. RGB value is (155,16,236). Sum of RGB (Red+Green+Blue) = 155+16+236=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B10EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B10EC is #64EF13. Grayscale: #515151. Windows color (decimal): -6614804 or 15470747. OLE color: 15470747.
HSL color Cylindrical-coordinate representation of color #9B10EC: hue angle of 277.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10EC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 16 | 236 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.07 |
| HSL | 277.91º | 0.87% | 0.49% | - |
| HSV(B) | 277.91º | 0.93% | 0.93% | - |
| XYZ | 28.84 | 13.4 | 80.42 | - |
| YUV | 82.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 236 | 0.34 | 0.93 | 0 | 0.07 | 277.91 | 0.87 | 0.49 |
| Hex | 9B | 10 | EC | 22 | 5D | 0 | 7 | 116 | 57 | 31 |
| Octal | 233 | 20 | 354 | 42 | 135 | 0 | 7 | 426 | 127 | 61 |
| Binary | 10011011 | 10000 | 11101100 | 100010 | 1011101 | 0 | 111 | 100010110 | 1010111 | 110001 |
Color Harmonies of #9B10EC
Complementary color
Monochromatic Colors of #9B10EC
Black with #9B10EC
Text Example
Text Example
White with #9B10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10EC; }
p { color: rgb(155,16,236); }
H1.HeaderClassName
{
color: #9B10EC;
}
.AnyTagClassName
{
color: #9B10EC;
}
</style>
background-color css
<style>
a { background-color: #9B10EC; }
a { background-color: rgb(155,16,236); }
div.DivClassName
{
background-color: #9B10EC;
}
.BgClassName
{
background-color: #9B10EC;
}
</style>
border-color css
<style>
span { border-color: #9B10EC; }
span { border-color: rgb(155,16,236); }
td.TdClassName
{
border-color: #9B10EC;
}
.TagClassName
{
border-color: #9B10EC;
}
</style>