Shades of Dark Violet #9B07BE
Tints of Dark Violet #9B07BE
RGB
CMYK
RGB Variations
Color information
#9B07BE (or 0x9B07BE) is known color: Dark Violet. HEX triplet: 9B, 07 and BE. RGB value is (155,7,190). Sum of RGB (Red+Green+Blue) = 155+7+190=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BE is #64F841. Grayscale: #474747. Windows color (decimal): -6617154 or 12453787. OLE color: 12453787.
HSL color Cylindrical-coordinate representation of color #9B07BE: hue angle of 288.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B07BE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 7 | 190 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.25 |
| HSL | 288.52º | 0.93% | 0.39% | - |
| HSV(B) | 288.52º | 0.96% | 0.75% | - |
| XYZ | 22.89 | 10.84 | 49.6 | - |
| YUV | 72.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 190 | 0.18 | 0.96 | 0 | 0.25 | 288.52 | 0.93 | 0.39 |
| Hex | 9B | 7 | BE | 12 | 60 | 0 | 19 | 121 | 5D | 27 |
| Octal | 233 | 7 | 276 | 22 | 140 | 0 | 31 | 441 | 135 | 47 |
| Binary | 10011011 | 111 | 10111110 | 10010 | 1100000 | 0 | 11001 | 100100001 | 1011101 | 100111 |
Color Harmonies of #9B07BE
Complementary color
Monochromatic Colors of #9B07BE
Black with #9B07BE
Text Example
Text Example
White with #9B07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07BE; }
p { color: rgb(155,7,190); }
H1.HeaderClassName
{
color: #9B07BE;
}
.AnyTagClassName
{
color: #9B07BE;
}
</style>
background-color css
<style>
a { background-color: #9B07BE; }
a { background-color: rgb(155,7,190); }
div.DivClassName
{
background-color: #9B07BE;
}
.BgClassName
{
background-color: #9B07BE;
}
</style>
border-color css
<style>
span { border-color: #9B07BE; }
span { border-color: rgb(155,7,190); }
td.TdClassName
{
border-color: #9B07BE;
}
.TagClassName
{
border-color: #9B07BE;
}
</style>