Shades of Electric Purple #9F06F6
Tints of Electric Purple #9F06F6
RGB
CMYK
RGB Variations
Color information
#9F06F6 (or 0x9F06F6) is known color: Electric Purple. HEX triplet: 9F, 06 and F6. RGB value is (159,6,246). Sum of RGB (Red+Green+Blue) = 159+6+246=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F06F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06F6 is #60F909. Grayscale: #4E4E4E. Windows color (decimal): -6355210 or 16123551. OLE color: 16123551.
HSL color Cylindrical-coordinate representation of color #9F06F6: hue angle of 278.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F06F6 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 6 | 246 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.04 |
| HSL | 278.25º | 0.95% | 0.49% | - |
| HSV(B) | 278.25º | 0.98% | 0.96% | - |
| XYZ | 31 | 14.16 | 88.29 | - |
| YUV | 79.11 | 222.19 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 246 | 0.35 | 0.98 | 0 | 0.04 | 278.25 | 0.95 | 0.49 |
| Hex | 9F | 6 | F6 | 23 | 62 | 0 | 4 | 116 | 5F | 31 |
| Octal | 237 | 6 | 366 | 43 | 142 | 0 | 4 | 426 | 137 | 61 |
| Binary | 10011111 | 110 | 11110110 | 100011 | 1100010 | 0 | 100 | 100010110 | 1011111 | 110001 |
Color Harmonies of #9F06F6
Complementary color
Monochromatic Colors of #9F06F6
Black with #9F06F6
Text Example
Text Example
White with #9F06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06F6; }
p { color: rgb(159,6,246); }
H1.HeaderClassName
{
color: #9F06F6;
}
.AnyTagClassName
{
color: #9F06F6;
}
</style>
background-color css
<style>
a { background-color: #9F06F6; }
a { background-color: rgb(159,6,246); }
div.DivClassName
{
background-color: #9F06F6;
}
.BgClassName
{
background-color: #9F06F6;
}
</style>
border-color css
<style>
span { border-color: #9F06F6; }
span { border-color: rgb(159,6,246); }
td.TdClassName
{
border-color: #9F06F6;
}
.TagClassName
{
border-color: #9F06F6;
}
</style>