Shades of Violet #FE8DF9
Tints of Violet #FE8DF9
RGB
CMYK
RGB Variations
Color information
#FE8DF9 (or 0xFE8DF9) is known color: Violet. HEX triplet: FE, 8D and F9. RGB value is (254,141,249). Sum of RGB (Red+Green+Blue) = 254+141+249=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 141 (55.47% from 255 or 21.89% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DF9 is #017206. Grayscale: #BABABA. Windows color (decimal): -94727 or 16354814. OLE color: 16354814.
HSL color Cylindrical-coordinate representation of color #FE8DF9: hue angle of 302.65º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DF9 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 249 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.00 |
| HSL | 302.65º | 0.98% | 0.77% | - |
| HSV(B) | 302.65º | 0.44% | 1% | - |
| XYZ | 67.5 | 46.96 | 95.13 | - |
| YUV | 187.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 249 | 0 | 0.44 | 0.02 | 0.00 | 302.65 | 0.98 | 0.77 |
| Hex | FE | 8D | F9 | 0 | 2C | 2 | 0 | 12F | 62 | 4D |
| Octal | 376 | 215 | 371 | 0 | 54 | 2 | 0 | 457 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11111001 | 0 | 101100 | 10 | 0 | 100101111 | 1100010 | 1001101 |
Color Harmonies of #FE8DF9
Complementary color
Monochromatic Colors of #FE8DF9
Black with #FE8DF9
Text Example
Text Example
White with #FE8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DF9; }
p { color: rgb(254,141,249); }
H1.HeaderClassName
{
color: #FE8DF9;
}
.AnyTagClassName
{
color: #FE8DF9;
}
</style>
background-color css
<style>
a { background-color: #FE8DF9; }
a { background-color: rgb(254,141,249); }
div.DivClassName
{
background-color: #FE8DF9;
}
.BgClassName
{
background-color: #FE8DF9;
}
</style>
border-color css
<style>
span { border-color: #FE8DF9; }
span { border-color: rgb(254,141,249); }
td.TdClassName
{
border-color: #FE8DF9;
}
.TagClassName
{
border-color: #FE8DF9;
}
</style>