Shades of Dark Violet #8706CF
Tints of Dark Violet #8706CF
RGB
CMYK
RGB Variations
Color information
#8706CF (or 0x8706CF) is known color: Dark Violet. HEX triplet: 87, 06 and CF. RGB value is (135,6,207). Sum of RGB (Red+Green+Blue) = 135+6+207=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #8706CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8706CF is #78F930. Grayscale: #424242. Windows color (decimal): -7928113 or 13567623. OLE color: 13567623.
HSL color Cylindrical-coordinate representation of color #8706CF: hue angle of 278.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706CF is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 6 | 207 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.19 |
| HSL | 278.51º | 0.94% | 0.42% | - |
| HSV(B) | 278.51º | 0.97% | 0.81% | - |
| XYZ | 21.32 | 9.79 | 59.8 | - |
| YUV | 67.49 | 206.74 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 207 | 0.35 | 0.97 | 0 | 0.19 | 278.51 | 0.94 | 0.42 |
| Hex | 87 | 6 | CF | 23 | 61 | 0 | 13 | 117 | 5E | 2A |
| Octal | 207 | 6 | 317 | 43 | 141 | 0 | 23 | 427 | 136 | 52 |
| Binary | 10000111 | 110 | 11001111 | 100011 | 1100001 | 0 | 10011 | 100010111 | 1011110 | 101010 |
Color Harmonies of #8706CF
Complementary color
Monochromatic Colors of #8706CF
Black with #8706CF
Text Example
Text Example
White with #8706CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8706CF; }
p { color: rgb(135,6,207); }
H1.HeaderClassName
{
color: #8706CF;
}
.AnyTagClassName
{
color: #8706CF;
}
</style>
background-color css
<style>
a { background-color: #8706CF; }
a { background-color: rgb(135,6,207); }
div.DivClassName
{
background-color: #8706CF;
}
.BgClassName
{
background-color: #8706CF;
}
</style>
border-color css
<style>
span { border-color: #8706CF; }
span { border-color: rgb(135,6,207); }
td.TdClassName
{
border-color: #8706CF;
}
.TagClassName
{
border-color: #8706CF;
}
</style>