Shades of Dark Violet #880DDE
Tints of Dark Violet #880DDE
RGB
CMYK
RGB Variations
Color information
#880DDE (or 0x880DDE) is known color: Dark Violet. HEX triplet: 88, 0D and DE. RGB value is (136,13,222). Sum of RGB (Red+Green+Blue) = 136+13+222=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #880DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DDE is #77F221. Grayscale: #484848. Windows color (decimal): -7860770 or 14552456. OLE color: 14552456.
HSL color Cylindrical-coordinate representation of color #880DDE: hue angle of 275.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DDE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 13 | 222 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.13 |
| HSL | 275.31º | 0.89% | 0.46% | - |
| HSV(B) | 275.31º | 0.94% | 0.87% | - |
| XYZ | 23.48 | 10.8 | 69.95 | - |
| YUV | 73.6 | 211.75 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 222 | 0.39 | 0.94 | 0 | 0.13 | 275.31 | 0.89 | 0.46 |
| Hex | 88 | D | DE | 27 | 5E | 0 | D | 113 | 59 | 2E |
| Octal | 210 | 15 | 336 | 47 | 136 | 0 | 15 | 423 | 131 | 56 |
| Binary | 10001000 | 1101 | 11011110 | 100111 | 1011110 | 0 | 1101 | 100010011 | 1011001 | 101110 |
Color Harmonies of #880DDE
Complementary color
Monochromatic Colors of #880DDE
Black with #880DDE
Text Example
Text Example
White with #880DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DDE; }
p { color: rgb(136,13,222); }
H1.HeaderClassName
{
color: #880DDE;
}
.AnyTagClassName
{
color: #880DDE;
}
</style>
background-color css
<style>
a { background-color: #880DDE; }
a { background-color: rgb(136,13,222); }
div.DivClassName
{
background-color: #880DDE;
}
.BgClassName
{
background-color: #880DDE;
}
</style>
border-color css
<style>
span { border-color: #880DDE; }
span { border-color: rgb(136,13,222); }
td.TdClassName
{
border-color: #880DDE;
}
.TagClassName
{
border-color: #880DDE;
}
</style>