Shades of Dark Violet #880BCD
Tints of Dark Violet #880BCD
RGB
CMYK
RGB Variations
Color information
#880BCD (or 0x880BCD) is known color: Dark Violet. HEX triplet: 88, 0B and CD. RGB value is (136,11,205). Sum of RGB (Red+Green+Blue) = 136+11+205=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #880BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BCD is #77F432. Grayscale: #454545. Windows color (decimal): -7861299 or 13437832. OLE color: 13437832.
HSL color Cylindrical-coordinate representation of color #880BCD: hue angle of 278.66º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BCD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 11 | 205 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.20 |
| HSL | 278.66º | 0.9% | 0.42% | - |
| HSV(B) | 278.66º | 0.95% | 0.8% | - |
| XYZ | 21.29 | 9.88 | 58.54 | - |
| YUV | 70.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 205 | 0.34 | 0.95 | 0 | 0.20 | 278.66 | 0.9 | 0.42 |
| Hex | 88 | B | CD | 22 | 5F | 0 | 14 | 117 | 5A | 2A |
| Octal | 210 | 13 | 315 | 42 | 137 | 0 | 24 | 427 | 132 | 52 |
| Binary | 10001000 | 1011 | 11001101 | 100010 | 1011111 | 0 | 10100 | 100010111 | 1011010 | 101010 |
Color Harmonies of #880BCD
Complementary color
Monochromatic Colors of #880BCD
Black with #880BCD
Text Example
Text Example
White with #880BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BCD; }
p { color: rgb(136,11,205); }
H1.HeaderClassName
{
color: #880BCD;
}
.AnyTagClassName
{
color: #880BCD;
}
</style>
background-color css
<style>
a { background-color: #880BCD; }
a { background-color: rgb(136,11,205); }
div.DivClassName
{
background-color: #880BCD;
}
.BgClassName
{
background-color: #880BCD;
}
</style>
border-color css
<style>
span { border-color: #880BCD; }
span { border-color: rgb(136,11,205); }
td.TdClassName
{
border-color: #880BCD;
}
.TagClassName
{
border-color: #880BCD;
}
</style>