Shades of Violet #DB8AF0
Tints of Violet #DB8AF0
RGB
CMYK
RGB Variations
Color information
#DB8AF0 (or 0xDB8AF0) is known color: Violet. HEX triplet: DB, 8A and F0. RGB value is (219,138,240). Sum of RGB (Red+Green+Blue) = 219+138+240=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AF0 is #24750F. Grayscale: #ADADAD. Windows color (decimal): -2389264 or 15764187. OLE color: 15764187.
HSL color Cylindrical-coordinate representation of color #DB8AF0: hue angle of 287.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8AF0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 138 | 240 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.06 |
| HSL | 287.65º | 0.77% | 0.74% | - |
| HSV(B) | 287.65º | 0.43% | 0.94% | - |
| XYZ | 54.03 | 39.53 | 87.22 | - |
| YUV | 173.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 240 | 0.09 | 0.42 | 0 | 0.06 | 287.65 | 0.77 | 0.74 |
| Hex | DB | 8A | F0 | 9 | 2A | 0 | 6 | 120 | 4D | 4A |
| Octal | 333 | 212 | 360 | 11 | 52 | 0 | 6 | 440 | 115 | 112 |
| Binary | 11011011 | 10001010 | 11110000 | 1001 | 101010 | 0 | 110 | 100100000 | 1001101 | 1001010 |
Color Harmonies of #DB8AF0
Complementary color
Monochromatic Colors of #DB8AF0
Black with #DB8AF0
Text Example
Text Example
White with #DB8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AF0; }
p { color: rgb(219,138,240); }
H1.HeaderClassName
{
color: #DB8AF0;
}
.AnyTagClassName
{
color: #DB8AF0;
}
</style>
background-color css
<style>
a { background-color: #DB8AF0; }
a { background-color: rgb(219,138,240); }
div.DivClassName
{
background-color: #DB8AF0;
}
.BgClassName
{
background-color: #DB8AF0;
}
</style>
border-color css
<style>
span { border-color: #DB8AF0; }
span { border-color: rgb(219,138,240); }
td.TdClassName
{
border-color: #DB8AF0;
}
.TagClassName
{
border-color: #DB8AF0;
}
</style>