Shades of Electric Purple #9800FD
Tints of Electric Purple #9800FD
RGB
CMYK
RGB Variations
Color information
#9800FD (or 0x9800FD) is known color: Electric Purple. HEX triplet: 98, 00 and FD. RGB value is (152,0,253). Sum of RGB (Red+Green+Blue) = 152+0+253=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #9800FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800FD is #67FF02. Grayscale: #494949. Windows color (decimal): -6815491 or 16580760. OLE color: 16580760.
HSL color Cylindrical-coordinate representation of color #9800FD: hue angle of 276.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800FD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 0 | 253 | - |
| CMYK | 0.40 | 1 | 0 | 0.01 |
| HSL | 276.05º | 1% | 0.5% | - |
| HSV(B) | 276.05º | 1% | 0.99% | - |
| XYZ | 30.68 | 13.77 | 93.97 | - |
| YUV | 74.29 | 228.86 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 253 | 0.40 | 1 | 0 | 0.01 | 276.05 | 1 | 0.5 |
| Hex | 98 | 0 | FD | 28 | 64 | 0 | 1 | 114 | 64 | 32 |
| Octal | 230 | 0 | 375 | 50 | 144 | 0 | 1 | 424 | 144 | 62 |
| Binary | 10011000 | 0 | 11111101 | 101000 | 1100100 | 0 | 1 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9800FD
Complementary color
Monochromatic Colors of #9800FD
Black with #9800FD
Text Example
Text Example
White with #9800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800FD; }
p { color: rgb(152,0,253); }
H1.HeaderClassName
{
color: #9800FD;
}
.AnyTagClassName
{
color: #9800FD;
}
</style>
background-color css
<style>
a { background-color: #9800FD; }
a { background-color: rgb(152,0,253); }
div.DivClassName
{
background-color: #9800FD;
}
.BgClassName
{
background-color: #9800FD;
}
</style>
border-color css
<style>
span { border-color: #9800FD; }
span { border-color: rgb(152,0,253); }
td.TdClassName
{
border-color: #9800FD;
}
.TagClassName
{
border-color: #9800FD;
}
</style>