Shades of Dark Violet #B109DF
Tints of Dark Violet #B109DF
RGB
CMYK
RGB Variations
Color information
#B109DF (or 0xB109DF) is known color: Dark Violet. HEX triplet: B1, 09 and DF. RGB value is (177,9,223). Sum of RGB (Red+Green+Blue) = 177+9+223=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B109DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109DF is #4EF620. Grayscale: #525252. Windows color (decimal): -5174817 or 14617009. OLE color: 14617009.
HSL color Cylindrical-coordinate representation of color #B109DF: hue angle of 287.1º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109DF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 9 | 223 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.13 |
| HSL | 287.1º | 0.92% | 0.45% | - |
| HSV(B) | 287.1º | 0.96% | 0.87% | - |
| XYZ | 31.55 | 14.87 | 71.02 | - |
| YUV | 83.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 223 | 0.21 | 0.96 | 0 | 0.13 | 287.1 | 0.92 | 0.45 |
| Hex | B1 | 9 | DF | 15 | 60 | 0 | D | 11F | 5C | 2D |
| Octal | 261 | 11 | 337 | 25 | 140 | 0 | 15 | 437 | 134 | 55 |
| Binary | 10110001 | 1001 | 11011111 | 10101 | 1100000 | 0 | 1101 | 100011111 | 1011100 | 101101 |
Color Harmonies of #B109DF
Complementary color
Monochromatic Colors of #B109DF
Black with #B109DF
Text Example
Text Example
White with #B109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109DF; }
p { color: rgb(177,9,223); }
H1.HeaderClassName
{
color: #B109DF;
}
.AnyTagClassName
{
color: #B109DF;
}
</style>
background-color css
<style>
a { background-color: #B109DF; }
a { background-color: rgb(177,9,223); }
div.DivClassName
{
background-color: #B109DF;
}
.BgClassName
{
background-color: #B109DF;
}
</style>
border-color css
<style>
span { border-color: #B109DF; }
span { border-color: rgb(177,9,223); }
td.TdClassName
{
border-color: #B109DF;
}
.TagClassName
{
border-color: #B109DF;
}
</style>