Shades of Violet #DA8CEF
Tints of Violet #DA8CEF
RGB
CMYK
RGB Variations
Color information
#DA8CEF (or 0xDA8CEF) is known color: Violet. HEX triplet: DA, 8C and EF. RGB value is (218,140,239). Sum of RGB (Red+Green+Blue) = 218+140+239=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CEF is #257310. Grayscale: #AEAEAE. Windows color (decimal): -2454289 or 15699162. OLE color: 15699162.
HSL color Cylindrical-coordinate representation of color #DA8CEF: hue angle of 287.27º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8CEF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 140 | 239 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.06 |
| HSL | 287.27º | 0.76% | 0.74% | - |
| HSV(B) | 287.27º | 0.41% | 0.94% | - |
| XYZ | 53.87 | 39.89 | 86.52 | - |
| YUV | 174.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 239 | 0.09 | 0.41 | 0 | 0.06 | 287.27 | 0.76 | 0.74 |
| Hex | DA | 8C | EF | 9 | 29 | 0 | 6 | 11F | 4C | 4A |
| Octal | 332 | 214 | 357 | 11 | 51 | 0 | 6 | 437 | 114 | 112 |
| Binary | 11011010 | 10001100 | 11101111 | 1001 | 101001 | 0 | 110 | 100011111 | 1001100 | 1001010 |
Color Harmonies of #DA8CEF
Complementary color
Monochromatic Colors of #DA8CEF
Black with #DA8CEF
Text Example
Text Example
White with #DA8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CEF; }
p { color: rgb(218,140,239); }
H1.HeaderClassName
{
color: #DA8CEF;
}
.AnyTagClassName
{
color: #DA8CEF;
}
</style>
background-color css
<style>
a { background-color: #DA8CEF; }
a { background-color: rgb(218,140,239); }
div.DivClassName
{
background-color: #DA8CEF;
}
.BgClassName
{
background-color: #DA8CEF;
}
</style>
border-color css
<style>
span { border-color: #DA8CEF; }
span { border-color: rgb(218,140,239); }
td.TdClassName
{
border-color: #DA8CEF;
}
.TagClassName
{
border-color: #DA8CEF;
}
</style>