Shades of Dark Violet #8109B9
Tints of Dark Violet #8109B9
RGB
CMYK
RGB Variations
Color information
#8109B9 (or 0x8109B9) is known color: Dark Violet. HEX triplet: 81, 09 and B9. RGB value is (129,9,185). Sum of RGB (Red+Green+Blue) = 129+9+185=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #8109B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8109B9 is #7EF646. Grayscale: #404040. Windows color (decimal): -8320583 or 12126593. OLE color: 12126593.
HSL color Cylindrical-coordinate representation of color #8109B9: hue angle of 280.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8109B9 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 9 | 185 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.27 |
| HSL | 280.91º | 0.91% | 0.38% | - |
| HSV(B) | 280.91º | 0.95% | 0.73% | - |
| XYZ | 17.91 | 8.37 | 46.57 | - |
| YUV | 64.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 185 | 0.30 | 0.95 | 0 | 0.27 | 280.91 | 0.91 | 0.38 |
| Hex | 81 | 9 | B9 | 1E | 5F | 0 | 1B | 119 | 5B | 26 |
| Octal | 201 | 11 | 271 | 36 | 137 | 0 | 33 | 431 | 133 | 46 |
| Binary | 10000001 | 1001 | 10111001 | 11110 | 1011111 | 0 | 11011 | 100011001 | 1011011 | 100110 |
Color Harmonies of #8109B9
Complementary color
Monochromatic Colors of #8109B9
Black with #8109B9
Text Example
Text Example
White with #8109B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8109B9; }
p { color: rgb(129,9,185); }
H1.HeaderClassName
{
color: #8109B9;
}
.AnyTagClassName
{
color: #8109B9;
}
</style>
background-color css
<style>
a { background-color: #8109B9; }
a { background-color: rgb(129,9,185); }
div.DivClassName
{
background-color: #8109B9;
}
.BgClassName
{
background-color: #8109B9;
}
</style>
border-color css
<style>
span { border-color: #8109B9; }
span { border-color: rgb(129,9,185); }
td.TdClassName
{
border-color: #8109B9;
}
.TagClassName
{
border-color: #8109B9;
}
</style>