Shades of Dark Violet #880BBC
Tints of Dark Violet #880BBC
RGB
CMYK
RGB Variations
Color information
#880BBC (or 0x880BBC) is known color: Dark Violet. HEX triplet: 88, 0B and BC. RGB value is (136,11,188). Sum of RGB (Red+Green+Blue) = 136+11+188=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #880BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBC is #77F443. Grayscale: #434343. Windows color (decimal): -7861316 or 12323720. OLE color: 12323720.
HSL color Cylindrical-coordinate representation of color #880BBC: hue angle of 282.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BBC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 11 | 188 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.26 |
| HSL | 282.37º | 0.89% | 0.39% | - |
| HSV(B) | 282.37º | 0.94% | 0.74% | - |
| XYZ | 19.35 | 9.1 | 48.31 | - |
| YUV | 68.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 188 | 0.28 | 0.94 | 0 | 0.26 | 282.37 | 0.89 | 0.39 |
| Hex | 88 | B | BC | 1C | 5E | 0 | 1A | 11A | 59 | 27 |
| Octal | 210 | 13 | 274 | 34 | 136 | 0 | 32 | 432 | 131 | 47 |
| Binary | 10001000 | 1011 | 10111100 | 11100 | 1011110 | 0 | 11010 | 100011010 | 1011001 | 100111 |
Color Harmonies of #880BBC
Complementary color
Monochromatic Colors of #880BBC
Black with #880BBC
Text Example
Text Example
White with #880BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BBC; }
p { color: rgb(136,11,188); }
H1.HeaderClassName
{
color: #880BBC;
}
.AnyTagClassName
{
color: #880BBC;
}
</style>
background-color css
<style>
a { background-color: #880BBC; }
a { background-color: rgb(136,11,188); }
div.DivClassName
{
background-color: #880BBC;
}
.BgClassName
{
background-color: #880BBC;
}
</style>
border-color css
<style>
span { border-color: #880BBC; }
span { border-color: rgb(136,11,188); }
td.TdClassName
{
border-color: #880BBC;
}
.TagClassName
{
border-color: #880BBC;
}
</style>