Shades of Dark Violet #880ABA
Tints of Dark Violet #880ABA
RGB
CMYK
RGB Variations
Color information
#880ABA (or 0x880ABA) is known color: Dark Violet. HEX triplet: 88, 0A and BA. RGB value is (136,10,186). Sum of RGB (Red+Green+Blue) = 136+10+186=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #880ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ABA is #77F545. Grayscale: #434343. Windows color (decimal): -7861574 or 12192392. OLE color: 12192392.
HSL color Cylindrical-coordinate representation of color #880ABA: hue angle of 282.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880ABA is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 10 | 186 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.27 |
| HSL | 282.95º | 0.9% | 0.38% | - |
| HSV(B) | 282.95º | 0.95% | 0.73% | - |
| XYZ | 19.12 | 9 | 47.18 | - |
| YUV | 67.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 186 | 0.27 | 0.95 | 0 | 0.27 | 282.95 | 0.9 | 0.38 |
| Hex | 88 | A | BA | 1B | 5F | 0 | 1B | 11B | 5A | 26 |
| Octal | 210 | 12 | 272 | 33 | 137 | 0 | 33 | 433 | 132 | 46 |
| Binary | 10001000 | 1010 | 10111010 | 11011 | 1011111 | 0 | 11011 | 100011011 | 1011010 | 100110 |
Color Harmonies of #880ABA
Complementary color
Monochromatic Colors of #880ABA
Black with #880ABA
Text Example
Text Example
White with #880ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ABA; }
p { color: rgb(136,10,186); }
H1.HeaderClassName
{
color: #880ABA;
}
.AnyTagClassName
{
color: #880ABA;
}
</style>
background-color css
<style>
a { background-color: #880ABA; }
a { background-color: rgb(136,10,186); }
div.DivClassName
{
background-color: #880ABA;
}
.BgClassName
{
background-color: #880ABA;
}
</style>
border-color css
<style>
span { border-color: #880ABA; }
span { border-color: rgb(136,10,186); }
td.TdClassName
{
border-color: #880ABA;
}
.TagClassName
{
border-color: #880ABA;
}
</style>