Shades of Dark Violet #880BC3
Tints of Dark Violet #880BC3
RGB
CMYK
RGB Variations
Color information
#880BC3 (or 0x880BC3) is known color: Dark Violet. HEX triplet: 88, 0B and C3. RGB value is (136,11,195). Sum of RGB (Red+Green+Blue) = 136+11+195=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 195 (76.56% from 255 or 57.02% from 342); Max value from RGB is 195 - color contains mainly: blue. Hex color #880BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BC3 is #77F43C. Grayscale: #444444. Windows color (decimal): -7861309 or 12782472. OLE color: 12782472.
HSL color Cylindrical-coordinate representation of color #880BC3: hue angle of 280.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BC3 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 11 | 195 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.24 |
| HSL | 280.76º | 0.89% | 0.4% | - |
| HSV(B) | 280.76º | 0.94% | 0.76% | - |
| XYZ | 20.12 | 9.41 | 52.39 | - |
| YUV | 69.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 195 | 0.30 | 0.94 | 0 | 0.24 | 280.76 | 0.89 | 0.4 |
| Hex | 88 | B | C3 | 1E | 5E | 0 | 18 | 119 | 59 | 28 |
| Octal | 210 | 13 | 303 | 36 | 136 | 0 | 30 | 431 | 131 | 50 |
| Binary | 10001000 | 1011 | 11000011 | 11110 | 1011110 | 0 | 11000 | 100011001 | 1011001 | 101000 |
Color Harmonies of #880BC3
Complementary color
Monochromatic Colors of #880BC3
Black with #880BC3
Text Example
Text Example
White with #880BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BC3; }
p { color: rgb(136,11,195); }
H1.HeaderClassName
{
color: #880BC3;
}
.AnyTagClassName
{
color: #880BC3;
}
</style>
background-color css
<style>
a { background-color: #880BC3; }
a { background-color: rgb(136,11,195); }
div.DivClassName
{
background-color: #880BC3;
}
.BgClassName
{
background-color: #880BC3;
}
</style>
border-color css
<style>
span { border-color: #880BC3; }
span { border-color: rgb(136,11,195); }
td.TdClassName
{
border-color: #880BC3;
}
.TagClassName
{
border-color: #880BC3;
}
</style>