Shades of Electric Purple #9908FE
Tints of Electric Purple #9908FE
RGB
CMYK
RGB Variations
Color information
#9908FE (or 0x9908FE) is known color: Electric Purple. HEX triplet: 99, 08 and FE. RGB value is (153,8,254). Sum of RGB (Red+Green+Blue) = 153+8+254=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #9908FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9908FE is #66F701. Grayscale: #4E4E4E. Windows color (decimal): -6747906 or 16648345. OLE color: 16648345.
HSL color Cylindrical-coordinate representation of color #9908FE: hue angle of 275.37º 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 #9908FE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 8 | 254 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.00 |
| HSL | 275.37º | 0.99% | 0.51% | - |
| HSV(B) | 275.37º | 0.97% | 1% | - |
| XYZ | 31.11 | 14.1 | 94.85 | - |
| YUV | 79.4 | 226.54 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 254 | 0.40 | 0.97 | 0 | 0.00 | 275.37 | 0.99 | 0.51 |
| Hex | 99 | 8 | FE | 28 | 61 | 0 | 0 | 113 | 63 | 33 |
| Octal | 231 | 10 | 376 | 50 | 141 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10011001 | 1000 | 11111110 | 101000 | 1100001 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9908FE
Complementary color
Monochromatic Colors of #9908FE
Black with #9908FE
Text Example
Text Example
White with #9908FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908FE; }
p { color: rgb(153,8,254); }
H1.HeaderClassName
{
color: #9908FE;
}
.AnyTagClassName
{
color: #9908FE;
}
</style>
background-color css
<style>
a { background-color: #9908FE; }
a { background-color: rgb(153,8,254); }
div.DivClassName
{
background-color: #9908FE;
}
.BgClassName
{
background-color: #9908FE;
}
</style>
border-color css
<style>
span { border-color: #9908FE; }
span { border-color: rgb(153,8,254); }
td.TdClassName
{
border-color: #9908FE;
}
.TagClassName
{
border-color: #9908FE;
}
</style>