Shades of Electric Purple #9F11FF
Tints of Electric Purple #9F11FF
RGB
CMYK
RGB Variations
Color information
#9F11FF (or 0x9F11FF) is known color: Electric Purple. HEX triplet: 9F, 11 and FF. RGB value is (159,17,255). Sum of RGB (Red+Green+Blue) = 159+17+255=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F11FF is #60EE00. Grayscale: #555555. Windows color (decimal): -6352385 or 16716191. OLE color: 16716191.
HSL color Cylindrical-coordinate representation of color #9F11FF: hue angle of 275.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F11FF is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 17 | 255 | - |
| CMYK | 0.38 | 0.93 | 0 | 0 |
| HSL | 275.8º | 1% | 0.53% | - |
| HSV(B) | 275.8º | 0.93% | 1% | - |
| XYZ | 32.55 | 14.99 | 95.79 | - |
| YUV | 86.59 | 223.04 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 255 | 0.38 | 0.93 | 0 | 0 | 275.8 | 1 | 0.53 |
| Hex | 9F | 11 | FF | 26 | 5D | 0 | 0 | 114 | 64 | 35 |
| Octal | 237 | 21 | 377 | 46 | 135 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10011111 | 10001 | 11111111 | 100110 | 1011101 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #9F11FF
Complementary color
Monochromatic Colors of #9F11FF
Black with #9F11FF
Text Example
Text Example
White with #9F11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F11FF; }
p { color: rgb(159,17,255); }
H1.HeaderClassName
{
color: #9F11FF;
}
.AnyTagClassName
{
color: #9F11FF;
}
</style>
background-color css
<style>
a { background-color: #9F11FF; }
a { background-color: rgb(159,17,255); }
div.DivClassName
{
background-color: #9F11FF;
}
.BgClassName
{
background-color: #9F11FF;
}
</style>
border-color css
<style>
span { border-color: #9F11FF; }
span { border-color: rgb(159,17,255); }
td.TdClassName
{
border-color: #9F11FF;
}
.TagClassName
{
border-color: #9F11FF;
}
</style>