Shades of Dark Violet #880BDD
Tints of Dark Violet #880BDD
RGB
CMYK
RGB Variations
Color information
#880BDD (or 0x880BDD) is known color: Dark Violet. HEX triplet: 88, 0B and DD. RGB value is (136,11,221). Sum of RGB (Red+Green+Blue) = 136+11+221=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #880BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDD is #77F422. Grayscale: #474747. Windows color (decimal): -7861283 or 14486408. OLE color: 14486408.
HSL color Cylindrical-coordinate representation of color #880BDD: hue angle of 275.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BDD is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 11 | 221 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.13 |
| HSL | 275.71º | 0.91% | 0.45% | - |
| HSV(B) | 275.71º | 0.95% | 0.87% | - |
| XYZ | 23.32 | 10.69 | 69.24 | - |
| YUV | 72.32 | 211.91 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 221 | 0.38 | 0.95 | 0 | 0.13 | 275.71 | 0.91 | 0.45 |
| Hex | 88 | B | DD | 26 | 5F | 0 | D | 114 | 5B | 2D |
| Octal | 210 | 13 | 335 | 46 | 137 | 0 | 15 | 424 | 133 | 55 |
| Binary | 10001000 | 1011 | 11011101 | 100110 | 1011111 | 0 | 1101 | 100010100 | 1011011 | 101101 |
Color Harmonies of #880BDD
Complementary color
Monochromatic Colors of #880BDD
Black with #880BDD
Text Example
Text Example
White with #880BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BDD; }
p { color: rgb(136,11,221); }
H1.HeaderClassName
{
color: #880BDD;
}
.AnyTagClassName
{
color: #880BDD;
}
</style>
background-color css
<style>
a { background-color: #880BDD; }
a { background-color: rgb(136,11,221); }
div.DivClassName
{
background-color: #880BDD;
}
.BgClassName
{
background-color: #880BDD;
}
</style>
border-color css
<style>
span { border-color: #880BDD; }
span { border-color: rgb(136,11,221); }
td.TdClassName
{
border-color: #880BDD;
}
.TagClassName
{
border-color: #880BDD;
}
</style>