Shades of Electric Purple #9F06FF
Tints of Electric Purple #9F06FF
RGB
CMYK
RGB Variations
Color information
#9F06FF (or 0x9F06FF) is known color: Electric Purple. HEX triplet: 9F, 06 and FF. RGB value is (159,6,255). Sum of RGB (Red+Green+Blue) = 159+6+255=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06FF is #60F900. Grayscale: #4F4F4F. Windows color (decimal): -6355201 or 16713375. OLE color: 16713375.
HSL color Cylindrical-coordinate representation of color #9F06FF: hue angle of 276.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F06FF is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 6 | 255 | - |
| CMYK | 0.38 | 0.98 | 0 | 0 |
| HSL | 276.87º | 1% | 0.51% | - |
| HSV(B) | 276.87º | 0.98% | 1% | - |
| XYZ | 32.41 | 14.72 | 95.74 | - |
| YUV | 80.13 | 226.69 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 255 | 0.38 | 0.98 | 0 | 0 | 276.87 | 1 | 0.51 |
| Hex | 9F | 6 | FF | 26 | 62 | 0 | 0 | 115 | 64 | 33 |
| Octal | 237 | 6 | 377 | 46 | 142 | 0 | 0 | 425 | 144 | 63 |
| Binary | 10011111 | 110 | 11111111 | 100110 | 1100010 | 0 | 0 | 100010101 | 1100100 | 110011 |
Color Harmonies of #9F06FF
Complementary color
Monochromatic Colors of #9F06FF
Black with #9F06FF
Text Example
Text Example
White with #9F06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06FF; }
p { color: rgb(159,6,255); }
H1.HeaderClassName
{
color: #9F06FF;
}
.AnyTagClassName
{
color: #9F06FF;
}
</style>
background-color css
<style>
a { background-color: #9F06FF; }
a { background-color: rgb(159,6,255); }
div.DivClassName
{
background-color: #9F06FF;
}
.BgClassName
{
background-color: #9F06FF;
}
</style>
border-color css
<style>
span { border-color: #9F06FF; }
span { border-color: rgb(159,6,255); }
td.TdClassName
{
border-color: #9F06FF;
}
.TagClassName
{
border-color: #9F06FF;
}
</style>