Shades of Electric Purple #9D04FA
Tints of Electric Purple #9D04FA
RGB
CMYK
RGB Variations
Color information
#9D04FA (or 0x9D04FA) is known color: Electric Purple. HEX triplet: 9D, 04 and FA. RGB value is (157,4,250). Sum of RGB (Red+Green+Blue) = 157+4+250=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D04FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D04FA is #62FB05. Grayscale: #4C4C4C. Windows color (decimal): -6486790 or 16385181. OLE color: 16385181.
HSL color Cylindrical-coordinate representation of color #9D04FA: hue angle of 277.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D04FA is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 4 | 250 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.02 |
| HSL | 277.32º | 0.97% | 0.5% | - |
| HSV(B) | 277.32º | 0.98% | 0.98% | - |
| XYZ | 31.2 | 14.16 | 91.53 | - |
| YUV | 77.79 | 225.19 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 250 | 0.37 | 0.98 | 0 | 0.02 | 277.32 | 0.97 | 0.5 |
| Hex | 9D | 4 | FA | 25 | 62 | 0 | 2 | 115 | 61 | 32 |
| Octal | 235 | 4 | 372 | 45 | 142 | 0 | 2 | 425 | 141 | 62 |
| Binary | 10011101 | 100 | 11111010 | 100101 | 1100010 | 0 | 10 | 100010101 | 1100001 | 110010 |
Color Harmonies of #9D04FA
Complementary color
Monochromatic Colors of #9D04FA
Black with #9D04FA
Text Example
Text Example
White with #9D04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D04FA; }
p { color: rgb(157,4,250); }
H1.HeaderClassName
{
color: #9D04FA;
}
.AnyTagClassName
{
color: #9D04FA;
}
</style>
background-color css
<style>
a { background-color: #9D04FA; }
a { background-color: rgb(157,4,250); }
div.DivClassName
{
background-color: #9D04FA;
}
.BgClassName
{
background-color: #9D04FA;
}
</style>
border-color css
<style>
span { border-color: #9D04FA; }
span { border-color: rgb(157,4,250); }
td.TdClassName
{
border-color: #9D04FA;
}
.TagClassName
{
border-color: #9D04FA;
}
</style>