Shades of Dark Violet #880FBE
Tints of Dark Violet #880FBE
RGB
CMYK
RGB Variations
Color information
#880FBE (or 0x880FBE) is known color: Dark Violet. HEX triplet: 88, 0F and BE. RGB value is (136,15,190). Sum of RGB (Red+Green+Blue) = 136+15+190=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #880FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FBE is #77F041. Grayscale: #464646. Windows color (decimal): -7860290 or 12455816. OLE color: 12455816.
HSL color Cylindrical-coordinate representation of color #880FBE: hue angle of 281.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880FBE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 15 | 190 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.25 |
| HSL | 281.49º | 0.85% | 0.4% | - |
| HSV(B) | 281.49º | 0.92% | 0.75% | - |
| XYZ | 19.62 | 9.29 | 49.48 | - |
| YUV | 71.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 190 | 0.28 | 0.92 | 0 | 0.25 | 281.49 | 0.85 | 0.4 |
| Hex | 88 | F | BE | 1C | 5C | 0 | 19 | 119 | 55 | 28 |
| Octal | 210 | 17 | 276 | 34 | 134 | 0 | 31 | 431 | 125 | 50 |
| Binary | 10001000 | 1111 | 10111110 | 11100 | 1011100 | 0 | 11001 | 100011001 | 1010101 | 101000 |
Color Harmonies of #880FBE
Complementary color
Monochromatic Colors of #880FBE
Black with #880FBE
Text Example
Text Example
White with #880FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FBE; }
p { color: rgb(136,15,190); }
H1.HeaderClassName
{
color: #880FBE;
}
.AnyTagClassName
{
color: #880FBE;
}
</style>
background-color css
<style>
a { background-color: #880FBE; }
a { background-color: rgb(136,15,190); }
div.DivClassName
{
background-color: #880FBE;
}
.BgClassName
{
background-color: #880FBE;
}
</style>
border-color css
<style>
span { border-color: #880FBE; }
span { border-color: rgb(136,15,190); }
td.TdClassName
{
border-color: #880FBE;
}
.TagClassName
{
border-color: #880FBE;
}
</style>