Shades of Dark Violet #8706CB
Tints of Dark Violet #8706CB
RGB
CMYK
RGB Variations
Color information
#8706CB (or 0x8706CB) is known color: Dark Violet. HEX triplet: 87, 06 and CB. RGB value is (135,6,203). Sum of RGB (Red+Green+Blue) = 135+6+203=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #8706CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8706CB is #78F934. Grayscale: #424242. Windows color (decimal): -7928117 or 13305479. OLE color: 13305479.
HSL color Cylindrical-coordinate representation of color #8706CB: hue angle of 279.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706CB is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 6 | 203 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.20 |
| HSL | 279.29º | 0.94% | 0.41% | - |
| HSV(B) | 279.29º | 0.97% | 0.8% | - |
| XYZ | 20.84 | 9.59 | 57.25 | - |
| YUV | 67.03 | 204.74 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 203 | 0.33 | 0.97 | 0 | 0.20 | 279.29 | 0.94 | 0.41 |
| Hex | 87 | 6 | CB | 21 | 61 | 0 | 14 | 117 | 5E | 29 |
| Octal | 207 | 6 | 313 | 41 | 141 | 0 | 24 | 427 | 136 | 51 |
| Binary | 10000111 | 110 | 11001011 | 100001 | 1100001 | 0 | 10100 | 100010111 | 1011110 | 101001 |
Color Harmonies of #8706CB
Complementary color
Monochromatic Colors of #8706CB
Black with #8706CB
Text Example
Text Example
White with #8706CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8706CB; }
p { color: rgb(135,6,203); }
H1.HeaderClassName
{
color: #8706CB;
}
.AnyTagClassName
{
color: #8706CB;
}
</style>
background-color css
<style>
a { background-color: #8706CB; }
a { background-color: rgb(135,6,203); }
div.DivClassName
{
background-color: #8706CB;
}
.BgClassName
{
background-color: #8706CB;
}
</style>
border-color css
<style>
span { border-color: #8706CB; }
span { border-color: rgb(135,6,203); }
td.TdClassName
{
border-color: #8706CB;
}
.TagClassName
{
border-color: #8706CB;
}
</style>