Shades of Electric Purple #9E00FD
Tints of Electric Purple #9E00FD
RGB
CMYK
RGB Variations
Color information
#9E00FD (or 0x9E00FD) is known color: Electric Purple. HEX triplet: 9E, 00 and FD. RGB value is (158,0,253). Sum of RGB (Red+Green+Blue) = 158+0+253=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E00FD is #61FF02. Grayscale: #4B4B4B. Windows color (decimal): -6422275 or 16580766. OLE color: 16580766.
HSL color Cylindrical-coordinate representation of color #9E00FD: hue angle of 277.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00FD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 0 | 253 | - |
| CMYK | 0.38 | 1 | 0 | 0.01 |
| HSL | 277.47º | 1% | 0.5% | - |
| HSV(B) | 277.47º | 1% | 0.99% | - |
| XYZ | 31.83 | 14.36 | 94.02 | - |
| YUV | 76.08 | 227.85 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 253 | 0.38 | 1 | 0 | 0.01 | 277.47 | 1 | 0.5 |
| Hex | 9E | 0 | FD | 26 | 64 | 0 | 1 | 115 | 64 | 32 |
| Octal | 236 | 0 | 375 | 46 | 144 | 0 | 1 | 425 | 144 | 62 |
| Binary | 10011110 | 0 | 11111101 | 100110 | 1100100 | 0 | 1 | 100010101 | 1100100 | 110010 |
Color Harmonies of #9E00FD
Complementary color
Monochromatic Colors of #9E00FD
Black with #9E00FD
Text Example
Text Example
White with #9E00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00FD; }
p { color: rgb(158,0,253); }
H1.HeaderClassName
{
color: #9E00FD;
}
.AnyTagClassName
{
color: #9E00FD;
}
</style>
background-color css
<style>
a { background-color: #9E00FD; }
a { background-color: rgb(158,0,253); }
div.DivClassName
{
background-color: #9E00FD;
}
.BgClassName
{
background-color: #9E00FD;
}
</style>
border-color css
<style>
span { border-color: #9E00FD; }
span { border-color: rgb(158,0,253); }
td.TdClassName
{
border-color: #9E00FD;
}
.TagClassName
{
border-color: #9E00FD;
}
</style>