Shades of Electric Purple #9F0DFF
Tints of Electric Purple #9F0DFF
RGB
CMYK
RGB Variations
Color information
#9F0DFF (or 0x9F0DFF) is known color: Electric Purple. HEX triplet: 9F, 0D and FF. RGB value is (159,13,255). Sum of RGB (Red+Green+Blue) = 159+13+255=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0DFF is #60F200. Grayscale: #535353. Windows color (decimal): -6353409 or 16715167. OLE color: 16715167.
HSL color Cylindrical-coordinate representation of color #9F0DFF: hue angle of 276.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0DFF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 13 | 255 | - |
| CMYK | 0.38 | 0.95 | 0 | 0 |
| HSL | 276.2º | 1% | 0.53% | - |
| HSV(B) | 276.2º | 0.95% | 1% | - |
| XYZ | 32.49 | 14.88 | 95.77 | - |
| YUV | 84.24 | 224.37 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 255 | 0.38 | 0.95 | 0 | 0 | 276.2 | 1 | 0.53 |
| Hex | 9F | D | FF | 26 | 5F | 0 | 0 | 114 | 64 | 35 |
| Octal | 237 | 15 | 377 | 46 | 137 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10011111 | 1101 | 11111111 | 100110 | 1011111 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #9F0DFF
Complementary color
Monochromatic Colors of #9F0DFF
Black with #9F0DFF
Text Example
Text Example
White with #9F0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DFF; }
p { color: rgb(159,13,255); }
H1.HeaderClassName
{
color: #9F0DFF;
}
.AnyTagClassName
{
color: #9F0DFF;
}
</style>
background-color css
<style>
a { background-color: #9F0DFF; }
a { background-color: rgb(159,13,255); }
div.DivClassName
{
background-color: #9F0DFF;
}
.BgClassName
{
background-color: #9F0DFF;
}
</style>
border-color css
<style>
span { border-color: #9F0DFF; }
span { border-color: rgb(159,13,255); }
td.TdClassName
{
border-color: #9F0DFF;
}
.TagClassName
{
border-color: #9F0DFF;
}
</style>