Shades of Blue Violet #880DF0
Tints of Blue Violet #880DF0
RGB
CMYK
RGB Variations
Color information
#880DF0 (or 0x880DF0) is known color: Blue Violet. HEX triplet: 88, 0D and F0. RGB value is (136,13,240). Sum of RGB (Red+Green+Blue) = 136+13+240=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #880DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DF0 is #77F20F. Grayscale: #4A4A4A. Windows color (decimal): -7860752 or 15732104. OLE color: 15732104.
HSL color Cylindrical-coordinate representation of color #880DF0: hue angle of 272.51º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DF0 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 13 | 240 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.06 |
| HSL | 272.51º | 0.9% | 0.5% | - |
| HSV(B) | 272.51º | 0.95% | 0.94% | - |
| XYZ | 26.03 | 11.81 | 83.35 | - |
| YUV | 75.66 | 220.75 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 240 | 0.43 | 0.95 | 0 | 0.06 | 272.51 | 0.9 | 0.5 |
| Hex | 88 | D | F0 | 2B | 5F | 0 | 6 | 111 | 5A | 32 |
| Octal | 210 | 15 | 360 | 53 | 137 | 0 | 6 | 421 | 132 | 62 |
| Binary | 10001000 | 1101 | 11110000 | 101011 | 1011111 | 0 | 110 | 100010001 | 1011010 | 110010 |
Color Harmonies of #880DF0
Complementary color
Monochromatic Colors of #880DF0
Black with #880DF0
Text Example
Text Example
White with #880DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DF0; }
p { color: rgb(136,13,240); }
H1.HeaderClassName
{
color: #880DF0;
}
.AnyTagClassName
{
color: #880DF0;
}
</style>
background-color css
<style>
a { background-color: #880DF0; }
a { background-color: rgb(136,13,240); }
div.DivClassName
{
background-color: #880DF0;
}
.BgClassName
{
background-color: #880DF0;
}
</style>
border-color css
<style>
span { border-color: #880DF0; }
span { border-color: rgb(136,13,240); }
td.TdClassName
{
border-color: #880DF0;
}
.TagClassName
{
border-color: #880DF0;
}
</style>