Shades of Dark Violet #9B07BC
Tints of Dark Violet #9B07BC
RGB
CMYK
RGB Variations
Color information
#9B07BC (or 0x9B07BC) is known color: Dark Violet. HEX triplet: 9B, 07 and BC. RGB value is (155,7,188). Sum of RGB (Red+Green+Blue) = 155+7+188=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BC is #64F843. Grayscale: #474747. Windows color (decimal): -6617156 or 12322715. OLE color: 12322715.
HSL color Cylindrical-coordinate representation of color #9B07BC: hue angle of 289.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B07BC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 7 | 188 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.26 |
| HSL | 289.06º | 0.93% | 0.38% | - |
| HSV(B) | 289.06º | 0.96% | 0.74% | - |
| XYZ | 22.67 | 10.75 | 48.46 | - |
| YUV | 71.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 188 | 0.18 | 0.96 | 0 | 0.26 | 289.06 | 0.93 | 0.38 |
| Hex | 9B | 7 | BC | 12 | 60 | 0 | 1A | 121 | 5D | 26 |
| Octal | 233 | 7 | 274 | 22 | 140 | 0 | 32 | 441 | 135 | 46 |
| Binary | 10011011 | 111 | 10111100 | 10010 | 1100000 | 0 | 11010 | 100100001 | 1011101 | 100110 |
Color Harmonies of #9B07BC
Complementary color
Monochromatic Colors of #9B07BC
Black with #9B07BC
Text Example
Text Example
White with #9B07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07BC; }
p { color: rgb(155,7,188); }
H1.HeaderClassName
{
color: #9B07BC;
}
.AnyTagClassName
{
color: #9B07BC;
}
</style>
background-color css
<style>
a { background-color: #9B07BC; }
a { background-color: rgb(155,7,188); }
div.DivClassName
{
background-color: #9B07BC;
}
.BgClassName
{
background-color: #9B07BC;
}
</style>
border-color css
<style>
span { border-color: #9B07BC; }
span { border-color: rgb(155,7,188); }
td.TdClassName
{
border-color: #9B07BC;
}
.TagClassName
{
border-color: #9B07BC;
}
</style>