Shades of Violet #EF9BFC
Tints of Violet #EF9BFC
RGB
CMYK
RGB Variations
Color information
#EF9BFC (or 0xEF9BFC) is known color: Violet. HEX triplet: EF, 9B and FC. RGB value is (239,155,252). Sum of RGB (Red+Green+Blue) = 239+155+252=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BFC is #106403. Grayscale: #BEBEBE. Windows color (decimal): -1074180 or 16554991. OLE color: 16554991.
HSL color Cylindrical-coordinate representation of color #EF9BFC: hue angle of 291.96º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9BFC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 155 | 252 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.01 |
| HSL | 291.96º | 0.94% | 0.8% | - |
| HSV(B) | 291.96º | 0.38% | 0.99% | - |
| XYZ | 64.89 | 48.82 | 98.1 | - |
| YUV | 191.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 252 | 0.05 | 0.38 | 0 | 0.01 | 291.96 | 0.94 | 0.8 |
| Hex | EF | 9B | FC | 5 | 26 | 0 | 1 | 124 | 5E | 50 |
| Octal | 357 | 233 | 374 | 5 | 46 | 0 | 1 | 444 | 136 | 120 |
| Binary | 11101111 | 10011011 | 11111100 | 101 | 100110 | 0 | 1 | 100100100 | 1011110 | 1010000 |
Color Harmonies of #EF9BFC
Complementary color
Monochromatic Colors of #EF9BFC
Black with #EF9BFC
Text Example
Text Example
White with #EF9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BFC; }
p { color: rgb(239,155,252); }
H1.HeaderClassName
{
color: #EF9BFC;
}
.AnyTagClassName
{
color: #EF9BFC;
}
</style>
background-color css
<style>
a { background-color: #EF9BFC; }
a { background-color: rgb(239,155,252); }
div.DivClassName
{
background-color: #EF9BFC;
}
.BgClassName
{
background-color: #EF9BFC;
}
</style>
border-color css
<style>
span { border-color: #EF9BFC; }
span { border-color: rgb(239,155,252); }
td.TdClassName
{
border-color: #EF9BFC;
}
.TagClassName
{
border-color: #EF9BFC;
}
</style>