Shades of Dark Violet #9B06BA
Tints of Dark Violet #9B06BA
RGB
CMYK
RGB Variations
Color information
#9B06BA (or 0x9B06BA) is known color: Dark Violet. HEX triplet: 9B, 06 and BA. RGB value is (155,6,186). Sum of RGB (Red+Green+Blue) = 155+6+186=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06BA is #64F945. Grayscale: #464646. Windows color (decimal): -6617414 or 12191387. OLE color: 12191387.
HSL color Cylindrical-coordinate representation of color #9B06BA: hue angle of 289.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06BA is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 6 | 186 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.27 |
| HSL | 289.67º | 0.94% | 0.38% | - |
| HSV(B) | 289.67º | 0.97% | 0.73% | - |
| XYZ | 22.45 | 10.64 | 47.33 | - |
| YUV | 71.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 186 | 0.17 | 0.97 | 0 | 0.27 | 289.67 | 0.94 | 0.38 |
| Hex | 9B | 6 | BA | 11 | 61 | 0 | 1B | 122 | 5E | 26 |
| Octal | 233 | 6 | 272 | 21 | 141 | 0 | 33 | 442 | 136 | 46 |
| Binary | 10011011 | 110 | 10111010 | 10001 | 1100001 | 0 | 11011 | 100100010 | 1011110 | 100110 |
Color Harmonies of #9B06BA
Complementary color
Monochromatic Colors of #9B06BA
Black with #9B06BA
Text Example
Text Example
White with #9B06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B06BA; }
p { color: rgb(155,6,186); }
H1.HeaderClassName
{
color: #9B06BA;
}
.AnyTagClassName
{
color: #9B06BA;
}
</style>
background-color css
<style>
a { background-color: #9B06BA; }
a { background-color: rgb(155,6,186); }
div.DivClassName
{
background-color: #9B06BA;
}
.BgClassName
{
background-color: #9B06BA;
}
</style>
border-color css
<style>
span { border-color: #9B06BA; }
span { border-color: rgb(155,6,186); }
td.TdClassName
{
border-color: #9B06BA;
}
.TagClassName
{
border-color: #9B06BA;
}
</style>