Shades of Electric Purple #9F01FA
Tints of Electric Purple #9F01FA
RGB
CMYK
RGB Variations
Color information
#9F01FA (or 0x9F01FA) is known color: Electric Purple. HEX triplet: 9F, 01 and FA. RGB value is (159,1,250). Sum of RGB (Red+Green+Blue) = 159+1+250=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F01FA is #60FE05. Grayscale: #4B4B4B. Windows color (decimal): -6356486 or 16384415. OLE color: 16384415.
HSL color Cylindrical-coordinate representation of color #9F01FA: hue angle of 278.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01FA is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 1 | 250 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.02 |
| HSL | 278.07º | 0.99% | 0.49% | - |
| HSV(B) | 278.07º | 1% | 0.98% | - |
| XYZ | 31.56 | 14.29 | 91.54 | - |
| YUV | 76.63 | 225.85 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 250 | 0.36 | 1.00 | 0 | 0.02 | 278.07 | 0.99 | 0.49 |
| Hex | 9F | 1 | FA | 24 | 64 | 0 | 2 | 116 | 63 | 31 |
| Octal | 237 | 1 | 372 | 44 | 144 | 0 | 2 | 426 | 143 | 61 |
| Binary | 10011111 | 1 | 11111010 | 100100 | 1100100 | 0 | 10 | 100010110 | 1100011 | 110001 |
Color Harmonies of #9F01FA
Complementary color
Monochromatic Colors of #9F01FA
Black with #9F01FA
Text Example
Text Example
White with #9F01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01FA; }
p { color: rgb(159,1,250); }
H1.HeaderClassName
{
color: #9F01FA;
}
.AnyTagClassName
{
color: #9F01FA;
}
</style>
background-color css
<style>
a { background-color: #9F01FA; }
a { background-color: rgb(159,1,250); }
div.DivClassName
{
background-color: #9F01FA;
}
.BgClassName
{
background-color: #9F01FA;
}
</style>
border-color css
<style>
span { border-color: #9F01FA; }
span { border-color: rgb(159,1,250); }
td.TdClassName
{
border-color: #9F01FA;
}
.TagClassName
{
border-color: #9F01FA;
}
</style>