Shades of Violet #DA8DEA
Tints of Violet #DA8DEA
RGB
CMYK
RGB Variations
Color information
#DA8DEA (or 0xDA8DEA) is known color: Violet. HEX triplet: DA, 8D and EA. RGB value is (218,141,234). Sum of RGB (Red+Green+Blue) = 218+141+234=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8DEA is #257215. Grayscale: #AEAEAE. Windows color (decimal): -2454038 or 15371738. OLE color: 15371738.
HSL color Cylindrical-coordinate representation of color #DA8DEA: hue angle of 289.68º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8DEA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 141 | 234 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.08 |
| HSL | 289.68º | 0.69% | 0.74% | - |
| HSV(B) | 289.68º | 0.4% | 0.92% | - |
| XYZ | 53.29 | 39.9 | 82.73 | - |
| YUV | 174.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 234 | 0.07 | 0.40 | 0 | 0.08 | 289.68 | 0.69 | 0.74 |
| Hex | DA | 8D | EA | 7 | 28 | 0 | 8 | 122 | 45 | 4A |
| Octal | 332 | 215 | 352 | 7 | 50 | 0 | 10 | 442 | 105 | 112 |
| Binary | 11011010 | 10001101 | 11101010 | 111 | 101000 | 0 | 1000 | 100100010 | 1000101 | 1001010 |
Color Harmonies of #DA8DEA
Complementary color
Monochromatic Colors of #DA8DEA
Black with #DA8DEA
Text Example
Text Example
White with #DA8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DEA; }
p { color: rgb(218,141,234); }
H1.HeaderClassName
{
color: #DA8DEA;
}
.AnyTagClassName
{
color: #DA8DEA;
}
</style>
background-color css
<style>
a { background-color: #DA8DEA; }
a { background-color: rgb(218,141,234); }
div.DivClassName
{
background-color: #DA8DEA;
}
.BgClassName
{
background-color: #DA8DEA;
}
</style>
border-color css
<style>
span { border-color: #DA8DEA; }
span { border-color: rgb(218,141,234); }
td.TdClassName
{
border-color: #DA8DEA;
}
.TagClassName
{
border-color: #DA8DEA;
}
</style>