Shades of Electric Purple #9900FE
Tints of Electric Purple #9900FE
RGB
CMYK
RGB Variations
Color information
#9900FE (or 0x9900FE) is known color: Electric Purple. HEX triplet: 99, 00 and FE. RGB value is (153,0,254). Sum of RGB (Red+Green+Blue) = 153+0+254=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #9900FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9900FE is #66FF01. Grayscale: #494949. Windows color (decimal): -6749954 or 16646297. OLE color: 16646297.
HSL color Cylindrical-coordinate representation of color #9900FE: hue angle of 276.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900FE is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 0 | 254 | - |
| CMYK | 0.40 | 1 | 0 | 0.00 |
| HSL | 276.14º | 1% | 0.5% | - |
| HSV(B) | 276.14º | 1% | 1% | - |
| XYZ | 31.03 | 13.93 | 94.82 | - |
| YUV | 74.7 | 229.19 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 254 | 0.40 | 1 | 0 | 0.00 | 276.14 | 1 | 0.5 |
| Hex | 99 | 0 | FE | 28 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 231 | 0 | 376 | 50 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011001 | 0 | 11111110 | 101000 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9900FE
Complementary color
Monochromatic Colors of #9900FE
Black with #9900FE
Text Example
Text Example
White with #9900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900FE; }
p { color: rgb(153,0,254); }
H1.HeaderClassName
{
color: #9900FE;
}
.AnyTagClassName
{
color: #9900FE;
}
</style>
background-color css
<style>
a { background-color: #9900FE; }
a { background-color: rgb(153,0,254); }
div.DivClassName
{
background-color: #9900FE;
}
.BgClassName
{
background-color: #9900FE;
}
</style>
border-color css
<style>
span { border-color: #9900FE; }
span { border-color: rgb(153,0,254); }
td.TdClassName
{
border-color: #9900FE;
}
.TagClassName
{
border-color: #9900FE;
}
</style>