Shades of Blue Violet #880FF8
Tints of Blue Violet #880FF8
RGB
CMYK
RGB Variations
Color information
#880FF8 (or 0x880FF8) is known color: Blue Violet. HEX triplet: 88, 0F and F8. RGB value is (136,15,248). Sum of RGB (Red+Green+Blue) = 136+15+248=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #880FF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FF8 is #77F007. Grayscale: #4C4C4C. Windows color (decimal): -7860232 or 16256904. OLE color: 16256904.
HSL color Cylindrical-coordinate representation of color #880FF8: hue angle of 271.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FF8 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 15 | 248 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.03 |
| HSL | 271.16º | 0.94% | 0.52% | - |
| HSV(B) | 271.16º | 0.94% | 0.97% | - |
| XYZ | 27.27 | 12.35 | 89.75 | - |
| YUV | 77.74 | 224.09 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 248 | 0.45 | 0.94 | 0 | 0.03 | 271.16 | 0.94 | 0.52 |
| Hex | 88 | F | F8 | 2D | 5E | 0 | 3 | 10F | 5E | 34 |
| Octal | 210 | 17 | 370 | 55 | 136 | 0 | 3 | 417 | 136 | 64 |
| Binary | 10001000 | 1111 | 11111000 | 101101 | 1011110 | 0 | 11 | 100001111 | 1011110 | 110100 |
Color Harmonies of #880FF8
Complementary color
Monochromatic Colors of #880FF8
Black with #880FF8
Text Example
Text Example
White with #880FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FF8; }
p { color: rgb(136,15,248); }
H1.HeaderClassName
{
color: #880FF8;
}
.AnyTagClassName
{
color: #880FF8;
}
</style>
background-color css
<style>
a { background-color: #880FF8; }
a { background-color: rgb(136,15,248); }
div.DivClassName
{
background-color: #880FF8;
}
.BgClassName
{
background-color: #880FF8;
}
</style>
border-color css
<style>
span { border-color: #880FF8; }
span { border-color: rgb(136,15,248); }
td.TdClassName
{
border-color: #880FF8;
}
.TagClassName
{
border-color: #880FF8;
}
</style>