Shades of Dark Violet #9B07BD
Tints of Dark Violet #9B07BD
RGB
CMYK
RGB Variations
Color information
#9B07BD (or 0x9B07BD) is known color: Dark Violet. HEX triplet: 9B, 07 and BD. RGB value is (155,7,189). Sum of RGB (Red+Green+Blue) = 155+7+189=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B07BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BD is #64F842. Grayscale: #474747. Windows color (decimal): -6617155 or 12388251. OLE color: 12388251.
HSL color Cylindrical-coordinate representation of color #9B07BD: hue angle of 288.79º 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 #9B07BD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 7 | 189 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.26 |
| HSL | 288.79º | 0.93% | 0.38% | - |
| HSV(B) | 288.79º | 0.96% | 0.74% | - |
| XYZ | 22.78 | 10.79 | 49.03 | - |
| YUV | 72 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 189 | 0.18 | 0.96 | 0 | 0.26 | 288.79 | 0.93 | 0.38 |
| Hex | 9B | 7 | BD | 12 | 60 | 0 | 1A | 121 | 5D | 26 |
| Octal | 233 | 7 | 275 | 22 | 140 | 0 | 32 | 441 | 135 | 46 |
| Binary | 10011011 | 111 | 10111101 | 10010 | 1100000 | 0 | 11010 | 100100001 | 1011101 | 100110 |
Color Harmonies of #9B07BD
Complementary color
Monochromatic Colors of #9B07BD
Black with #9B07BD
Text Example
Text Example
White with #9B07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07BD; }
p { color: rgb(155,7,189); }
H1.HeaderClassName
{
color: #9B07BD;
}
.AnyTagClassName
{
color: #9B07BD;
}
</style>
background-color css
<style>
a { background-color: #9B07BD; }
a { background-color: rgb(155,7,189); }
div.DivClassName
{
background-color: #9B07BD;
}
.BgClassName
{
background-color: #9B07BD;
}
</style>
border-color css
<style>
span { border-color: #9B07BD; }
span { border-color: rgb(155,7,189); }
td.TdClassName
{
border-color: #9B07BD;
}
.TagClassName
{
border-color: #9B07BD;
}
</style>