Shades of Dark Violet #8616BD
Tints of Dark Violet #8616BD
RGB
CMYK
RGB Variations
Color information
#8616BD (or 0x8616BD) is known color: Dark Violet. HEX triplet: 86, 16 and BD. RGB value is (134,22,189). Sum of RGB (Red+Green+Blue) = 134+22+189=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #8616BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8616BD is #79E942. Grayscale: #494949. Windows color (decimal): -7989571 or 12392070. OLE color: 12392070.
HSL color Cylindrical-coordinate representation of color #8616BD: hue angle of 280.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8616BD is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 22 | 189 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.26 |
| HSL | 280.24º | 0.79% | 0.41% | - |
| HSV(B) | 280.24º | 0.88% | 0.74% | - |
| XYZ | 19.3 | 9.32 | 48.92 | - |
| YUV | 74.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 189 | 0.29 | 0.88 | 0 | 0.26 | 280.24 | 0.79 | 0.41 |
| Hex | 86 | 16 | BD | 1D | 58 | 0 | 1A | 118 | 4F | 29 |
| Octal | 206 | 26 | 275 | 35 | 130 | 0 | 32 | 430 | 117 | 51 |
| Binary | 10000110 | 10110 | 10111101 | 11101 | 1011000 | 0 | 11010 | 100011000 | 1001111 | 101001 |
Color Harmonies of #8616BD
Complementary color
Monochromatic Colors of #8616BD
Black with #8616BD
Text Example
Text Example
White with #8616BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616BD; }
p { color: rgb(134,22,189); }
H1.HeaderClassName
{
color: #8616BD;
}
.AnyTagClassName
{
color: #8616BD;
}
</style>
background-color css
<style>
a { background-color: #8616BD; }
a { background-color: rgb(134,22,189); }
div.DivClassName
{
background-color: #8616BD;
}
.BgClassName
{
background-color: #8616BD;
}
</style>
border-color css
<style>
span { border-color: #8616BD; }
span { border-color: rgb(134,22,189); }
td.TdClassName
{
border-color: #8616BD;
}
.TagClassName
{
border-color: #8616BD;
}
</style>