Shades of Blue Violet #9B1BDB
Tints of Blue Violet #9B1BDB
RGB
CMYK
RGB Variations
Color information
#9B1BDB (or 0x9B1BDB) is known color: Blue Violet. HEX triplet: 9B, 1B and DB. RGB value is (155,27,219). Sum of RGB (Red+Green+Blue) = 155+27+219=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1BDB is #64E424. Grayscale: #565656. Windows color (decimal): -6612005 or 14359451. OLE color: 14359451.
HSL color Cylindrical-coordinate representation of color #9B1BDB: hue angle of 280º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1BDB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 27 | 219 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.14 |
| HSL | 280º | 0.78% | 0.48% | - |
| HSV(B) | 280º | 0.88% | 0.86% | - |
| XYZ | 26.7 | 12.87 | 68.09 | - |
| YUV | 87.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 219 | 0.29 | 0.88 | 0 | 0.14 | 280 | 0.78 | 0.48 |
| Hex | 9B | 1B | DB | 1D | 58 | 0 | E | 118 | 4E | 30 |
| Octal | 233 | 33 | 333 | 35 | 130 | 0 | 16 | 430 | 116 | 60 |
| Binary | 10011011 | 11011 | 11011011 | 11101 | 1011000 | 0 | 1110 | 100011000 | 1001110 | 110000 |
Color Harmonies of #9B1BDB
Complementary color
Monochromatic Colors of #9B1BDB
Black with #9B1BDB
Text Example
Text Example
White with #9B1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1BDB; }
p { color: rgb(155,27,219); }
H1.HeaderClassName
{
color: #9B1BDB;
}
.AnyTagClassName
{
color: #9B1BDB;
}
</style>
background-color css
<style>
a { background-color: #9B1BDB; }
a { background-color: rgb(155,27,219); }
div.DivClassName
{
background-color: #9B1BDB;
}
.BgClassName
{
background-color: #9B1BDB;
}
</style>
border-color css
<style>
span { border-color: #9B1BDB; }
span { border-color: rgb(155,27,219); }
td.TdClassName
{
border-color: #9B1BDB;
}
.TagClassName
{
border-color: #9B1BDB;
}
</style>