Shades of Dark Violet #B109DB
Tints of Dark Violet #B109DB
RGB
CMYK
RGB Variations
Color information
#B109DB (or 0xB109DB) is known color: Dark Violet. HEX triplet: B1, 09 and DB. RGB value is (177,9,219). Sum of RGB (Red+Green+Blue) = 177+9+219=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B109DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109DB is #4EF624. Grayscale: #525252. Windows color (decimal): -5174821 or 14354865. OLE color: 14354865.
HSL color Cylindrical-coordinate representation of color #B109DB: hue angle of 288º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109DB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 9 | 219 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.14 |
| HSL | 288º | 0.92% | 0.45% | - |
| HSV(B) | 288º | 0.96% | 0.86% | - |
| XYZ | 31.02 | 14.66 | 68.21 | - |
| YUV | 83.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 219 | 0.19 | 0.96 | 0 | 0.14 | 288 | 0.92 | 0.45 |
| Hex | B1 | 9 | DB | 13 | 60 | 0 | E | 120 | 5C | 2D |
| Octal | 261 | 11 | 333 | 23 | 140 | 0 | 16 | 440 | 134 | 55 |
| Binary | 10110001 | 1001 | 11011011 | 10011 | 1100000 | 0 | 1110 | 100100000 | 1011100 | 101101 |
Color Harmonies of #B109DB
Complementary color
Monochromatic Colors of #B109DB
Black with #B109DB
Text Example
Text Example
White with #B109DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109DB; }
p { color: rgb(177,9,219); }
H1.HeaderClassName
{
color: #B109DB;
}
.AnyTagClassName
{
color: #B109DB;
}
</style>
background-color css
<style>
a { background-color: #B109DB; }
a { background-color: rgb(177,9,219); }
div.DivClassName
{
background-color: #B109DB;
}
.BgClassName
{
background-color: #B109DB;
}
</style>
border-color css
<style>
span { border-color: #B109DB; }
span { border-color: rgb(177,9,219); }
td.TdClassName
{
border-color: #B109DB;
}
.TagClassName
{
border-color: #B109DB;
}
</style>