Shades of Electric Purple #9807FE
Tints of Electric Purple #9807FE
RGB
CMYK
RGB Variations
Color information
#9807FE (or 0x9807FE) is known color: Electric Purple. HEX triplet: 98, 07 and FE. RGB value is (152,7,254). Sum of RGB (Red+Green+Blue) = 152+7+254=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #9807FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9807FE is #67F801. Grayscale: #4D4D4D. Windows color (decimal): -6813698 or 16648088. OLE color: 16648088.
HSL color Cylindrical-coordinate representation of color #9807FE: hue angle of 275.22º 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 #9807FE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 7 | 254 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.00 |
| HSL | 275.22º | 0.99% | 0.51% | - |
| HSV(B) | 275.22º | 0.97% | 1% | - |
| XYZ | 30.91 | 13.98 | 94.84 | - |
| YUV | 78.51 | 227.04 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 254 | 0.40 | 0.97 | 0 | 0.00 | 275.22 | 0.99 | 0.51 |
| Hex | 98 | 7 | FE | 28 | 61 | 0 | 0 | 113 | 63 | 33 |
| Octal | 230 | 7 | 376 | 50 | 141 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10011000 | 111 | 11111110 | 101000 | 1100001 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9807FE
Complementary color
Monochromatic Colors of #9807FE
Black with #9807FE
Text Example
Text Example
White with #9807FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807FE; }
p { color: rgb(152,7,254); }
H1.HeaderClassName
{
color: #9807FE;
}
.AnyTagClassName
{
color: #9807FE;
}
</style>
background-color css
<style>
a { background-color: #9807FE; }
a { background-color: rgb(152,7,254); }
div.DivClassName
{
background-color: #9807FE;
}
.BgClassName
{
background-color: #9807FE;
}
</style>
border-color css
<style>
span { border-color: #9807FE; }
span { border-color: rgb(152,7,254); }
td.TdClassName
{
border-color: #9807FE;
}
.TagClassName
{
border-color: #9807FE;
}
</style>