Shades of Violet #DC86EF
Tints of Violet #DC86EF
RGB
CMYK
RGB Variations
Color information
#DC86EF (or 0xDC86EF) is known color: Violet. HEX triplet: DC, 86 and EF. RGB value is (220,134,239). Sum of RGB (Red+Green+Blue) = 220+134+239=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86EF is #237910. Grayscale: #ABABAB. Windows color (decimal): -2324753 or 15697628. OLE color: 15697628.
HSL color Cylindrical-coordinate representation of color #DC86EF: hue angle of 289.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC86EF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 134 | 239 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.06 |
| HSL | 289.14º | 0.77% | 0.73% | - |
| HSV(B) | 289.14º | 0.44% | 0.94% | - |
| XYZ | 53.62 | 38.5 | 86.27 | - |
| YUV | 171.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 239 | 0.08 | 0.44 | 0 | 0.06 | 289.14 | 0.77 | 0.73 |
| Hex | DC | 86 | EF | 8 | 2C | 0 | 6 | 121 | 4D | 49 |
| Octal | 334 | 206 | 357 | 10 | 54 | 0 | 6 | 441 | 115 | 111 |
| Binary | 11011100 | 10000110 | 11101111 | 1000 | 101100 | 0 | 110 | 100100001 | 1001101 | 1001001 |
Color Harmonies of #DC86EF
Complementary color
Monochromatic Colors of #DC86EF
Black with #DC86EF
Text Example
Text Example
White with #DC86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86EF; }
p { color: rgb(220,134,239); }
H1.HeaderClassName
{
color: #DC86EF;
}
.AnyTagClassName
{
color: #DC86EF;
}
</style>
background-color css
<style>
a { background-color: #DC86EF; }
a { background-color: rgb(220,134,239); }
div.DivClassName
{
background-color: #DC86EF;
}
.BgClassName
{
background-color: #DC86EF;
}
</style>
border-color css
<style>
span { border-color: #DC86EF; }
span { border-color: rgb(220,134,239); }
td.TdClassName
{
border-color: #DC86EF;
}
.TagClassName
{
border-color: #DC86EF;
}
</style>