Shades of Dark Violet #9B07BF
Tints of Dark Violet #9B07BF
RGB
CMYK
RGB Variations
Color information
#9B07BF (or 0x9B07BF) is known color: Dark Violet. HEX triplet: 9B, 07 and BF. RGB value is (155,7,191). Sum of RGB (Red+Green+Blue) = 155+7+191=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BF is #64F840. Grayscale: #474747. Windows color (decimal): -6617153 or 12519323. OLE color: 12519323.
HSL color Cylindrical-coordinate representation of color #9B07BF: hue angle of 288.26º 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 #9B07BF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 7 | 191 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.25 |
| HSL | 288.26º | 0.93% | 0.39% | - |
| HSV(B) | 288.26º | 0.96% | 0.75% | - |
| XYZ | 23 | 10.88 | 50.18 | - |
| YUV | 72.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 191 | 0.19 | 0.96 | 0 | 0.25 | 288.26 | 0.93 | 0.39 |
| Hex | 9B | 7 | BF | 13 | 60 | 0 | 19 | 120 | 5D | 27 |
| Octal | 233 | 7 | 277 | 23 | 140 | 0 | 31 | 440 | 135 | 47 |
| Binary | 10011011 | 111 | 10111111 | 10011 | 1100000 | 0 | 11001 | 100100000 | 1011101 | 100111 |
Color Harmonies of #9B07BF
Complementary color
Monochromatic Colors of #9B07BF
Black with #9B07BF
Text Example
Text Example
White with #9B07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07BF; }
p { color: rgb(155,7,191); }
H1.HeaderClassName
{
color: #9B07BF;
}
.AnyTagClassName
{
color: #9B07BF;
}
</style>
background-color css
<style>
a { background-color: #9B07BF; }
a { background-color: rgb(155,7,191); }
div.DivClassName
{
background-color: #9B07BF;
}
.BgClassName
{
background-color: #9B07BF;
}
</style>
border-color css
<style>
span { border-color: #9B07BF; }
span { border-color: rgb(155,7,191); }
td.TdClassName
{
border-color: #9B07BF;
}
.TagClassName
{
border-color: #9B07BF;
}
</style>