Shades of Electric Purple #9F04FF
Tints of Electric Purple #9F04FF
RGB
CMYK
RGB Variations
Color information
#9F04FF (or 0x9F04FF) is known color: Electric Purple. HEX triplet: 9F, 04 and FF. RGB value is (159,4,255). Sum of RGB (Red+Green+Blue) = 159+4+255=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F04FF is #60FB00. Grayscale: #4E4E4E. Windows color (decimal): -6355713 or 16712863. OLE color: 16712863.
HSL color Cylindrical-coordinate representation of color #9F04FF: hue angle of 277.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04FF is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 4 | 255 | - |
| CMYK | 0.38 | 0.98 | 0 | 0 |
| HSL | 277.05º | 1% | 0.51% | - |
| HSV(B) | 277.05º | 0.98% | 1% | - |
| XYZ | 32.39 | 14.68 | 95.73 | - |
| YUV | 78.96 | 227.35 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 255 | 0.38 | 0.98 | 0 | 0 | 277.05 | 1 | 0.51 |
| Hex | 9F | 4 | FF | 26 | 62 | 0 | 0 | 115 | 64 | 33 |
| Octal | 237 | 4 | 377 | 46 | 142 | 0 | 0 | 425 | 144 | 63 |
| Binary | 10011111 | 100 | 11111111 | 100110 | 1100010 | 0 | 0 | 100010101 | 1100100 | 110011 |
Color Harmonies of #9F04FF
Complementary color
Monochromatic Colors of #9F04FF
Black with #9F04FF
Text Example
Text Example
White with #9F04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04FF; }
p { color: rgb(159,4,255); }
H1.HeaderClassName
{
color: #9F04FF;
}
.AnyTagClassName
{
color: #9F04FF;
}
</style>
background-color css
<style>
a { background-color: #9F04FF; }
a { background-color: rgb(159,4,255); }
div.DivClassName
{
background-color: #9F04FF;
}
.BgClassName
{
background-color: #9F04FF;
}
</style>
border-color css
<style>
span { border-color: #9F04FF; }
span { border-color: rgb(159,4,255); }
td.TdClassName
{
border-color: #9F04FF;
}
.TagClassName
{
border-color: #9F04FF;
}
</style>