Shades of Dark Violet #8610B4
Tints of Dark Violet #8610B4
RGB
CMYK
RGB Variations
Color information
#8610B4 (or 0x8610B4) is known color: Dark Violet. HEX triplet: 86, 10 and B4. RGB value is (134,16,180). Sum of RGB (Red+Green+Blue) = 134+16+180=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #8610B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8610B4 is #79EF4B. Grayscale: #454545. Windows color (decimal): -7991116 or 11800710. OLE color: 11800710.
HSL color Cylindrical-coordinate representation of color #8610B4: hue angle of 283.17º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610B4 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 16 | 180 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.29 |
| HSL | 283.17º | 0.84% | 0.38% | - |
| HSV(B) | 283.17º | 0.91% | 0.71% | - |
| XYZ | 18.26 | 8.73 | 43.9 | - |
| YUV | 69.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 180 | 0.26 | 0.91 | 0 | 0.29 | 283.17 | 0.84 | 0.38 |
| Hex | 86 | 10 | B4 | 1A | 5B | 0 | 1D | 11B | 54 | 26 |
| Octal | 206 | 20 | 264 | 32 | 133 | 0 | 35 | 433 | 124 | 46 |
| Binary | 10000110 | 10000 | 10110100 | 11010 | 1011011 | 0 | 11101 | 100011011 | 1010100 | 100110 |
Color Harmonies of #8610B4
Complementary color
Monochromatic Colors of #8610B4
Black with #8610B4
Text Example
Text Example
White with #8610B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610B4; }
p { color: rgb(134,16,180); }
H1.HeaderClassName
{
color: #8610B4;
}
.AnyTagClassName
{
color: #8610B4;
}
</style>
background-color css
<style>
a { background-color: #8610B4; }
a { background-color: rgb(134,16,180); }
div.DivClassName
{
background-color: #8610B4;
}
.BgClassName
{
background-color: #8610B4;
}
</style>
border-color css
<style>
span { border-color: #8610B4; }
span { border-color: rgb(134,16,180); }
td.TdClassName
{
border-color: #8610B4;
}
.TagClassName
{
border-color: #8610B4;
}
</style>