Shades of Violet #DA86E7
Tints of Violet #DA86E7
RGB
CMYK
RGB Variations
Color information
#DA86E7 (or 0xDA86E7) is known color: Violet. HEX triplet: DA, 86 and E7. RGB value is (218,134,231). Sum of RGB (Red+Green+Blue) = 218+134+231=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86E7 is #257918. Grayscale: #A9A9A9. Windows color (decimal): -2455833 or 15173338. OLE color: 15173338.
HSL color Cylindrical-coordinate representation of color #DA86E7: hue angle of 291.96º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA86E7 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 134 | 231 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.09 |
| HSL | 291.96º | 0.67% | 0.72% | - |
| HSV(B) | 291.96º | 0.42% | 0.91% | - |
| XYZ | 51.86 | 37.73 | 80.15 | - |
| YUV | 170.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 231 | 0.06 | 0.42 | 0 | 0.09 | 291.96 | 0.67 | 0.72 |
| Hex | DA | 86 | E7 | 6 | 2A | 0 | 9 | 124 | 43 | 48 |
| Octal | 332 | 206 | 347 | 6 | 52 | 0 | 11 | 444 | 103 | 110 |
| Binary | 11011010 | 10000110 | 11100111 | 110 | 101010 | 0 | 1001 | 100100100 | 1000011 | 1001000 |
Color Harmonies of #DA86E7
Complementary color
Monochromatic Colors of #DA86E7
Black with #DA86E7
Text Example
Text Example
White with #DA86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86E7; }
p { color: rgb(218,134,231); }
H1.HeaderClassName
{
color: #DA86E7;
}
.AnyTagClassName
{
color: #DA86E7;
}
</style>
background-color css
<style>
a { background-color: #DA86E7; }
a { background-color: rgb(218,134,231); }
div.DivClassName
{
background-color: #DA86E7;
}
.BgClassName
{
background-color: #DA86E7;
}
</style>
border-color css
<style>
span { border-color: #DA86E7; }
span { border-color: rgb(218,134,231); }
td.TdClassName
{
border-color: #DA86E7;
}
.TagClassName
{
border-color: #DA86E7;
}
</style>