Shades of Electric Purple #9F0CFA
Tints of Electric Purple #9F0CFA
RGB
CMYK
RGB Variations
Color information
#9F0CFA (or 0x9F0CFA) is known color: Electric Purple. HEX triplet: 9F, 0C and FA. RGB value is (159,12,250). Sum of RGB (Red+Green+Blue) = 159+12+250=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0CFA is #60F305. Grayscale: #525252. Windows color (decimal): -6353670 or 16387231. OLE color: 16387231.
HSL color Cylindrical-coordinate representation of color #9F0CFA: hue angle of 277.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0CFA is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 12 | 250 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.02 |
| HSL | 277.06º | 0.96% | 0.51% | - |
| HSV(B) | 277.06º | 0.95% | 0.98% | - |
| XYZ | 31.68 | 14.54 | 91.58 | - |
| YUV | 83.09 | 222.2 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 250 | 0.36 | 0.95 | 0 | 0.02 | 277.06 | 0.96 | 0.51 |
| Hex | 9F | C | FA | 24 | 5F | 0 | 2 | 115 | 60 | 33 |
| Octal | 237 | 14 | 372 | 44 | 137 | 0 | 2 | 425 | 140 | 63 |
| Binary | 10011111 | 1100 | 11111010 | 100100 | 1011111 | 0 | 10 | 100010101 | 1100000 | 110011 |
Color Harmonies of #9F0CFA
Complementary color
Monochromatic Colors of #9F0CFA
Black with #9F0CFA
Text Example
Text Example
White with #9F0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CFA; }
p { color: rgb(159,12,250); }
H1.HeaderClassName
{
color: #9F0CFA;
}
.AnyTagClassName
{
color: #9F0CFA;
}
</style>
background-color css
<style>
a { background-color: #9F0CFA; }
a { background-color: rgb(159,12,250); }
div.DivClassName
{
background-color: #9F0CFA;
}
.BgClassName
{
background-color: #9F0CFA;
}
</style>
border-color css
<style>
span { border-color: #9F0CFA; }
span { border-color: rgb(159,12,250); }
td.TdClassName
{
border-color: #9F0CFA;
}
.TagClassName
{
border-color: #9F0CFA;
}
</style>