Shades of Violet #DB90EF
Tints of Violet #DB90EF
RGB
CMYK
RGB Variations
Color information
#DB90EF (or 0xDB90EF) is known color: Violet. HEX triplet: DB, 90 and EF. RGB value is (219,144,239). Sum of RGB (Red+Green+Blue) = 219+144+239=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90EF is #246F10. Grayscale: #B0B0B0. Windows color (decimal): -2387729 or 15700187. OLE color: 15700187.
HSL color Cylindrical-coordinate representation of color #DB90EF: hue angle of 287.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB90EF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 144 | 239 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.06 |
| HSL | 287.37º | 0.75% | 0.75% | - |
| HSV(B) | 287.37º | 0.4% | 0.94% | - |
| XYZ | 54.77 | 41.24 | 86.73 | - |
| YUV | 177.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 239 | 0.08 | 0.40 | 0 | 0.06 | 287.37 | 0.75 | 0.75 |
| Hex | DB | 90 | EF | 8 | 28 | 0 | 6 | 11F | 4B | 4B |
| Octal | 333 | 220 | 357 | 10 | 50 | 0 | 6 | 437 | 113 | 113 |
| Binary | 11011011 | 10010000 | 11101111 | 1000 | 101000 | 0 | 110 | 100011111 | 1001011 | 1001011 |
Color Harmonies of #DB90EF
Complementary color
Monochromatic Colors of #DB90EF
Black with #DB90EF
Text Example
Text Example
White with #DB90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90EF; }
p { color: rgb(219,144,239); }
H1.HeaderClassName
{
color: #DB90EF;
}
.AnyTagClassName
{
color: #DB90EF;
}
</style>
background-color css
<style>
a { background-color: #DB90EF; }
a { background-color: rgb(219,144,239); }
div.DivClassName
{
background-color: #DB90EF;
}
.BgClassName
{
background-color: #DB90EF;
}
</style>
border-color css
<style>
span { border-color: #DB90EF; }
span { border-color: rgb(219,144,239); }
td.TdClassName
{
border-color: #DB90EF;
}
.TagClassName
{
border-color: #DB90EF;
}
</style>