Shades of Electric Purple #9800FE
Tints of Electric Purple #9800FE
RGB
CMYK
RGB Variations
Color information
#9800FE (or 0x9800FE) is known color: Electric Purple. HEX triplet: 98, 00 and FE. RGB value is (152,0,254). Sum of RGB (Red+Green+Blue) = 152+0+254=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #9800FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800FE is #67FF01. Grayscale: #494949. Windows color (decimal): -6815490 or 16646296. OLE color: 16646296.
HSL color Cylindrical-coordinate representation of color #9800FE: hue angle of 275.91º 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 #9800FE is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 0 | 254 | - |
| CMYK | 0.40 | 1 | 0 | 0.00 |
| HSL | 275.91º | 1% | 0.5% | - |
| HSV(B) | 275.91º | 1% | 1% | - |
| XYZ | 30.84 | 13.83 | 94.81 | - |
| YUV | 74.4 | 229.36 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 254 | 0.40 | 1 | 0 | 0.00 | 275.91 | 1 | 0.5 |
| Hex | 98 | 0 | FE | 28 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 230 | 0 | 376 | 50 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011000 | 0 | 11111110 | 101000 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9800FE
Complementary color
Monochromatic Colors of #9800FE
Black with #9800FE
Text Example
Text Example
White with #9800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800FE; }
p { color: rgb(152,0,254); }
H1.HeaderClassName
{
color: #9800FE;
}
.AnyTagClassName
{
color: #9800FE;
}
</style>
background-color css
<style>
a { background-color: #9800FE; }
a { background-color: rgb(152,0,254); }
div.DivClassName
{
background-color: #9800FE;
}
.BgClassName
{
background-color: #9800FE;
}
</style>
border-color css
<style>
span { border-color: #9800FE; }
span { border-color: rgb(152,0,254); }
td.TdClassName
{
border-color: #9800FE;
}
.TagClassName
{
border-color: #9800FE;
}
</style>