Shades of Electric Purple #9F0FFD
Tints of Electric Purple #9F0FFD
RGB
CMYK
RGB Variations
Color information
#9F0FFD (or 0x9F0FFD) is known color: Electric Purple. HEX triplet: 9F, 0F and FD. RGB value is (159,15,253). Sum of RGB (Red+Green+Blue) = 159+15+253=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0FFD is #60F002. Grayscale: #545454. Windows color (decimal): -6352899 or 16584607. OLE color: 16584607.
HSL color Cylindrical-coordinate representation of color #9F0FFD: hue angle of 276.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0FFD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 15 | 253 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.01 |
| HSL | 276.3º | 0.98% | 0.53% | - |
| HSV(B) | 276.3º | 0.94% | 0.99% | - |
| XYZ | 32.2 | 14.8 | 94.09 | - |
| YUV | 85.19 | 222.71 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 253 | 0.37 | 0.94 | 0 | 0.01 | 276.3 | 0.98 | 0.53 |
| Hex | 9F | F | FD | 25 | 5E | 0 | 1 | 114 | 62 | 35 |
| Octal | 237 | 17 | 375 | 45 | 136 | 0 | 1 | 424 | 142 | 65 |
| Binary | 10011111 | 1111 | 11111101 | 100101 | 1011110 | 0 | 1 | 100010100 | 1100010 | 110101 |
Color Harmonies of #9F0FFD
Complementary color
Monochromatic Colors of #9F0FFD
Black with #9F0FFD
Text Example
Text Example
White with #9F0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FFD; }
p { color: rgb(159,15,253); }
H1.HeaderClassName
{
color: #9F0FFD;
}
.AnyTagClassName
{
color: #9F0FFD;
}
</style>
background-color css
<style>
a { background-color: #9F0FFD; }
a { background-color: rgb(159,15,253); }
div.DivClassName
{
background-color: #9F0FFD;
}
.BgClassName
{
background-color: #9F0FFD;
}
</style>
border-color css
<style>
span { border-color: #9F0FFD; }
span { border-color: rgb(159,15,253); }
td.TdClassName
{
border-color: #9F0FFD;
}
.TagClassName
{
border-color: #9F0FFD;
}
</style>