Shades of Dark Violet #880ADF
Tints of Dark Violet #880ADF
RGB
CMYK
RGB Variations
Color information
#880ADF (or 0x880ADF) is known color: Dark Violet. HEX triplet: 88, 0A and DF. RGB value is (136,10,223). Sum of RGB (Red+Green+Blue) = 136+10+223=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #880ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ADF is #77F520. Grayscale: #474747. Windows color (decimal): -7861537 or 14617224. OLE color: 14617224.
HSL color Cylindrical-coordinate representation of color #880ADF: hue angle of 275.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880ADF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 10 | 223 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.13 |
| HSL | 275.49º | 0.91% | 0.46% | - |
| HSV(B) | 275.49º | 0.96% | 0.87% | - |
| XYZ | 23.58 | 10.78 | 70.65 | - |
| YUV | 71.96 | 213.24 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 223 | 0.39 | 0.96 | 0 | 0.13 | 275.49 | 0.91 | 0.46 |
| Hex | 88 | A | DF | 27 | 60 | 0 | D | 113 | 5B | 2E |
| Octal | 210 | 12 | 337 | 47 | 140 | 0 | 15 | 423 | 133 | 56 |
| Binary | 10001000 | 1010 | 11011111 | 100111 | 1100000 | 0 | 1101 | 100010011 | 1011011 | 101110 |
Color Harmonies of #880ADF
Complementary color
Monochromatic Colors of #880ADF
Black with #880ADF
Text Example
Text Example
White with #880ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ADF; }
p { color: rgb(136,10,223); }
H1.HeaderClassName
{
color: #880ADF;
}
.AnyTagClassName
{
color: #880ADF;
}
</style>
background-color css
<style>
a { background-color: #880ADF; }
a { background-color: rgb(136,10,223); }
div.DivClassName
{
background-color: #880ADF;
}
.BgClassName
{
background-color: #880ADF;
}
</style>
border-color css
<style>
span { border-color: #880ADF; }
span { border-color: rgb(136,10,223); }
td.TdClassName
{
border-color: #880ADF;
}
.TagClassName
{
border-color: #880ADF;
}
</style>