Shades of Dark Violet #880CD7
Tints of Dark Violet #880CD7
RGB
CMYK
RGB Variations
Color information
#880CD7 (or 0x880CD7) is known color: Dark Violet. HEX triplet: 88, 0C and D7. RGB value is (136,12,215). Sum of RGB (Red+Green+Blue) = 136+12+215=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #880CD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CD7 is #77F328. Grayscale: #474747. Windows color (decimal): -7861033 or 14093448. OLE color: 14093448.
HSL color Cylindrical-coordinate representation of color #880CD7: hue angle of 276.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880CD7 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 12 | 215 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.16 |
| HSL | 276.65º | 0.89% | 0.45% | - |
| HSV(B) | 276.65º | 0.94% | 0.84% | - |
| XYZ | 22.55 | 10.4 | 65.11 | - |
| YUV | 72.22 | 208.58 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 215 | 0.37 | 0.94 | 0 | 0.16 | 276.65 | 0.89 | 0.45 |
| Hex | 88 | C | D7 | 25 | 5E | 0 | 10 | 115 | 59 | 2D |
| Octal | 210 | 14 | 327 | 45 | 136 | 0 | 20 | 425 | 131 | 55 |
| Binary | 10001000 | 1100 | 11010111 | 100101 | 1011110 | 0 | 10000 | 100010101 | 1011001 | 101101 |
Color Harmonies of #880CD7
Complementary color
Monochromatic Colors of #880CD7
Black with #880CD7
Text Example
Text Example
White with #880CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CD7; }
p { color: rgb(136,12,215); }
H1.HeaderClassName
{
color: #880CD7;
}
.AnyTagClassName
{
color: #880CD7;
}
</style>
background-color css
<style>
a { background-color: #880CD7; }
a { background-color: rgb(136,12,215); }
div.DivClassName
{
background-color: #880CD7;
}
.BgClassName
{
background-color: #880CD7;
}
</style>
border-color css
<style>
span { border-color: #880CD7; }
span { border-color: rgb(136,12,215); }
td.TdClassName
{
border-color: #880CD7;
}
.TagClassName
{
border-color: #880CD7;
}
</style>