Shades of Dark Violet #880BAF
Tints of Dark Violet #880BAF
RGB
CMYK
RGB Variations
Color information
#880BAF (or 0x880BAF) is known color: Dark Violet. HEX triplet: 88, 0B and AF. RGB value is (136,11,175). Sum of RGB (Red+Green+Blue) = 136+11+175=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #880BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAF is #77F450. Grayscale: #424242. Windows color (decimal): -7861329 or 11471752. OLE color: 11471752.
HSL color Cylindrical-coordinate representation of color #880BAF: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BAF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 11 | 175 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.31 |
| HSL | 285.73º | 0.88% | 0.36% | - |
| HSV(B) | 285.73º | 0.94% | 0.69% | - |
| XYZ | 18.01 | 8.57 | 41.26 | - |
| YUV | 67.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 175 | 0.22 | 0.94 | 0 | 0.31 | 285.73 | 0.88 | 0.36 |
| Hex | 88 | B | AF | 16 | 5E | 0 | 1F | 11E | 58 | 24 |
| Octal | 210 | 13 | 257 | 26 | 136 | 0 | 37 | 436 | 130 | 44 |
| Binary | 10001000 | 1011 | 10101111 | 10110 | 1011110 | 0 | 11111 | 100011110 | 1011000 | 100100 |
Color Harmonies of #880BAF
Complementary color
Monochromatic Colors of #880BAF
Black with #880BAF
Text Example
Text Example
White with #880BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BAF; }
p { color: rgb(136,11,175); }
H1.HeaderClassName
{
color: #880BAF;
}
.AnyTagClassName
{
color: #880BAF;
}
</style>
background-color css
<style>
a { background-color: #880BAF; }
a { background-color: rgb(136,11,175); }
div.DivClassName
{
background-color: #880BAF;
}
.BgClassName
{
background-color: #880BAF;
}
</style>
border-color css
<style>
span { border-color: #880BAF; }
span { border-color: rgb(136,11,175); }
td.TdClassName
{
border-color: #880BAF;
}
.TagClassName
{
border-color: #880BAF;
}
</style>