Shades of Electric Purple #9905FF
Tints of Electric Purple #9905FF
RGB
CMYK
RGB Variations
Color information
#9905FF (or 0x9905FF) is known color: Electric Purple. HEX triplet: 99, 05 and FF. RGB value is (153,5,255). Sum of RGB (Red+Green+Blue) = 153+5+255=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #9905FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9905FF is #66FA00. Grayscale: #4C4C4C. Windows color (decimal): -6748673 or 16713113. OLE color: 16713113.
HSL color Cylindrical-coordinate representation of color #9905FF: hue angle of 275.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905FF is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 5 | 255 | - |
| CMYK | 0.4 | 0.98 | 0 | 0 |
| HSL | 275.52º | 1% | 0.51% | - |
| HSV(B) | 275.52º | 0.98% | 1% | - |
| XYZ | 31.24 | 14.1 | 95.68 | - |
| YUV | 77.75 | 228.03 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 255 | 0.4 | 0.98 | 0 | 0 | 275.52 | 1 | 0.51 |
| Hex | 99 | 5 | FF | 28 | 62 | 0 | 0 | 114 | 64 | 33 |
| Octal | 231 | 5 | 377 | 50 | 142 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011001 | 101 | 11111111 | 101000 | 1100010 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9905FF
Complementary color
Monochromatic Colors of #9905FF
Black with #9905FF
Text Example
Text Example
White with #9905FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905FF; }
p { color: rgb(153,5,255); }
H1.HeaderClassName
{
color: #9905FF;
}
.AnyTagClassName
{
color: #9905FF;
}
</style>
background-color css
<style>
a { background-color: #9905FF; }
a { background-color: rgb(153,5,255); }
div.DivClassName
{
background-color: #9905FF;
}
.BgClassName
{
background-color: #9905FF;
}
</style>
border-color css
<style>
span { border-color: #9905FF; }
span { border-color: rgb(153,5,255); }
td.TdClassName
{
border-color: #9905FF;
}
.TagClassName
{
border-color: #9905FF;
}
</style>