Shades of Dark Violet #9B0DDB
Tints of Dark Violet #9B0DDB
RGB
CMYK
RGB Variations
Color information
#9B0DDB (or 0x9B0DDB) is known color: Dark Violet. HEX triplet: 9B, 0D and DB. RGB value is (155,13,219). Sum of RGB (Red+Green+Blue) = 155+13+219=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0DDB is #64F224. Grayscale: #4E4E4E. Windows color (decimal): -6615589 or 14355867. OLE color: 14355867.
HSL color Cylindrical-coordinate representation of color #9B0DDB: hue angle of 281.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0DDB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 13 | 219 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.14 |
| HSL | 281.36º | 0.89% | 0.45% | - |
| HSV(B) | 281.36º | 0.94% | 0.86% | - |
| XYZ | 26.45 | 12.37 | 68.01 | - |
| YUV | 78.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 219 | 0.29 | 0.94 | 0 | 0.14 | 281.36 | 0.89 | 0.45 |
| Hex | 9B | D | DB | 1D | 5E | 0 | E | 119 | 59 | 2D |
| Octal | 233 | 15 | 333 | 35 | 136 | 0 | 16 | 431 | 131 | 55 |
| Binary | 10011011 | 1101 | 11011011 | 11101 | 1011110 | 0 | 1110 | 100011001 | 1011001 | 101101 |
Color Harmonies of #9B0DDB
Complementary color
Monochromatic Colors of #9B0DDB
Black with #9B0DDB
Text Example
Text Example
White with #9B0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0DDB; }
p { color: rgb(155,13,219); }
H1.HeaderClassName
{
color: #9B0DDB;
}
.AnyTagClassName
{
color: #9B0DDB;
}
</style>
background-color css
<style>
a { background-color: #9B0DDB; }
a { background-color: rgb(155,13,219); }
div.DivClassName
{
background-color: #9B0DDB;
}
.BgClassName
{
background-color: #9B0DDB;
}
</style>
border-color css
<style>
span { border-color: #9B0DDB; }
span { border-color: rgb(155,13,219); }
td.TdClassName
{
border-color: #9B0DDB;
}
.TagClassName
{
border-color: #9B0DDB;
}
</style>