Shades of Electric Purple #9F07FF
Tints of Electric Purple #9F07FF
RGB
CMYK
RGB Variations
Color information
#9F07FF (or 0x9F07FF) is known color: Electric Purple. HEX triplet: 9F, 07 and FF. RGB value is (159,7,255). Sum of RGB (Red+Green+Blue) = 159+7+255=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F07FF is #60F800. Grayscale: #4F4F4F. Windows color (decimal): -6354945 or 16713631. OLE color: 16713631.
HSL color Cylindrical-coordinate representation of color #9F07FF: hue angle of 276.77º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07FF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 7 | 255 | - |
| CMYK | 0.38 | 0.97 | 0 | 0 |
| HSL | 276.77º | 1% | 0.51% | - |
| HSV(B) | 276.77º | 0.97% | 1% | - |
| XYZ | 32.42 | 14.74 | 95.74 | - |
| YUV | 80.72 | 226.36 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 255 | 0.38 | 0.97 | 0 | 0 | 276.77 | 1 | 0.51 |
| Hex | 9F | 7 | FF | 26 | 61 | 0 | 0 | 115 | 64 | 33 |
| Octal | 237 | 7 | 377 | 46 | 141 | 0 | 0 | 425 | 144 | 63 |
| Binary | 10011111 | 111 | 11111111 | 100110 | 1100001 | 0 | 0 | 100010101 | 1100100 | 110011 |
Color Harmonies of #9F07FF
Complementary color
Monochromatic Colors of #9F07FF
Black with #9F07FF
Text Example
Text Example
White with #9F07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07FF; }
p { color: rgb(159,7,255); }
H1.HeaderClassName
{
color: #9F07FF;
}
.AnyTagClassName
{
color: #9F07FF;
}
</style>
background-color css
<style>
a { background-color: #9F07FF; }
a { background-color: rgb(159,7,255); }
div.DivClassName
{
background-color: #9F07FF;
}
.BgClassName
{
background-color: #9F07FF;
}
</style>
border-color css
<style>
span { border-color: #9F07FF; }
span { border-color: rgb(159,7,255); }
td.TdClassName
{
border-color: #9F07FF;
}
.TagClassName
{
border-color: #9F07FF;
}
</style>