Shades of Electric Purple #9F00FD
Tints of Electric Purple #9F00FD
RGB
CMYK
RGB Variations
Color information
#9F00FD (or 0x9F00FD) is known color: Electric Purple. HEX triplet: 9F, 00 and FD. RGB value is (159,0,253). Sum of RGB (Red+Green+Blue) = 159+0+253=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F00FD is #60FF02. Grayscale: #4B4B4B. Windows color (decimal): -6356739 or 16580767. OLE color: 16580767.
HSL color Cylindrical-coordinate representation of color #9F00FD: hue angle of 277.71º 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 #9F00FD is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 0 | 253 | - |
| CMYK | 0.37 | 1 | 0 | 0.01 |
| HSL | 277.71º | 1% | 0.5% | - |
| HSV(B) | 277.71º | 1% | 0.99% | - |
| XYZ | 32.03 | 14.46 | 94.03 | - |
| YUV | 76.38 | 227.68 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 253 | 0.37 | 1 | 0 | 0.01 | 277.71 | 1 | 0.5 |
| Hex | 9F | 0 | FD | 25 | 64 | 0 | 1 | 116 | 64 | 32 |
| Octal | 237 | 0 | 375 | 45 | 144 | 0 | 1 | 426 | 144 | 62 |
| Binary | 10011111 | 0 | 11111101 | 100101 | 1100100 | 0 | 1 | 100010110 | 1100100 | 110010 |
Color Harmonies of #9F00FD
Complementary color
Monochromatic Colors of #9F00FD
Black with #9F00FD
Text Example
Text Example
White with #9F00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00FD; }
p { color: rgb(159,0,253); }
H1.HeaderClassName
{
color: #9F00FD;
}
.AnyTagClassName
{
color: #9F00FD;
}
</style>
background-color css
<style>
a { background-color: #9F00FD; }
a { background-color: rgb(159,0,253); }
div.DivClassName
{
background-color: #9F00FD;
}
.BgClassName
{
background-color: #9F00FD;
}
</style>
border-color css
<style>
span { border-color: #9F00FD; }
span { border-color: rgb(159,0,253); }
td.TdClassName
{
border-color: #9F00FD;
}
.TagClassName
{
border-color: #9F00FD;
}
</style>