Shades of Blue Violet #880FF4
Tints of Blue Violet #880FF4
RGB
CMYK
RGB Variations
Color information
#880FF4 (or 0x880FF4) is known color: Blue Violet. HEX triplet: 88, 0F and F4. RGB value is (136,15,244). Sum of RGB (Red+Green+Blue) = 136+15+244=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #880FF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FF4 is #77F00B. Grayscale: #4C4C4C. Windows color (decimal): -7860236 or 15994760. OLE color: 15994760.
HSL color Cylindrical-coordinate representation of color #880FF4: hue angle of 271.7º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FF4 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 15 | 244 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.04 |
| HSL | 271.7º | 0.91% | 0.51% | - |
| HSV(B) | 271.7º | 0.94% | 0.96% | - |
| XYZ | 26.65 | 12.11 | 86.52 | - |
| YUV | 77.29 | 222.09 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 244 | 0.44 | 0.94 | 0 | 0.04 | 271.7 | 0.91 | 0.51 |
| Hex | 88 | F | F4 | 2C | 5E | 0 | 4 | 110 | 5B | 33 |
| Octal | 210 | 17 | 364 | 54 | 136 | 0 | 4 | 420 | 133 | 63 |
| Binary | 10001000 | 1111 | 11110100 | 101100 | 1011110 | 0 | 100 | 100010000 | 1011011 | 110011 |
Color Harmonies of #880FF4
Complementary color
Monochromatic Colors of #880FF4
Black with #880FF4
Text Example
Text Example
White with #880FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FF4; }
p { color: rgb(136,15,244); }
H1.HeaderClassName
{
color: #880FF4;
}
.AnyTagClassName
{
color: #880FF4;
}
</style>
background-color css
<style>
a { background-color: #880FF4; }
a { background-color: rgb(136,15,244); }
div.DivClassName
{
background-color: #880FF4;
}
.BgClassName
{
background-color: #880FF4;
}
</style>
border-color css
<style>
span { border-color: #880FF4; }
span { border-color: rgb(136,15,244); }
td.TdClassName
{
border-color: #880FF4;
}
.TagClassName
{
border-color: #880FF4;
}
</style>