Shades of Dark Violet #880DCB
Tints of Dark Violet #880DCB
RGB
CMYK
RGB Variations
Color information
#880DCB (or 0x880DCB) is known color: Dark Violet. HEX triplet: 88, 0D and CB. RGB value is (136,13,203). Sum of RGB (Red+Green+Blue) = 136+13+203=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #880DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCB is #77F234. Grayscale: #464646. Windows color (decimal): -7860789 or 13307272. OLE color: 13307272.
HSL color Cylindrical-coordinate representation of color #880DCB: hue angle of 278.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DCB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 13 | 203 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.20 |
| HSL | 278.84º | 0.88% | 0.42% | - |
| HSV(B) | 278.84º | 0.94% | 0.8% | - |
| XYZ | 21.08 | 9.83 | 57.29 | - |
| YUV | 71.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 203 | 0.33 | 0.94 | 0 | 0.20 | 278.84 | 0.88 | 0.42 |
| Hex | 88 | D | CB | 21 | 5E | 0 | 14 | 117 | 58 | 2A |
| Octal | 210 | 15 | 313 | 41 | 136 | 0 | 24 | 427 | 130 | 52 |
| Binary | 10001000 | 1101 | 11001011 | 100001 | 1011110 | 0 | 10100 | 100010111 | 1011000 | 101010 |
Color Harmonies of #880DCB
Complementary color
Monochromatic Colors of #880DCB
Black with #880DCB
Text Example
Text Example
White with #880DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DCB; }
p { color: rgb(136,13,203); }
H1.HeaderClassName
{
color: #880DCB;
}
.AnyTagClassName
{
color: #880DCB;
}
</style>
background-color css
<style>
a { background-color: #880DCB; }
a { background-color: rgb(136,13,203); }
div.DivClassName
{
background-color: #880DCB;
}
.BgClassName
{
background-color: #880DCB;
}
</style>
border-color css
<style>
span { border-color: #880DCB; }
span { border-color: rgb(136,13,203); }
td.TdClassName
{
border-color: #880DCB;
}
.TagClassName
{
border-color: #880DCB;
}
</style>