Shades of Dark Violet #9B07DB
Tints of Dark Violet #9B07DB
RGB
CMYK
RGB Variations
Color information
#9B07DB (or 0x9B07DB) is known color: Dark Violet. HEX triplet: 9B, 07 and DB. RGB value is (155,7,219). Sum of RGB (Red+Green+Blue) = 155+7+219=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07DB is #64F824. Grayscale: #4A4A4A. Windows color (decimal): -6617125 or 14354331. OLE color: 14354331.
HSL color Cylindrical-coordinate representation of color #9B07DB: hue angle of 281.89º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B07DB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 7 | 219 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.14 |
| HSL | 281.89º | 0.94% | 0.44% | - |
| HSV(B) | 281.89º | 0.97% | 0.86% | - |
| XYZ | 26.38 | 12.23 | 67.99 | - |
| YUV | 75.42 | 209.03 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 219 | 0.29 | 0.97 | 0 | 0.14 | 281.89 | 0.94 | 0.44 |
| Hex | 9B | 7 | DB | 1D | 61 | 0 | E | 11A | 5E | 2C |
| Octal | 233 | 7 | 333 | 35 | 141 | 0 | 16 | 432 | 136 | 54 |
| Binary | 10011011 | 111 | 11011011 | 11101 | 1100001 | 0 | 1110 | 100011010 | 1011110 | 101100 |
Color Harmonies of #9B07DB
Complementary color
Monochromatic Colors of #9B07DB
Black with #9B07DB
Text Example
Text Example
White with #9B07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B07DB; }
p { color: rgb(155,7,219); }
H1.HeaderClassName
{
color: #9B07DB;
}
.AnyTagClassName
{
color: #9B07DB;
}
</style>
background-color css
<style>
a { background-color: #9B07DB; }
a { background-color: rgb(155,7,219); }
div.DivClassName
{
background-color: #9B07DB;
}
.BgClassName
{
background-color: #9B07DB;
}
</style>
border-color css
<style>
span { border-color: #9B07DB; }
span { border-color: rgb(155,7,219); }
td.TdClassName
{
border-color: #9B07DB;
}
.TagClassName
{
border-color: #9B07DB;
}
</style>