Shades of Dark Violet #880AEF
Tints of Dark Violet #880AEF
RGB
CMYK
RGB Variations
Color information
#880AEF (or 0x880AEF) is known color: Dark Violet. HEX triplet: 88, 0A and EF. RGB value is (136,10,239). Sum of RGB (Red+Green+Blue) = 136+10+239=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #880AEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AEF is #77F510. Grayscale: #484848. Windows color (decimal): -7861521 or 15665800. OLE color: 15665800.
HSL color Cylindrical-coordinate representation of color #880AEF: hue angle of 273.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AEF is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 10 | 239 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.06 |
| HSL | 273.01º | 0.92% | 0.49% | - |
| HSV(B) | 273.01º | 0.96% | 0.94% | - |
| XYZ | 25.84 | 11.68 | 82.55 | - |
| YUV | 73.78 | 221.24 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 239 | 0.43 | 0.96 | 0 | 0.06 | 273.01 | 0.92 | 0.49 |
| Hex | 88 | A | EF | 2B | 60 | 0 | 6 | 111 | 5C | 31 |
| Octal | 210 | 12 | 357 | 53 | 140 | 0 | 6 | 421 | 134 | 61 |
| Binary | 10001000 | 1010 | 11101111 | 101011 | 1100000 | 0 | 110 | 100010001 | 1011100 | 110001 |
Color Harmonies of #880AEF
Complementary color
Monochromatic Colors of #880AEF
Black with #880AEF
Text Example
Text Example
White with #880AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AEF; }
p { color: rgb(136,10,239); }
H1.HeaderClassName
{
color: #880AEF;
}
.AnyTagClassName
{
color: #880AEF;
}
</style>
background-color css
<style>
a { background-color: #880AEF; }
a { background-color: rgb(136,10,239); }
div.DivClassName
{
background-color: #880AEF;
}
.BgClassName
{
background-color: #880AEF;
}
</style>
border-color css
<style>
span { border-color: #880AEF; }
span { border-color: rgb(136,10,239); }
td.TdClassName
{
border-color: #880AEF;
}
.TagClassName
{
border-color: #880AEF;
}
</style>