Shades of Dark Violet #9B07BA
Tints of Dark Violet #9B07BA
RGB
CMYK
RGB Variations
Color information
#9B07BA (or 0x9B07BA) is known color: Dark Violet. HEX triplet: 9B, 07 and BA. RGB value is (155,7,186). Sum of RGB (Red+Green+Blue) = 155+7+186=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BA is #64F845. Grayscale: #474747. Windows color (decimal): -6617158 or 12191643. OLE color: 12191643.
HSL color Cylindrical-coordinate representation of color #9B07BA: hue angle of 289.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B07BA is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 7 | 186 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.27 |
| HSL | 289.61º | 0.93% | 0.38% | - |
| HSV(B) | 289.61º | 0.96% | 0.73% | - |
| XYZ | 22.46 | 10.67 | 47.33 | - |
| YUV | 71.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 186 | 0.17 | 0.96 | 0 | 0.27 | 289.61 | 0.93 | 0.38 |
| Hex | 9B | 7 | BA | 11 | 60 | 0 | 1B | 122 | 5D | 26 |
| Octal | 233 | 7 | 272 | 21 | 140 | 0 | 33 | 442 | 135 | 46 |
| Binary | 10011011 | 111 | 10111010 | 10001 | 1100000 | 0 | 11011 | 100100010 | 1011101 | 100110 |
Color Harmonies of #9B07BA
Complementary color
Monochromatic Colors of #9B07BA
Black with #9B07BA
Text Example
Text Example
White with #9B07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07BA; }
p { color: rgb(155,7,186); }
H1.HeaderClassName
{
color: #9B07BA;
}
.AnyTagClassName
{
color: #9B07BA;
}
</style>
background-color css
<style>
a { background-color: #9B07BA; }
a { background-color: rgb(155,7,186); }
div.DivClassName
{
background-color: #9B07BA;
}
.BgClassName
{
background-color: #9B07BA;
}
</style>
border-color css
<style>
span { border-color: #9B07BA; }
span { border-color: rgb(155,7,186); }
td.TdClassName
{
border-color: #9B07BA;
}
.TagClassName
{
border-color: #9B07BA;
}
</style>