Shades of Dark Violet #880AD6
Tints of Dark Violet #880AD6
RGB
CMYK
RGB Variations
Color information
#880AD6 (or 0x880AD6) is known color: Dark Violet. HEX triplet: 88, 0A and D6. RGB value is (136,10,214). Sum of RGB (Red+Green+Blue) = 136+10+214=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #880AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AD6 is #77F529. Grayscale: #464646. Windows color (decimal): -7861546 or 14027400. OLE color: 14027400.
HSL color Cylindrical-coordinate representation of color #880AD6: hue angle of 277.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AD6 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 10 | 214 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.16 |
| HSL | 277.06º | 0.91% | 0.44% | - |
| HSV(B) | 277.06º | 0.95% | 0.84% | - |
| XYZ | 22.4 | 10.31 | 64.43 | - |
| YUV | 70.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 214 | 0.36 | 0.95 | 0 | 0.16 | 277.06 | 0.91 | 0.44 |
| Hex | 88 | A | D6 | 24 | 5F | 0 | 10 | 115 | 5B | 2C |
| Octal | 210 | 12 | 326 | 44 | 137 | 0 | 20 | 425 | 133 | 54 |
| Binary | 10001000 | 1010 | 11010110 | 100100 | 1011111 | 0 | 10000 | 100010101 | 1011011 | 101100 |
Color Harmonies of #880AD6
Complementary color
Monochromatic Colors of #880AD6
Black with #880AD6
Text Example
Text Example
White with #880AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AD6; }
p { color: rgb(136,10,214); }
H1.HeaderClassName
{
color: #880AD6;
}
.AnyTagClassName
{
color: #880AD6;
}
</style>
background-color css
<style>
a { background-color: #880AD6; }
a { background-color: rgb(136,10,214); }
div.DivClassName
{
background-color: #880AD6;
}
.BgClassName
{
background-color: #880AD6;
}
</style>
border-color css
<style>
span { border-color: #880AD6; }
span { border-color: rgb(136,10,214); }
td.TdClassName
{
border-color: #880AD6;
}
.TagClassName
{
border-color: #880AD6;
}
</style>