Shades of Electric Purple #9805FE
Tints of Electric Purple #9805FE
RGB
CMYK
RGB Variations
Color information
#9805FE (or 0x9805FE) is known color: Electric Purple. HEX triplet: 98, 05 and FE. RGB value is (152,5,254). Sum of RGB (Red+Green+Blue) = 152+5+254=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #9805FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9805FE is #67FA01. Grayscale: #4C4C4C. Windows color (decimal): -6814210 or 16647576. OLE color: 16647576.
HSL color Cylindrical-coordinate representation of color #9805FE: hue angle of 275.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9805FE is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 5 | 254 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.00 |
| HSL | 275.42º | 0.99% | 0.51% | - |
| HSV(B) | 275.42º | 0.98% | 1% | - |
| XYZ | 30.89 | 13.94 | 94.83 | - |
| YUV | 77.34 | 227.7 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 254 | 0.40 | 0.98 | 0 | 0.00 | 275.42 | 0.99 | 0.51 |
| Hex | 98 | 5 | FE | 28 | 62 | 0 | 0 | 113 | 63 | 33 |
| Octal | 230 | 5 | 376 | 50 | 142 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10011000 | 101 | 11111110 | 101000 | 1100010 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9805FE
Complementary color
Monochromatic Colors of #9805FE
Black with #9805FE
Text Example
Text Example
White with #9805FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9805FE; }
p { color: rgb(152,5,254); }
H1.HeaderClassName
{
color: #9805FE;
}
.AnyTagClassName
{
color: #9805FE;
}
</style>
background-color css
<style>
a { background-color: #9805FE; }
a { background-color: rgb(152,5,254); }
div.DivClassName
{
background-color: #9805FE;
}
.BgClassName
{
background-color: #9805FE;
}
</style>
border-color css
<style>
span { border-color: #9805FE; }
span { border-color: rgb(152,5,254); }
td.TdClassName
{
border-color: #9805FE;
}
.TagClassName
{
border-color: #9805FE;
}
</style>