Shades of Dark Violet #8811C1
Tints of Dark Violet #8811C1
RGB
CMYK
RGB Variations
Color information
#8811C1 (or 0x8811C1) is known color: Dark Violet. HEX triplet: 88, 11 and C1. RGB value is (136,17,193). Sum of RGB (Red+Green+Blue) = 136+17+193=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #8811C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811C1 is #77EE3E. Grayscale: #484848. Windows color (decimal): -7859775 or 12652936. OLE color: 12652936.
HSL color Cylindrical-coordinate representation of color #8811C1: hue angle of 280.57º 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 #8811C1 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 17 | 193 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.24 |
| HSL | 280.57º | 0.84% | 0.41% | - |
| HSV(B) | 280.57º | 0.91% | 0.76% | - |
| XYZ | 19.98 | 9.49 | 51.23 | - |
| YUV | 72.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 193 | 0.30 | 0.91 | 0 | 0.24 | 280.57 | 0.84 | 0.41 |
| Hex | 88 | 11 | C1 | 1E | 5B | 0 | 18 | 119 | 54 | 29 |
| Octal | 210 | 21 | 301 | 36 | 133 | 0 | 30 | 431 | 124 | 51 |
| Binary | 10001000 | 10001 | 11000001 | 11110 | 1011011 | 0 | 11000 | 100011001 | 1010100 | 101001 |
Color Harmonies of #8811C1
Complementary color
Monochromatic Colors of #8811C1
Black with #8811C1
Text Example
Text Example
White with #8811C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811C1; }
p { color: rgb(136,17,193); }
H1.HeaderClassName
{
color: #8811C1;
}
.AnyTagClassName
{
color: #8811C1;
}
</style>
background-color css
<style>
a { background-color: #8811C1; }
a { background-color: rgb(136,17,193); }
div.DivClassName
{
background-color: #8811C1;
}
.BgClassName
{
background-color: #8811C1;
}
</style>
border-color css
<style>
span { border-color: #8811C1; }
span { border-color: rgb(136,17,193); }
td.TdClassName
{
border-color: #8811C1;
}
.TagClassName
{
border-color: #8811C1;
}
</style>