Shades of Dark Violet #8711C1
Tints of Dark Violet #8711C1
RGB
CMYK
RGB Variations
Color information
#8711C1 (or 0x8711C1) is known color: Dark Violet. HEX triplet: 87, 11 and C1. RGB value is (135,17,193). Sum of RGB (Red+Green+Blue) = 135+17+193=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #8711C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711C1 is #78EE3E. Grayscale: #474747. Windows color (decimal): -7925311 or 12652935. OLE color: 12652935.
HSL color Cylindrical-coordinate representation of color #8711C1: hue angle of 280.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8711C1 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 17 | 193 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.24 |
| HSL | 280.23º | 0.84% | 0.41% | - |
| HSV(B) | 280.23º | 0.91% | 0.76% | - |
| XYZ | 19.82 | 9.4 | 51.22 | - |
| YUV | 72.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 193 | 0.30 | 0.91 | 0 | 0.24 | 280.23 | 0.84 | 0.41 |
| Hex | 87 | 11 | C1 | 1E | 5B | 0 | 18 | 118 | 54 | 29 |
| Octal | 207 | 21 | 301 | 36 | 133 | 0 | 30 | 430 | 124 | 51 |
| Binary | 10000111 | 10001 | 11000001 | 11110 | 1011011 | 0 | 11000 | 100011000 | 1010100 | 101001 |
Color Harmonies of #8711C1
Complementary color
Monochromatic Colors of #8711C1
Black with #8711C1
Text Example
Text Example
White with #8711C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8711C1; }
p { color: rgb(135,17,193); }
H1.HeaderClassName
{
color: #8711C1;
}
.AnyTagClassName
{
color: #8711C1;
}
</style>
background-color css
<style>
a { background-color: #8711C1; }
a { background-color: rgb(135,17,193); }
div.DivClassName
{
background-color: #8711C1;
}
.BgClassName
{
background-color: #8711C1;
}
</style>
border-color css
<style>
span { border-color: #8711C1; }
span { border-color: rgb(135,17,193); }
td.TdClassName
{
border-color: #8711C1;
}
.TagClassName
{
border-color: #8711C1;
}
</style>