Shades of Dark Violet #9B06BD
Tints of Dark Violet #9B06BD
RGB
CMYK
RGB Variations
Color information
#9B06BD (or 0x9B06BD) is known color: Dark Violet. HEX triplet: 9B, 06 and BD. RGB value is (155,6,189). Sum of RGB (Red+Green+Blue) = 155+6+189=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B06BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06BD is #64F942. Grayscale: #464646. Windows color (decimal): -6617411 or 12387995. OLE color: 12387995.
HSL color Cylindrical-coordinate representation of color #9B06BD: hue angle of 288.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06BD is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 6 | 189 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.26 |
| HSL | 288.85º | 0.94% | 0.38% | - |
| HSV(B) | 288.85º | 0.97% | 0.74% | - |
| XYZ | 22.77 | 10.77 | 49.02 | - |
| YUV | 71.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 189 | 0.18 | 0.97 | 0 | 0.26 | 288.85 | 0.94 | 0.38 |
| Hex | 9B | 6 | BD | 12 | 61 | 0 | 1A | 121 | 5E | 26 |
| Octal | 233 | 6 | 275 | 22 | 141 | 0 | 32 | 441 | 136 | 46 |
| Binary | 10011011 | 110 | 10111101 | 10010 | 1100001 | 0 | 11010 | 100100001 | 1011110 | 100110 |
Color Harmonies of #9B06BD
Complementary color
Monochromatic Colors of #9B06BD
Black with #9B06BD
Text Example
Text Example
White with #9B06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B06BD; }
p { color: rgb(155,6,189); }
H1.HeaderClassName
{
color: #9B06BD;
}
.AnyTagClassName
{
color: #9B06BD;
}
</style>
background-color css
<style>
a { background-color: #9B06BD; }
a { background-color: rgb(155,6,189); }
div.DivClassName
{
background-color: #9B06BD;
}
.BgClassName
{
background-color: #9B06BD;
}
</style>
border-color css
<style>
span { border-color: #9B06BD; }
span { border-color: rgb(155,6,189); }
td.TdClassName
{
border-color: #9B06BD;
}
.TagClassName
{
border-color: #9B06BD;
}
</style>