Shades of Violet #DB8AEF
Tints of Violet #DB8AEF
RGB
CMYK
RGB Variations
Color information
#DB8AEF (or 0xDB8AEF) is known color: Violet. HEX triplet: DB, 8A and EF. RGB value is (219,138,239). Sum of RGB (Red+Green+Blue) = 219+138+239=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB8AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEF is #247510. Grayscale: #ADADAD. Windows color (decimal): -2389265 or 15698651. OLE color: 15698651.
HSL color Cylindrical-coordinate representation of color #DB8AEF: hue angle of 288.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8AEF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 138 | 239 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.06 |
| HSL | 288.12º | 0.76% | 0.74% | - |
| HSV(B) | 288.12º | 0.42% | 0.94% | - |
| XYZ | 53.88 | 39.47 | 86.44 | - |
| YUV | 173.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 239 | 0.08 | 0.42 | 0 | 0.06 | 288.12 | 0.76 | 0.74 |
| Hex | DB | 8A | EF | 8 | 2A | 0 | 6 | 120 | 4C | 4A |
| Octal | 333 | 212 | 357 | 10 | 52 | 0 | 6 | 440 | 114 | 112 |
| Binary | 11011011 | 10001010 | 11101111 | 1000 | 101010 | 0 | 110 | 100100000 | 1001100 | 1001010 |
Color Harmonies of #DB8AEF
Complementary color
Monochromatic Colors of #DB8AEF
Black with #DB8AEF
Text Example
Text Example
White with #DB8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AEF; }
p { color: rgb(219,138,239); }
H1.HeaderClassName
{
color: #DB8AEF;
}
.AnyTagClassName
{
color: #DB8AEF;
}
</style>
background-color css
<style>
a { background-color: #DB8AEF; }
a { background-color: rgb(219,138,239); }
div.DivClassName
{
background-color: #DB8AEF;
}
.BgClassName
{
background-color: #DB8AEF;
}
</style>
border-color css
<style>
span { border-color: #DB8AEF; }
span { border-color: rgb(219,138,239); }
td.TdClassName
{
border-color: #DB8AEF;
}
.TagClassName
{
border-color: #DB8AEF;
}
</style>