Shades of Dark Violet #8616CC
Tints of Dark Violet #8616CC
RGB
CMYK
RGB Variations
Color information
#8616CC (or 0x8616CC) is known color: Dark Violet. HEX triplet: 86, 16 and CC. RGB value is (134,22,204). Sum of RGB (Red+Green+Blue) = 134+22+204=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #8616CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8616CC is #79E933. Grayscale: #4B4B4B. Windows color (decimal): -7989556 or 13375110. OLE color: 13375110.
HSL color Cylindrical-coordinate representation of color #8616CC: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8616CC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 22 | 204 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.2 |
| HSL | 276.92º | 0.81% | 0.44% | - |
| HSV(B) | 276.92º | 0.89% | 0.8% | - |
| XYZ | 21.02 | 10 | 57.95 | - |
| YUV | 76.24 | 200.11 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 204 | 0.34 | 0.89 | 0 | 0.2 | 276.92 | 0.81 | 0.44 |
| Hex | 86 | 16 | CC | 22 | 59 | 0 | 14 | 115 | 51 | 2C |
| Octal | 206 | 26 | 314 | 42 | 131 | 0 | 24 | 425 | 121 | 54 |
| Binary | 10000110 | 10110 | 11001100 | 100010 | 1011001 | 0 | 10100 | 100010101 | 1010001 | 101100 |
Color Harmonies of #8616CC
Complementary color
Monochromatic Colors of #8616CC
Black with #8616CC
Text Example
Text Example
White with #8616CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616CC; }
p { color: rgb(134,22,204); }
H1.HeaderClassName
{
color: #8616CC;
}
.AnyTagClassName
{
color: #8616CC;
}
</style>
background-color css
<style>
a { background-color: #8616CC; }
a { background-color: rgb(134,22,204); }
div.DivClassName
{
background-color: #8616CC;
}
.BgClassName
{
background-color: #8616CC;
}
</style>
border-color css
<style>
span { border-color: #8616CC; }
span { border-color: rgb(134,22,204); }
td.TdClassName
{
border-color: #8616CC;
}
.TagClassName
{
border-color: #8616CC;
}
</style>