Shades of Blue Violet #880DF1
Tints of Blue Violet #880DF1
RGB
CMYK
RGB Variations
Color information
#880DF1 (or 0x880DF1) is known color: Blue Violet. HEX triplet: 88, 0D and F1. RGB value is (136,13,241). Sum of RGB (Red+Green+Blue) = 136+13+241=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #880DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DF1 is #77F20E. Grayscale: #4A4A4A. Windows color (decimal): -7860751 or 15797640. OLE color: 15797640.
HSL color Cylindrical-coordinate representation of color #880DF1: hue angle of 272.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DF1 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 13 | 241 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.05 |
| HSL | 272.37º | 0.9% | 0.5% | - |
| HSV(B) | 272.37º | 0.95% | 0.95% | - |
| XYZ | 26.17 | 11.87 | 84.13 | - |
| YUV | 75.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 241 | 0.44 | 0.95 | 0 | 0.05 | 272.37 | 0.9 | 0.5 |
| Hex | 88 | D | F1 | 2C | 5F | 0 | 5 | 110 | 5A | 32 |
| Octal | 210 | 15 | 361 | 54 | 137 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10001000 | 1101 | 11110001 | 101100 | 1011111 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #880DF1
Complementary color
Monochromatic Colors of #880DF1
Black with #880DF1
Text Example
Text Example
White with #880DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DF1; }
p { color: rgb(136,13,241); }
H1.HeaderClassName
{
color: #880DF1;
}
.AnyTagClassName
{
color: #880DF1;
}
</style>
background-color css
<style>
a { background-color: #880DF1; }
a { background-color: rgb(136,13,241); }
div.DivClassName
{
background-color: #880DF1;
}
.BgClassName
{
background-color: #880DF1;
}
</style>
border-color css
<style>
span { border-color: #880DF1; }
span { border-color: rgb(136,13,241); }
td.TdClassName
{
border-color: #880DF1;
}
.TagClassName
{
border-color: #880DF1;
}
</style>