Shades of Violet #DB8AEA
Tints of Violet #DB8AEA
RGB
CMYK
RGB Variations
Color information
#DB8AEA (or 0xDB8AEA) is known color: Violet. HEX triplet: DB, 8A and EA. RGB value is (219,138,234). Sum of RGB (Red+Green+Blue) = 219+138+234=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEA is #247515. Grayscale: #ACACAC. Windows color (decimal): -2389270 or 15370971. OLE color: 15370971.
HSL color Cylindrical-coordinate representation of color #DB8AEA: hue angle of 290.62º 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 #DB8AEA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 138 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 290.63º | 0.7% | 0.73% | - |
| HSV(B) | 290.63º | 0.41% | 0.92% | - |
| XYZ | 53.15 | 39.18 | 82.6 | - |
| YUV | 173.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 234 | 0.06 | 0.41 | 0 | 0.08 | 290.63 | 0.7 | 0.73 |
| Hex | DB | 8A | EA | 6 | 29 | 0 | 8 | 123 | 46 | 49 |
| Octal | 333 | 212 | 352 | 6 | 51 | 0 | 10 | 443 | 106 | 111 |
| Binary | 11011011 | 10001010 | 11101010 | 110 | 101001 | 0 | 1000 | 100100011 | 1000110 | 1001001 |
Color Harmonies of #DB8AEA
Complementary color
Monochromatic Colors of #DB8AEA
Black with #DB8AEA
Text Example
Text Example
White with #DB8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AEA; }
p { color: rgb(219,138,234); }
H1.HeaderClassName
{
color: #DB8AEA;
}
.AnyTagClassName
{
color: #DB8AEA;
}
</style>
background-color css
<style>
a { background-color: #DB8AEA; }
a { background-color: rgb(219,138,234); }
div.DivClassName
{
background-color: #DB8AEA;
}
.BgClassName
{
background-color: #DB8AEA;
}
</style>
border-color css
<style>
span { border-color: #DB8AEA; }
span { border-color: rgb(219,138,234); }
td.TdClassName
{
border-color: #DB8AEA;
}
.TagClassName
{
border-color: #DB8AEA;
}
</style>