Shades of Blue Violet #880FF2
Tints of Blue Violet #880FF2
RGB
CMYK
RGB Variations
Color information
#880FF2 (or 0x880FF2) is known color: Blue Violet. HEX triplet: 88, 0F and F2. RGB value is (136,15,242). Sum of RGB (Red+Green+Blue) = 136+15+242=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #880FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FF2 is #77F00D. Grayscale: #4C4C4C. Windows color (decimal): -7860238 or 15863688. OLE color: 15863688.
HSL color Cylindrical-coordinate representation of color #880FF2: hue angle of 271.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FF2 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 15 | 242 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.05 |
| HSL | 271.98º | 0.9% | 0.5% | - |
| HSV(B) | 271.98º | 0.94% | 0.95% | - |
| XYZ | 26.35 | 11.99 | 84.93 | - |
| YUV | 77.06 | 221.09 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 242 | 0.44 | 0.94 | 0 | 0.05 | 271.98 | 0.9 | 0.5 |
| Hex | 88 | F | F2 | 2C | 5E | 0 | 5 | 110 | 5A | 32 |
| Octal | 210 | 17 | 362 | 54 | 136 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10001000 | 1111 | 11110010 | 101100 | 1011110 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #880FF2
Complementary color
Monochromatic Colors of #880FF2
Black with #880FF2
Text Example
Text Example
White with #880FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FF2; }
p { color: rgb(136,15,242); }
H1.HeaderClassName
{
color: #880FF2;
}
.AnyTagClassName
{
color: #880FF2;
}
</style>
background-color css
<style>
a { background-color: #880FF2; }
a { background-color: rgb(136,15,242); }
div.DivClassName
{
background-color: #880FF2;
}
.BgClassName
{
background-color: #880FF2;
}
</style>
border-color css
<style>
span { border-color: #880FF2; }
span { border-color: rgb(136,15,242); }
td.TdClassName
{
border-color: #880FF2;
}
.TagClassName
{
border-color: #880FF2;
}
</style>