Shades of Dark Violet #8613BC
Tints of Dark Violet #8613BC
RGB
CMYK
RGB Variations
Color information
#8613BC (or 0x8613BC) is known color: Dark Violet. HEX triplet: 86, 13 and BC. RGB value is (134,19,188). Sum of RGB (Red+Green+Blue) = 134+19+188=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8613BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613BC is #79EC43. Grayscale: #484848. Windows color (decimal): -7990340 or 12325766. OLE color: 12325766.
HSL color Cylindrical-coordinate representation of color #8613BC: hue angle of 280.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8613BC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 19 | 188 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.26 |
| HSL | 280.83º | 0.82% | 0.41% | - |
| HSV(B) | 280.83º | 0.9% | 0.74% | - |
| XYZ | 19.14 | 9.16 | 48.34 | - |
| YUV | 72.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 188 | 0.29 | 0.90 | 0 | 0.26 | 280.83 | 0.82 | 0.41 |
| Hex | 86 | 13 | BC | 1D | 5A | 0 | 1A | 119 | 52 | 29 |
| Octal | 206 | 23 | 274 | 35 | 132 | 0 | 32 | 431 | 122 | 51 |
| Binary | 10000110 | 10011 | 10111100 | 11101 | 1011010 | 0 | 11010 | 100011001 | 1010010 | 101001 |
Color Harmonies of #8613BC
Complementary color
Monochromatic Colors of #8613BC
Black with #8613BC
Text Example
Text Example
White with #8613BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613BC; }
p { color: rgb(134,19,188); }
H1.HeaderClassName
{
color: #8613BC;
}
.AnyTagClassName
{
color: #8613BC;
}
</style>
background-color css
<style>
a { background-color: #8613BC; }
a { background-color: rgb(134,19,188); }
div.DivClassName
{
background-color: #8613BC;
}
.BgClassName
{
background-color: #8613BC;
}
</style>
border-color css
<style>
span { border-color: #8613BC; }
span { border-color: rgb(134,19,188); }
td.TdClassName
{
border-color: #8613BC;
}
.TagClassName
{
border-color: #8613BC;
}
</style>