Shades of Dark Violet #880FB4
Tints of Dark Violet #880FB4
RGB
CMYK
RGB Variations
Color information
#880FB4 (or 0x880FB4) is known color: Dark Violet. HEX triplet: 88, 0F and B4. RGB value is (136,15,180). Sum of RGB (Red+Green+Blue) = 136+15+180=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #880FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FB4 is #77F04B. Grayscale: #454545. Windows color (decimal): -7860300 or 11800456. OLE color: 11800456.
HSL color Cylindrical-coordinate representation of color #880FB4: hue angle of 284º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880FB4 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 15 | 180 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.29 |
| HSL | 284º | 0.85% | 0.38% | - |
| HSV(B) | 284º | 0.92% | 0.71% | - |
| XYZ | 18.56 | 8.87 | 43.91 | - |
| YUV | 69.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 180 | 0.24 | 0.92 | 0 | 0.29 | 284 | 0.85 | 0.38 |
| Hex | 88 | F | B4 | 18 | 5C | 0 | 1D | 11C | 55 | 26 |
| Octal | 210 | 17 | 264 | 30 | 134 | 0 | 35 | 434 | 125 | 46 |
| Binary | 10001000 | 1111 | 10110100 | 11000 | 1011100 | 0 | 11101 | 100011100 | 1010101 | 100110 |
Color Harmonies of #880FB4
Complementary color
Monochromatic Colors of #880FB4
Black with #880FB4
Text Example
Text Example
White with #880FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FB4; }
p { color: rgb(136,15,180); }
H1.HeaderClassName
{
color: #880FB4;
}
.AnyTagClassName
{
color: #880FB4;
}
</style>
background-color css
<style>
a { background-color: #880FB4; }
a { background-color: rgb(136,15,180); }
div.DivClassName
{
background-color: #880FB4;
}
.BgClassName
{
background-color: #880FB4;
}
</style>
border-color css
<style>
span { border-color: #880FB4; }
span { border-color: rgb(136,15,180); }
td.TdClassName
{
border-color: #880FB4;
}
.TagClassName
{
border-color: #880FB4;
}
</style>