Shades of Dark Violet #9B0ADB
Tints of Dark Violet #9B0ADB
RGB
CMYK
RGB Variations
Color information
#9B0ADB (or 0x9B0ADB) is known color: Dark Violet. HEX triplet: 9B, 0A and DB. RGB value is (155,10,219). Sum of RGB (Red+Green+Blue) = 155+10+219=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ADB is #64F524. Grayscale: #4C4C4C. Windows color (decimal): -6616357 or 14355099. OLE color: 14355099.
HSL color Cylindrical-coordinate representation of color #9B0ADB: hue angle of 281.63º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0ADB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 10 | 219 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.14 |
| HSL | 281.63º | 0.91% | 0.45% | - |
| HSV(B) | 281.63º | 0.95% | 0.86% | - |
| XYZ | 26.41 | 12.3 | 68 | - |
| YUV | 77.18 | 208.04 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 219 | 0.29 | 0.95 | 0 | 0.14 | 281.63 | 0.91 | 0.45 |
| Hex | 9B | A | DB | 1D | 5F | 0 | E | 11A | 5B | 2D |
| Octal | 233 | 12 | 333 | 35 | 137 | 0 | 16 | 432 | 133 | 55 |
| Binary | 10011011 | 1010 | 11011011 | 11101 | 1011111 | 0 | 1110 | 100011010 | 1011011 | 101101 |
Color Harmonies of #9B0ADB
Complementary color
Monochromatic Colors of #9B0ADB
Black with #9B0ADB
Text Example
Text Example
White with #9B0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0ADB; }
p { color: rgb(155,10,219); }
H1.HeaderClassName
{
color: #9B0ADB;
}
.AnyTagClassName
{
color: #9B0ADB;
}
</style>
background-color css
<style>
a { background-color: #9B0ADB; }
a { background-color: rgb(155,10,219); }
div.DivClassName
{
background-color: #9B0ADB;
}
.BgClassName
{
background-color: #9B0ADB;
}
</style>
border-color css
<style>
span { border-color: #9B0ADB; }
span { border-color: rgb(155,10,219); }
td.TdClassName
{
border-color: #9B0ADB;
}
.TagClassName
{
border-color: #9B0ADB;
}
</style>