Shades of Violet #DF91EF
Tints of Violet #DF91EF
RGB
CMYK
RGB Variations
Color information
#DF91EF (or 0xDF91EF) is known color: Violet. HEX triplet: DF, 91 and EF. RGB value is (223,145,239). Sum of RGB (Red+Green+Blue) = 223+145+239=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF91EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91EF is #206E10. Grayscale: #B2B2B2. Windows color (decimal): -2125329 or 15700447. OLE color: 15700447.
HSL color Cylindrical-coordinate representation of color #DF91EF: hue angle of 289.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF91EF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 145 | 239 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.06 |
| HSL | 289.79º | 0.75% | 0.75% | - |
| HSV(B) | 289.79º | 0.39% | 0.94% | - |
| XYZ | 56.14 | 42.17 | 86.84 | - |
| YUV | 179.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 239 | 0.07 | 0.39 | 0 | 0.06 | 289.79 | 0.75 | 0.75 |
| Hex | DF | 91 | EF | 7 | 27 | 0 | 6 | 122 | 4B | 4B |
| Octal | 337 | 221 | 357 | 7 | 47 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11011111 | 10010001 | 11101111 | 111 | 100111 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #DF91EF
Complementary color
Monochromatic Colors of #DF91EF
Black with #DF91EF
Text Example
Text Example
White with #DF91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91EF; }
p { color: rgb(223,145,239); }
H1.HeaderClassName
{
color: #DF91EF;
}
.AnyTagClassName
{
color: #DF91EF;
}
</style>
background-color css
<style>
a { background-color: #DF91EF; }
a { background-color: rgb(223,145,239); }
div.DivClassName
{
background-color: #DF91EF;
}
.BgClassName
{
background-color: #DF91EF;
}
</style>
border-color css
<style>
span { border-color: #DF91EF; }
span { border-color: rgb(223,145,239); }
td.TdClassName
{
border-color: #DF91EF;
}
.TagClassName
{
border-color: #DF91EF;
}
</style>