Shades of Electric Purple #9904FE
Tints of Electric Purple #9904FE
RGB
CMYK
RGB Variations
Color information
#9904FE (or 0x9904FE) is known color: Electric Purple. HEX triplet: 99, 04 and FE. RGB value is (153,4,254). Sum of RGB (Red+Green+Blue) = 153+4+254=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #9904FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9904FE is #66FB01. Grayscale: #4C4C4C. Windows color (decimal): -6748930 or 16647321. OLE color: 16647321.
HSL color Cylindrical-coordinate representation of color #9904FE: hue angle of 275.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904FE is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 4 | 254 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.00 |
| HSL | 275.76º | 0.99% | 0.51% | - |
| HSV(B) | 275.76º | 0.98% | 1% | - |
| XYZ | 31.07 | 14.01 | 94.83 | - |
| YUV | 77.05 | 227.86 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 254 | 0.40 | 0.98 | 0 | 0.00 | 275.76 | 0.99 | 0.51 |
| Hex | 99 | 4 | FE | 28 | 62 | 0 | 0 | 114 | 63 | 33 |
| Octal | 231 | 4 | 376 | 50 | 142 | 0 | 0 | 424 | 143 | 63 |
| Binary | 10011001 | 100 | 11111110 | 101000 | 1100010 | 0 | 0 | 100010100 | 1100011 | 110011 |
Color Harmonies of #9904FE
Complementary color
Monochromatic Colors of #9904FE
Black with #9904FE
Text Example
Text Example
White with #9904FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904FE; }
p { color: rgb(153,4,254); }
H1.HeaderClassName
{
color: #9904FE;
}
.AnyTagClassName
{
color: #9904FE;
}
</style>
background-color css
<style>
a { background-color: #9904FE; }
a { background-color: rgb(153,4,254); }
div.DivClassName
{
background-color: #9904FE;
}
.BgClassName
{
background-color: #9904FE;
}
</style>
border-color css
<style>
span { border-color: #9904FE; }
span { border-color: rgb(153,4,254); }
td.TdClassName
{
border-color: #9904FE;
}
.TagClassName
{
border-color: #9904FE;
}
</style>