Shades of Dark Violet #880CBF
Tints of Dark Violet #880CBF
RGB
CMYK
RGB Variations
Color information
#880CBF (or 0x880CBF) is known color: Dark Violet. HEX triplet: 88, 0C and BF. RGB value is (136,12,191). Sum of RGB (Red+Green+Blue) = 136+12+191=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #880CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CBF is #77F340. Grayscale: #444444. Windows color (decimal): -7861057 or 12520584. OLE color: 12520584.
HSL color Cylindrical-coordinate representation of color #880CBF: hue angle of 281.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880CBF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 12 | 191 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.25 |
| HSL | 281.56º | 0.88% | 0.4% | - |
| HSV(B) | 281.56º | 0.94% | 0.75% | - |
| XYZ | 19.69 | 9.26 | 50.04 | - |
| YUV | 69.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 191 | 0.29 | 0.94 | 0 | 0.25 | 281.56 | 0.88 | 0.4 |
| Hex | 88 | C | BF | 1D | 5E | 0 | 19 | 11A | 58 | 28 |
| Octal | 210 | 14 | 277 | 35 | 136 | 0 | 31 | 432 | 130 | 50 |
| Binary | 10001000 | 1100 | 10111111 | 11101 | 1011110 | 0 | 11001 | 100011010 | 1011000 | 101000 |
Color Harmonies of #880CBF
Complementary color
Monochromatic Colors of #880CBF
Black with #880CBF
Text Example
Text Example
White with #880CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CBF; }
p { color: rgb(136,12,191); }
H1.HeaderClassName
{
color: #880CBF;
}
.AnyTagClassName
{
color: #880CBF;
}
</style>
background-color css
<style>
a { background-color: #880CBF; }
a { background-color: rgb(136,12,191); }
div.DivClassName
{
background-color: #880CBF;
}
.BgClassName
{
background-color: #880CBF;
}
</style>
border-color css
<style>
span { border-color: #880CBF; }
span { border-color: rgb(136,12,191); }
td.TdClassName
{
border-color: #880CBF;
}
.TagClassName
{
border-color: #880CBF;
}
</style>