Shades of Dark Violet #880BDE
Tints of Dark Violet #880BDE
RGB
CMYK
RGB Variations
Color information
#880BDE (or 0x880BDE) is known color: Dark Violet. HEX triplet: 88, 0B and DE. RGB value is (136,11,222). Sum of RGB (Red+Green+Blue) = 136+11+222=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #880BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDE is #77F421. Grayscale: #474747. Windows color (decimal): -7861282 or 14551944. OLE color: 14551944.
HSL color Cylindrical-coordinate representation of color #880BDE: hue angle of 275.55º degrees, saturation: 0.91, 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 #880BDE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 11 | 222 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.55º | 0.91% | 0.46% | - |
| HSV(B) | 275.55º | 0.95% | 0.87% | - |
| XYZ | 23.46 | 10.75 | 69.95 | - |
| YUV | 72.43 | 212.41 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 222 | 0.39 | 0.95 | 0 | 0.13 | 275.55 | 0.91 | 0.46 |
| Hex | 88 | B | DE | 27 | 5F | 0 | D | 114 | 5B | 2E |
| Octal | 210 | 13 | 336 | 47 | 137 | 0 | 15 | 424 | 133 | 56 |
| Binary | 10001000 | 1011 | 11011110 | 100111 | 1011111 | 0 | 1101 | 100010100 | 1011011 | 101110 |
Color Harmonies of #880BDE
Complementary color
Monochromatic Colors of #880BDE
Black with #880BDE
Text Example
Text Example
White with #880BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BDE; }
p { color: rgb(136,11,222); }
H1.HeaderClassName
{
color: #880BDE;
}
.AnyTagClassName
{
color: #880BDE;
}
</style>
background-color css
<style>
a { background-color: #880BDE; }
a { background-color: rgb(136,11,222); }
div.DivClassName
{
background-color: #880BDE;
}
.BgClassName
{
background-color: #880BDE;
}
</style>
border-color css
<style>
span { border-color: #880BDE; }
span { border-color: rgb(136,11,222); }
td.TdClassName
{
border-color: #880BDE;
}
.TagClassName
{
border-color: #880BDE;
}
</style>