Shades of Dark Violet #880DC6
Tints of Dark Violet #880DC6
RGB
CMYK
RGB Variations
Color information
#880DC6 (or 0x880DC6) is known color: Dark Violet. HEX triplet: 88, 0D and C6. RGB value is (136,13,198). Sum of RGB (Red+Green+Blue) = 136+13+198=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #880DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DC6 is #77F239. Grayscale: #464646. Windows color (decimal): -7860794 or 12979592. OLE color: 12979592.
HSL color Cylindrical-coordinate representation of color #880DC6: hue angle of 279.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DC6 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 13 | 198 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.22 |
| HSL | 279.89º | 0.88% | 0.41% | - |
| HSV(B) | 279.89º | 0.93% | 0.78% | - |
| XYZ | 20.49 | 9.6 | 54.2 | - |
| YUV | 70.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 198 | 0.31 | 0.93 | 0 | 0.22 | 279.89 | 0.88 | 0.41 |
| Hex | 88 | D | C6 | 1F | 5D | 0 | 16 | 118 | 58 | 29 |
| Octal | 210 | 15 | 306 | 37 | 135 | 0 | 26 | 430 | 130 | 51 |
| Binary | 10001000 | 1101 | 11000110 | 11111 | 1011101 | 0 | 10110 | 100011000 | 1011000 | 101001 |
Color Harmonies of #880DC6
Complementary color
Monochromatic Colors of #880DC6
Black with #880DC6
Text Example
Text Example
White with #880DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DC6; }
p { color: rgb(136,13,198); }
H1.HeaderClassName
{
color: #880DC6;
}
.AnyTagClassName
{
color: #880DC6;
}
</style>
background-color css
<style>
a { background-color: #880DC6; }
a { background-color: rgb(136,13,198); }
div.DivClassName
{
background-color: #880DC6;
}
.BgClassName
{
background-color: #880DC6;
}
</style>
border-color css
<style>
span { border-color: #880DC6; }
span { border-color: rgb(136,13,198); }
td.TdClassName
{
border-color: #880DC6;
}
.TagClassName
{
border-color: #880DC6;
}
</style>