Shades of Dark Violet #8611B1
Tints of Dark Violet #8611B1
RGB
CMYK
RGB Variations
Color information
#8611B1 (or 0x8611B1) is known color: Dark Violet. HEX triplet: 86, 11 and B1. RGB value is (134,17,177). Sum of RGB (Red+Green+Blue) = 134+17+177=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8611B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8611B1 is #79EE4E. Grayscale: #454545. Windows color (decimal): -7990863 or 11604358. OLE color: 11604358.
HSL color Cylindrical-coordinate representation of color #8611B1: hue angle of 283.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8611B1 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 17 | 177 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.31 |
| HSL | 283.88º | 0.82% | 0.38% | - |
| HSV(B) | 283.88º | 0.9% | 0.69% | - |
| XYZ | 17.97 | 8.64 | 42.32 | - |
| YUV | 70.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 177 | 0.24 | 0.90 | 0 | 0.31 | 283.88 | 0.82 | 0.38 |
| Hex | 86 | 11 | B1 | 18 | 5A | 0 | 1F | 11C | 52 | 26 |
| Octal | 206 | 21 | 261 | 30 | 132 | 0 | 37 | 434 | 122 | 46 |
| Binary | 10000110 | 10001 | 10110001 | 11000 | 1011010 | 0 | 11111 | 100011100 | 1010010 | 100110 |
Color Harmonies of #8611B1
Complementary color
Monochromatic Colors of #8611B1
Black with #8611B1
Text Example
Text Example
White with #8611B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8611B1; }
p { color: rgb(134,17,177); }
H1.HeaderClassName
{
color: #8611B1;
}
.AnyTagClassName
{
color: #8611B1;
}
</style>
background-color css
<style>
a { background-color: #8611B1; }
a { background-color: rgb(134,17,177); }
div.DivClassName
{
background-color: #8611B1;
}
.BgClassName
{
background-color: #8611B1;
}
</style>
border-color css
<style>
span { border-color: #8611B1; }
span { border-color: rgb(134,17,177); }
td.TdClassName
{
border-color: #8611B1;
}
.TagClassName
{
border-color: #8611B1;
}
</style>