Shades of Violet #DC8AEA
Tints of Violet #DC8AEA
RGB
CMYK
RGB Variations
Color information
#DC8AEA (or 0xDC8AEA) is known color: Violet. HEX triplet: DC, 8A and EA. RGB value is (220,138,234). Sum of RGB (Red+Green+Blue) = 220+138+234=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AEA is #237515. Grayscale: #ADADAD. Windows color (decimal): -2323734 or 15370972. OLE color: 15370972.
HSL color Cylindrical-coordinate representation of color #DC8AEA: hue angle of 291.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8AEA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 138 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 291.25º | 0.7% | 0.73% | - |
| HSV(B) | 291.25º | 0.41% | 0.92% | - |
| XYZ | 53.45 | 39.33 | 82.62 | - |
| YUV | 173.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 234 | 0.06 | 0.41 | 0 | 0.08 | 291.25 | 0.7 | 0.73 |
| Hex | DC | 8A | EA | 6 | 29 | 0 | 8 | 123 | 46 | 49 |
| Octal | 334 | 212 | 352 | 6 | 51 | 0 | 10 | 443 | 106 | 111 |
| Binary | 11011100 | 10001010 | 11101010 | 110 | 101001 | 0 | 1000 | 100100011 | 1000110 | 1001001 |
Color Harmonies of #DC8AEA
Complementary color
Monochromatic Colors of #DC8AEA
Black with #DC8AEA
Text Example
Text Example
White with #DC8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AEA; }
p { color: rgb(220,138,234); }
H1.HeaderClassName
{
color: #DC8AEA;
}
.AnyTagClassName
{
color: #DC8AEA;
}
</style>
background-color css
<style>
a { background-color: #DC8AEA; }
a { background-color: rgb(220,138,234); }
div.DivClassName
{
background-color: #DC8AEA;
}
.BgClassName
{
background-color: #DC8AEA;
}
</style>
border-color css
<style>
span { border-color: #DC8AEA; }
span { border-color: rgb(220,138,234); }
td.TdClassName
{
border-color: #DC8AEA;
}
.TagClassName
{
border-color: #DC8AEA;
}
</style>