Shades of Dark Violet #8611BC
Tints of Dark Violet #8611BC
RGB
CMYK
RGB Variations
Color information
#8611BC (or 0x8611BC) is known color: Dark Violet. HEX triplet: 86, 11 and BC. RGB value is (134,17,188). Sum of RGB (Red+Green+Blue) = 134+17+188=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #8611BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8611BC is #79EE43. Grayscale: #464646. Windows color (decimal): -7990852 or 12325254. OLE color: 12325254.
HSL color Cylindrical-coordinate representation of color #8611BC: hue angle of 281.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8611BC is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 17 | 188 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.26 |
| HSL | 281.05º | 0.83% | 0.4% | - |
| HSV(B) | 281.05º | 0.91% | 0.74% | - |
| XYZ | 19.11 | 9.1 | 48.33 | - |
| YUV | 71.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 188 | 0.29 | 0.91 | 0 | 0.26 | 281.05 | 0.83 | 0.4 |
| Hex | 86 | 11 | BC | 1D | 5B | 0 | 1A | 119 | 53 | 28 |
| Octal | 206 | 21 | 274 | 35 | 133 | 0 | 32 | 431 | 123 | 50 |
| Binary | 10000110 | 10001 | 10111100 | 11101 | 1011011 | 0 | 11010 | 100011001 | 1010011 | 101000 |
Color Harmonies of #8611BC
Complementary color
Monochromatic Colors of #8611BC
Black with #8611BC
Text Example
Text Example
White with #8611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8611BC; }
p { color: rgb(134,17,188); }
H1.HeaderClassName
{
color: #8611BC;
}
.AnyTagClassName
{
color: #8611BC;
}
</style>
background-color css
<style>
a { background-color: #8611BC; }
a { background-color: rgb(134,17,188); }
div.DivClassName
{
background-color: #8611BC;
}
.BgClassName
{
background-color: #8611BC;
}
</style>
border-color css
<style>
span { border-color: #8611BC; }
span { border-color: rgb(134,17,188); }
td.TdClassName
{
border-color: #8611BC;
}
.TagClassName
{
border-color: #8611BC;
}
</style>