Shades of Violet #EF8DF9
Tints of Violet #EF8DF9
RGB
CMYK
RGB Variations
Color information
#EF8DF9 (or 0xEF8DF9) is known color: Violet. HEX triplet: EF, 8D and F9. RGB value is (239,141,249). Sum of RGB (Red+Green+Blue) = 239+141+249=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF8DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DF9 is #107206. Grayscale: #B6B6B6. Windows color (decimal): -1077767 or 16354799. OLE color: 16354799.
HSL color Cylindrical-coordinate representation of color #EF8DF9: hue angle of 294.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8DF9 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 141 | 249 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 294.44º | 0.9% | 0.76% | - |
| HSV(B) | 294.44º | 0.43% | 0.98% | - |
| XYZ | 62.22 | 44.24 | 94.88 | - |
| YUV | 182.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 249 | 0.04 | 0.43 | 0 | 0.02 | 294.44 | 0.9 | 0.76 |
| Hex | EF | 8D | F9 | 4 | 2B | 0 | 2 | 126 | 5A | 4C |
| Octal | 357 | 215 | 371 | 4 | 53 | 0 | 2 | 446 | 132 | 114 |
| Binary | 11101111 | 10001101 | 11111001 | 100 | 101011 | 0 | 10 | 100100110 | 1011010 | 1001100 |
Color Harmonies of #EF8DF9
Complementary color
Monochromatic Colors of #EF8DF9
Black with #EF8DF9
Text Example
Text Example
White with #EF8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DF9; }
p { color: rgb(239,141,249); }
H1.HeaderClassName
{
color: #EF8DF9;
}
.AnyTagClassName
{
color: #EF8DF9;
}
</style>
background-color css
<style>
a { background-color: #EF8DF9; }
a { background-color: rgb(239,141,249); }
div.DivClassName
{
background-color: #EF8DF9;
}
.BgClassName
{
background-color: #EF8DF9;
}
</style>
border-color css
<style>
span { border-color: #EF8DF9; }
span { border-color: rgb(239,141,249); }
td.TdClassName
{
border-color: #EF8DF9;
}
.TagClassName
{
border-color: #EF8DF9;
}
</style>