Shades of Dark Violet #880FDF
Tints of Dark Violet #880FDF
RGB
CMYK
RGB Variations
Color information
#880FDF (or 0x880FDF) is known color: Dark Violet. HEX triplet: 88, 0F and DF. RGB value is (136,15,223). Sum of RGB (Red+Green+Blue) = 136+15+223=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #880FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FDF is #77F020. Grayscale: #4A4A4A. Windows color (decimal): -7860257 or 14618504. OLE color: 14618504.
HSL color Cylindrical-coordinate representation of color #880FDF: hue angle of 274.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FDF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 15 | 223 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 274.9º | 0.87% | 0.47% | - |
| HSV(B) | 274.9º | 0.93% | 0.87% | - |
| XYZ | 23.64 | 10.9 | 70.67 | - |
| YUV | 74.89 | 211.59 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 223 | 0.39 | 0.93 | 0 | 0.13 | 274.9 | 0.87 | 0.47 |
| Hex | 88 | F | DF | 27 | 5D | 0 | D | 113 | 57 | 2F |
| Octal | 210 | 17 | 337 | 47 | 135 | 0 | 15 | 423 | 127 | 57 |
| Binary | 10001000 | 1111 | 11011111 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101111 |
Color Harmonies of #880FDF
Complementary color
Monochromatic Colors of #880FDF
Black with #880FDF
Text Example
Text Example
White with #880FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FDF; }
p { color: rgb(136,15,223); }
H1.HeaderClassName
{
color: #880FDF;
}
.AnyTagClassName
{
color: #880FDF;
}
</style>
background-color css
<style>
a { background-color: #880FDF; }
a { background-color: rgb(136,15,223); }
div.DivClassName
{
background-color: #880FDF;
}
.BgClassName
{
background-color: #880FDF;
}
</style>
border-color css
<style>
span { border-color: #880FDF; }
span { border-color: rgb(136,15,223); }
td.TdClassName
{
border-color: #880FDF;
}
.TagClassName
{
border-color: #880FDF;
}
</style>