Shades of Electric Purple #9909FE
Tints of Electric Purple #9909FE
RGB
CMYK
RGB Variations
Color information
#9909FE (or 0x9909FE) is known color: Electric Purple. HEX triplet: 99, 09 and FE. RGB value is (153,9,254). Sum of RGB (Red+Green+Blue) = 153+9+254=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #9909FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9909FE is #66F601. Grayscale: #4F4F4F. Windows color (decimal): -6747650 or 16648601. OLE color: 16648601.
HSL color Cylindrical-coordinate representation of color #9909FE: hue angle of 275.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9909FE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 9 | 254 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.00 |
| HSL | 275.27º | 0.99% | 0.52% | - |
| HSV(B) | 275.27º | 0.96% | 1% | - |
| XYZ | 31.12 | 14.12 | 94.85 | - |
| YUV | 79.99 | 226.21 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 254 | 0.40 | 0.96 | 0 | 0.00 | 275.27 | 0.99 | 0.52 |
| Hex | 99 | 9 | FE | 28 | 60 | 0 | 0 | 113 | 63 | 34 |
| Octal | 231 | 11 | 376 | 50 | 140 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10011001 | 1001 | 11111110 | 101000 | 1100000 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #9909FE
Complementary color
Monochromatic Colors of #9909FE
Black with #9909FE
Text Example
Text Example
White with #9909FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909FE; }
p { color: rgb(153,9,254); }
H1.HeaderClassName
{
color: #9909FE;
}
.AnyTagClassName
{
color: #9909FE;
}
</style>
background-color css
<style>
a { background-color: #9909FE; }
a { background-color: rgb(153,9,254); }
div.DivClassName
{
background-color: #9909FE;
}
.BgClassName
{
background-color: #9909FE;
}
</style>
border-color css
<style>
span { border-color: #9909FE; }
span { border-color: rgb(153,9,254); }
td.TdClassName
{
border-color: #9909FE;
}
.TagClassName
{
border-color: #9909FE;
}
</style>