Shades of Dark Violet #880CDD
Tints of Dark Violet #880CDD
RGB
CMYK
RGB Variations
Color information
#880CDD (or 0x880CDD) is known color: Dark Violet. HEX triplet: 88, 0C and DD. RGB value is (136,12,221). Sum of RGB (Red+Green+Blue) = 136+12+221=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #880CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CDD is #77F322. Grayscale: #484848. Windows color (decimal): -7861027 or 14486664. OLE color: 14486664.
HSL color Cylindrical-coordinate representation of color #880CDD: hue angle of 275.6º 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 #880CDD is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 12 | 221 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.13 |
| HSL | 275.6º | 0.9% | 0.46% | - |
| HSV(B) | 275.6º | 0.95% | 0.87% | - |
| XYZ | 23.34 | 10.72 | 69.25 | - |
| YUV | 72.9 | 211.58 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 221 | 0.38 | 0.95 | 0 | 0.13 | 275.6 | 0.9 | 0.46 |
| Hex | 88 | C | DD | 26 | 5F | 0 | D | 114 | 5A | 2E |
| Octal | 210 | 14 | 335 | 46 | 137 | 0 | 15 | 424 | 132 | 56 |
| Binary | 10001000 | 1100 | 11011101 | 100110 | 1011111 | 0 | 1101 | 100010100 | 1011010 | 101110 |
Color Harmonies of #880CDD
Complementary color
Monochromatic Colors of #880CDD
Black with #880CDD
Text Example
Text Example
White with #880CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CDD; }
p { color: rgb(136,12,221); }
H1.HeaderClassName
{
color: #880CDD;
}
.AnyTagClassName
{
color: #880CDD;
}
</style>
background-color css
<style>
a { background-color: #880CDD; }
a { background-color: rgb(136,12,221); }
div.DivClassName
{
background-color: #880CDD;
}
.BgClassName
{
background-color: #880CDD;
}
</style>
border-color css
<style>
span { border-color: #880CDD; }
span { border-color: rgb(136,12,221); }
td.TdClassName
{
border-color: #880CDD;
}
.TagClassName
{
border-color: #880CDD;
}
</style>