Shades of Dark Violet #9B11BC
Tints of Dark Violet #9B11BC
RGB
CMYK
RGB Variations
Color information
#9B11BC (or 0x9B11BC) is known color: Dark Violet. HEX triplet: 9B, 11 and BC. RGB value is (155,17,188). Sum of RGB (Red+Green+Blue) = 155+17+188=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B11BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B11BC is #64EE43. Grayscale: #4D4D4D. Windows color (decimal): -6614596 or 12325275. OLE color: 12325275.
HSL color Cylindrical-coordinate representation of color #9B11BC: hue angle of 288.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B11BC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 17 | 188 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.26 |
| HSL | 288.42º | 0.83% | 0.4% | - |
| HSV(B) | 288.42º | 0.91% | 0.74% | - |
| XYZ | 22.8 | 11 | 48.5 | - |
| YUV | 77.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 188 | 0.18 | 0.91 | 0 | 0.26 | 288.42 | 0.83 | 0.4 |
| Hex | 9B | 11 | BC | 12 | 5B | 0 | 1A | 120 | 53 | 28 |
| Octal | 233 | 21 | 274 | 22 | 133 | 0 | 32 | 440 | 123 | 50 |
| Binary | 10011011 | 10001 | 10111100 | 10010 | 1011011 | 0 | 11010 | 100100000 | 1010011 | 101000 |
Color Harmonies of #9B11BC
Complementary color
Monochromatic Colors of #9B11BC
Black with #9B11BC
Text Example
Text Example
White with #9B11BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11BC; }
p { color: rgb(155,17,188); }
H1.HeaderClassName
{
color: #9B11BC;
}
.AnyTagClassName
{
color: #9B11BC;
}
</style>
background-color css
<style>
a { background-color: #9B11BC; }
a { background-color: rgb(155,17,188); }
div.DivClassName
{
background-color: #9B11BC;
}
.BgClassName
{
background-color: #9B11BC;
}
</style>
border-color css
<style>
span { border-color: #9B11BC; }
span { border-color: rgb(155,17,188); }
td.TdClassName
{
border-color: #9B11BC;
}
.TagClassName
{
border-color: #9B11BC;
}
</style>