Shades of Violet #EF9BFE
Tints of Violet #EF9BFE
RGB
CMYK
RGB Variations
Color information
#EF9BFE (or 0xEF9BFE) is known color: Violet. HEX triplet: EF, 9B and FE. RGB value is (239,155,254). Sum of RGB (Red+Green+Blue) = 239+155+254=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BFE is #106401. Grayscale: #BFBFBF. Windows color (decimal): -1074178 or 16686063. OLE color: 16686063.
HSL color Cylindrical-coordinate representation of color #EF9BFE: hue angle of 290.91º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF9BFE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 155 | 254 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.00 |
| HSL | 290.91º | 0.98% | 0.8% | - |
| HSV(B) | 290.91º | 0.39% | 1% | - |
| XYZ | 65.21 | 48.95 | 99.78 | - |
| YUV | 191.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 254 | 0.06 | 0.39 | 0 | 0.00 | 290.91 | 0.98 | 0.8 |
| Hex | EF | 9B | FE | 6 | 27 | 0 | 0 | 123 | 62 | 50 |
| Octal | 357 | 233 | 376 | 6 | 47 | 0 | 0 | 443 | 142 | 120 |
| Binary | 11101111 | 10011011 | 11111110 | 110 | 100111 | 0 | 0 | 100100011 | 1100010 | 1010000 |
Color Harmonies of #EF9BFE
Complementary color
Monochromatic Colors of #EF9BFE
Black with #EF9BFE
Text Example
Text Example
White with #EF9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BFE; }
p { color: rgb(239,155,254); }
H1.HeaderClassName
{
color: #EF9BFE;
}
.AnyTagClassName
{
color: #EF9BFE;
}
</style>
background-color css
<style>
a { background-color: #EF9BFE; }
a { background-color: rgb(239,155,254); }
div.DivClassName
{
background-color: #EF9BFE;
}
.BgClassName
{
background-color: #EF9BFE;
}
</style>
border-color css
<style>
span { border-color: #EF9BFE; }
span { border-color: rgb(239,155,254); }
td.TdClassName
{
border-color: #EF9BFE;
}
.TagClassName
{
border-color: #EF9BFE;
}
</style>