Shades of Blue Violet #880CEF
Tints of Blue Violet #880CEF
RGB
CMYK
RGB Variations
Color information
#880CEF (or 0x880CEF) is known color: Blue Violet. HEX triplet: 88, 0C and EF. RGB value is (136,12,239). Sum of RGB (Red+Green+Blue) = 136+12+239=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #880CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CEF is #77F310. Grayscale: #4A4A4A. Windows color (decimal): -7861009 or 15666312. OLE color: 15666312.
HSL color Cylindrical-coordinate representation of color #880CEF: hue angle of 272.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CEF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 12 | 239 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.06 |
| HSL | 272.78º | 0.9% | 0.49% | - |
| HSV(B) | 272.78º | 0.95% | 0.94% | - |
| XYZ | 25.86 | 11.73 | 82.56 | - |
| YUV | 74.95 | 220.58 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 239 | 0.43 | 0.95 | 0 | 0.06 | 272.78 | 0.9 | 0.49 |
| Hex | 88 | C | EF | 2B | 5F | 0 | 6 | 111 | 5A | 31 |
| Octal | 210 | 14 | 357 | 53 | 137 | 0 | 6 | 421 | 132 | 61 |
| Binary | 10001000 | 1100 | 11101111 | 101011 | 1011111 | 0 | 110 | 100010001 | 1011010 | 110001 |
Color Harmonies of #880CEF
Complementary color
Monochromatic Colors of #880CEF
Black with #880CEF
Text Example
Text Example
White with #880CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CEF; }
p { color: rgb(136,12,239); }
H1.HeaderClassName
{
color: #880CEF;
}
.AnyTagClassName
{
color: #880CEF;
}
</style>
background-color css
<style>
a { background-color: #880CEF; }
a { background-color: rgb(136,12,239); }
div.DivClassName
{
background-color: #880CEF;
}
.BgClassName
{
background-color: #880CEF;
}
</style>
border-color css
<style>
span { border-color: #880CEF; }
span { border-color: rgb(136,12,239); }
td.TdClassName
{
border-color: #880CEF;
}
.TagClassName
{
border-color: #880CEF;
}
</style>