Shades of Dark Violet #880FDC
Tints of Dark Violet #880FDC
RGB
CMYK
RGB Variations
Color information
#880FDC (or 0x880FDC) is known color: Dark Violet. HEX triplet: 88, 0F and DC. RGB value is (136,15,220). Sum of RGB (Red+Green+Blue) = 136+15+220=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #880FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FDC is #77F023. Grayscale: #494949. Windows color (decimal): -7860260 or 14421896. OLE color: 14421896.
HSL color Cylindrical-coordinate representation of color #880FDC: hue angle of 275.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FDC is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 15 | 220 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.14 |
| HSL | 275.41º | 0.87% | 0.46% | - |
| HSV(B) | 275.41º | 0.93% | 0.86% | - |
| XYZ | 23.24 | 10.74 | 68.56 | - |
| YUV | 74.55 | 210.09 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 220 | 0.38 | 0.93 | 0 | 0.14 | 275.41 | 0.87 | 0.46 |
| Hex | 88 | F | DC | 26 | 5D | 0 | E | 113 | 57 | 2E |
| Octal | 210 | 17 | 334 | 46 | 135 | 0 | 16 | 423 | 127 | 56 |
| Binary | 10001000 | 1111 | 11011100 | 100110 | 1011101 | 0 | 1110 | 100010011 | 1010111 | 101110 |
Color Harmonies of #880FDC
Complementary color
Monochromatic Colors of #880FDC
Black with #880FDC
Text Example
Text Example
White with #880FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FDC; }
p { color: rgb(136,15,220); }
H1.HeaderClassName
{
color: #880FDC;
}
.AnyTagClassName
{
color: #880FDC;
}
</style>
background-color css
<style>
a { background-color: #880FDC; }
a { background-color: rgb(136,15,220); }
div.DivClassName
{
background-color: #880FDC;
}
.BgClassName
{
background-color: #880FDC;
}
</style>
border-color css
<style>
span { border-color: #880FDC; }
span { border-color: rgb(136,15,220); }
td.TdClassName
{
border-color: #880FDC;
}
.TagClassName
{
border-color: #880FDC;
}
</style>