Shades of Dark Violet #9B11EE
Tints of Dark Violet #9B11EE
RGB
CMYK
RGB Variations
Color information
#9B11EE (or 0x9B11EE) is known color: Dark Violet. HEX triplet: 9B, 11 and EE. RGB value is (155,17,238). Sum of RGB (Red+Green+Blue) = 155+17+238=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B11EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B11EE is #64EE11. Grayscale: #525252. Windows color (decimal): -6614546 or 15602075. OLE color: 15602075.
HSL color Cylindrical-coordinate representation of color #9B11EE: hue angle of 277.47º 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 #9B11EE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 17 | 238 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.07 |
| HSL | 277.47º | 0.87% | 0.5% | - |
| HSV(B) | 277.47º | 0.93% | 0.93% | - |
| XYZ | 29.15 | 13.54 | 81.97 | - |
| YUV | 83.46 | 215.22 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 238 | 0.35 | 0.93 | 0 | 0.07 | 277.47 | 0.87 | 0.5 |
| Hex | 9B | 11 | EE | 23 | 5D | 0 | 7 | 115 | 57 | 32 |
| Octal | 233 | 21 | 356 | 43 | 135 | 0 | 7 | 425 | 127 | 62 |
| Binary | 10011011 | 10001 | 11101110 | 100011 | 1011101 | 0 | 111 | 100010101 | 1010111 | 110010 |
Color Harmonies of #9B11EE
Complementary color
Monochromatic Colors of #9B11EE
Black with #9B11EE
Text Example
Text Example
White with #9B11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11EE; }
p { color: rgb(155,17,238); }
H1.HeaderClassName
{
color: #9B11EE;
}
.AnyTagClassName
{
color: #9B11EE;
}
</style>
background-color css
<style>
a { background-color: #9B11EE; }
a { background-color: rgb(155,17,238); }
div.DivClassName
{
background-color: #9B11EE;
}
.BgClassName
{
background-color: #9B11EE;
}
</style>
border-color css
<style>
span { border-color: #9B11EE; }
span { border-color: rgb(155,17,238); }
td.TdClassName
{
border-color: #9B11EE;
}
.TagClassName
{
border-color: #9B11EE;
}
</style>