Shades of Dark Violet #880ADA
Tints of Dark Violet #880ADA
RGB
CMYK
RGB Variations
Color information
#880ADA (or 0x880ADA) is known color: Dark Violet. HEX triplet: 88, 0A and DA. RGB value is (136,10,218). Sum of RGB (Red+Green+Blue) = 136+10+218=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #880ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ADA is #77F525. Grayscale: #464646. Windows color (decimal): -7861542 or 14289544. OLE color: 14289544.
HSL color Cylindrical-coordinate representation of color #880ADA: hue angle of 276.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880ADA is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 10 | 218 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.15 |
| HSL | 276.35º | 0.91% | 0.45% | - |
| HSV(B) | 276.35º | 0.95% | 0.85% | - |
| XYZ | 22.92 | 10.51 | 67.15 | - |
| YUV | 71.39 | 210.74 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 218 | 0.38 | 0.95 | 0 | 0.15 | 276.35 | 0.91 | 0.45 |
| Hex | 88 | A | DA | 26 | 5F | 0 | F | 114 | 5B | 2D |
| Octal | 210 | 12 | 332 | 46 | 137 | 0 | 17 | 424 | 133 | 55 |
| Binary | 10001000 | 1010 | 11011010 | 100110 | 1011111 | 0 | 1111 | 100010100 | 1011011 | 101101 |
Color Harmonies of #880ADA
Complementary color
Monochromatic Colors of #880ADA
Black with #880ADA
Text Example
Text Example
White with #880ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ADA; }
p { color: rgb(136,10,218); }
H1.HeaderClassName
{
color: #880ADA;
}
.AnyTagClassName
{
color: #880ADA;
}
</style>
background-color css
<style>
a { background-color: #880ADA; }
a { background-color: rgb(136,10,218); }
div.DivClassName
{
background-color: #880ADA;
}
.BgClassName
{
background-color: #880ADA;
}
</style>
border-color css
<style>
span { border-color: #880ADA; }
span { border-color: rgb(136,10,218); }
td.TdClassName
{
border-color: #880ADA;
}
.TagClassName
{
border-color: #880ADA;
}
</style>