Shades of Dark Violet #9B11EA
Tints of Dark Violet #9B11EA
RGB
CMYK
RGB Variations
Color information
#9B11EA (or 0x9B11EA) is known color: Dark Violet. HEX triplet: 9B, 11 and EA. RGB value is (155,17,234). Sum of RGB (Red+Green+Blue) = 155+17+234=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B11EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B11EA is #64EE15. Grayscale: #525252. Windows color (decimal): -6614550 or 15339931. OLE color: 15339931.
HSL color Cylindrical-coordinate representation of color #9B11EA: hue angle of 278.16º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B11EA is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 17 | 234 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.08 |
| HSL | 278.16º | 0.86% | 0.49% | - |
| HSV(B) | 278.16º | 0.93% | 0.92% | - |
| XYZ | 28.57 | 13.31 | 78.91 | - |
| YUV | 83 | 213.22 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 234 | 0.34 | 0.93 | 0 | 0.08 | 278.16 | 0.86 | 0.49 |
| Hex | 9B | 11 | EA | 22 | 5D | 0 | 8 | 116 | 56 | 31 |
| Octal | 233 | 21 | 352 | 42 | 135 | 0 | 10 | 426 | 126 | 61 |
| Binary | 10011011 | 10001 | 11101010 | 100010 | 1011101 | 0 | 1000 | 100010110 | 1010110 | 110001 |
Color Harmonies of #9B11EA
Complementary color
Monochromatic Colors of #9B11EA
Black with #9B11EA
Text Example
Text Example
White with #9B11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11EA; }
p { color: rgb(155,17,234); }
H1.HeaderClassName
{
color: #9B11EA;
}
.AnyTagClassName
{
color: #9B11EA;
}
</style>
background-color css
<style>
a { background-color: #9B11EA; }
a { background-color: rgb(155,17,234); }
div.DivClassName
{
background-color: #9B11EA;
}
.BgClassName
{
background-color: #9B11EA;
}
</style>
border-color css
<style>
span { border-color: #9B11EA; }
span { border-color: rgb(155,17,234); }
td.TdClassName
{
border-color: #9B11EA;
}
.TagClassName
{
border-color: #9B11EA;
}
</style>