Shades of Electric Purple #9F03FB
Tints of Electric Purple #9F03FB
RGB
CMYK
RGB Variations
Color information
#9F03FB (or 0x9F03FB) is known color: Electric Purple. HEX triplet: 9F, 03 and FB. RGB value is (159,3,251). Sum of RGB (Red+Green+Blue) = 159+3+251=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F03FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F03FB is #60FC04. Grayscale: #4D4D4D. Windows color (decimal): -6355973 or 16450463. OLE color: 16450463.
HSL color Cylindrical-coordinate representation of color #9F03FB: hue angle of 277.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03FB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 3 | 251 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.02 |
| HSL | 277.74º | 0.98% | 0.5% | - |
| HSV(B) | 277.74º | 0.99% | 0.98% | - |
| XYZ | 31.74 | 14.4 | 92.37 | - |
| YUV | 77.92 | 225.68 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 251 | 0.37 | 0.99 | 0 | 0.02 | 277.74 | 0.98 | 0.5 |
| Hex | 9F | 3 | FB | 25 | 63 | 0 | 2 | 116 | 62 | 32 |
| Octal | 237 | 3 | 373 | 45 | 143 | 0 | 2 | 426 | 142 | 62 |
| Binary | 10011111 | 11 | 11111011 | 100101 | 1100011 | 0 | 10 | 100010110 | 1100010 | 110010 |
Color Harmonies of #9F03FB
Complementary color
Monochromatic Colors of #9F03FB
Black with #9F03FB
Text Example
Text Example
White with #9F03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03FB; }
p { color: rgb(159,3,251); }
H1.HeaderClassName
{
color: #9F03FB;
}
.AnyTagClassName
{
color: #9F03FB;
}
</style>
background-color css
<style>
a { background-color: #9F03FB; }
a { background-color: rgb(159,3,251); }
div.DivClassName
{
background-color: #9F03FB;
}
.BgClassName
{
background-color: #9F03FB;
}
</style>
border-color css
<style>
span { border-color: #9F03FB; }
span { border-color: rgb(159,3,251); }
td.TdClassName
{
border-color: #9F03FB;
}
.TagClassName
{
border-color: #9F03FB;
}
</style>