Shades of Dark Violet #880CDE
Tints of Dark Violet #880CDE
RGB
CMYK
RGB Variations
Color information
#880CDE (or 0x880CDE) is known color: Dark Violet. HEX triplet: 88, 0C and DE. RGB value is (136,12,222). Sum of RGB (Red+Green+Blue) = 136+12+222=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #880CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CDE is #77F321. Grayscale: #484848. Windows color (decimal): -7861026 or 14552200. OLE color: 14552200.
HSL color Cylindrical-coordinate representation of color #880CDE: hue angle of 275.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CDE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 12 | 222 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.43º | 0.9% | 0.46% | - |
| HSV(B) | 275.43º | 0.95% | 0.87% | - |
| XYZ | 23.47 | 10.77 | 69.95 | - |
| YUV | 73.02 | 212.08 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 222 | 0.39 | 0.95 | 0 | 0.13 | 275.43 | 0.9 | 0.46 |
| Hex | 88 | C | DE | 27 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 210 | 14 | 336 | 47 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10001000 | 1100 | 11011110 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #880CDE
Complementary color
Monochromatic Colors of #880CDE
Black with #880CDE
Text Example
Text Example
White with #880CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CDE; }
p { color: rgb(136,12,222); }
H1.HeaderClassName
{
color: #880CDE;
}
.AnyTagClassName
{
color: #880CDE;
}
</style>
background-color css
<style>
a { background-color: #880CDE; }
a { background-color: rgb(136,12,222); }
div.DivClassName
{
background-color: #880CDE;
}
.BgClassName
{
background-color: #880CDE;
}
</style>
border-color css
<style>
span { border-color: #880CDE; }
span { border-color: rgb(136,12,222); }
td.TdClassName
{
border-color: #880CDE;
}
.TagClassName
{
border-color: #880CDE;
}
</style>