Shades of Electric Purple #9907FE
Tints of Electric Purple #9907FE
RGB
CMYK
RGB Variations
Color information
#9907FE (or 0x9907FE) is known color: Electric Purple. HEX triplet: 99, 07 and FE. RGB value is (153,7,254). Sum of RGB (Red+Green+Blue) = 153+7+254=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #9907FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9907FE is #66F801. Grayscale: #4D4D4D. Windows color (decimal): -6748162 or 16648089. OLE color: 16648089.
HSL color Cylindrical-coordinate representation of color #9907FE: hue angle of 275.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907FE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 7 | 254 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.00 |
| HSL | 275.47º | 0.99% | 0.51% | - |
| HSV(B) | 275.47º | 0.97% | 1% | - |
| XYZ | 31.1 | 14.08 | 94.84 | - |
| YUV | 78.81 | 226.87 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 254 | 0.40 | 0.97 | 0 | 0.00 | 275.47 | 0.99 | 0.51 |
| Hex | 99 | 7 | FE | 28 | 61 | 0 | 0 | 113 | 63 | 33 |
| Octal | 231 | 7 | 376 | 50 | 141 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10011001 | 111 | 11111110 | 101000 | 1100001 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9907FE
Complementary color
Monochromatic Colors of #9907FE
Black with #9907FE
Text Example
Text Example
White with #9907FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907FE; }
p { color: rgb(153,7,254); }
H1.HeaderClassName
{
color: #9907FE;
}
.AnyTagClassName
{
color: #9907FE;
}
</style>
background-color css
<style>
a { background-color: #9907FE; }
a { background-color: rgb(153,7,254); }
div.DivClassName
{
background-color: #9907FE;
}
.BgClassName
{
background-color: #9907FE;
}
</style>
border-color css
<style>
span { border-color: #9907FE; }
span { border-color: rgb(153,7,254); }
td.TdClassName
{
border-color: #9907FE;
}
.TagClassName
{
border-color: #9907FE;
}
</style>