Shades of Electric Purple #9907FF
Tints of Electric Purple #9907FF
RGB
CMYK
RGB Variations
Color information
#9907FF (or 0x9907FF) is known color: Electric Purple. HEX triplet: 99, 07 and FF. RGB value is (153,7,255). Sum of RGB (Red+Green+Blue) = 153+7+255=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #9907FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9907FF is #66F800. Grayscale: #4E4E4E. Windows color (decimal): -6748161 or 16713625. OLE color: 16713625.
HSL color Cylindrical-coordinate representation of color #9907FF: hue angle of 275.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907FF is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 7 | 255 | - |
| CMYK | 0.4 | 0.97 | 0 | 0 |
| HSL | 275.32º | 1% | 0.51% | - |
| HSV(B) | 275.32º | 0.97% | 1% | - |
| XYZ | 31.26 | 14.14 | 95.69 | - |
| YUV | 78.93 | 227.37 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 255 | 0.4 | 0.97 | 0 | 0 | 275.32 | 1 | 0.51 |
| Hex | 99 | 7 | FF | 28 | 61 | 0 | 0 | 113 | 64 | 33 |
| Octal | 231 | 7 | 377 | 50 | 141 | 0 | 0 | 423 | 144 | 63 |
| Binary | 10011001 | 111 | 11111111 | 101000 | 1100001 | 0 | 0 | 100010011 | 1100100 | 110011 |
Color Harmonies of #9907FF
Complementary color
Monochromatic Colors of #9907FF
Black with #9907FF
Text Example
Text Example
White with #9907FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907FF; }
p { color: rgb(153,7,255); }
H1.HeaderClassName
{
color: #9907FF;
}
.AnyTagClassName
{
color: #9907FF;
}
</style>
background-color css
<style>
a { background-color: #9907FF; }
a { background-color: rgb(153,7,255); }
div.DivClassName
{
background-color: #9907FF;
}
.BgClassName
{
background-color: #9907FF;
}
</style>
border-color css
<style>
span { border-color: #9907FF; }
span { border-color: rgb(153,7,255); }
td.TdClassName
{
border-color: #9907FF;
}
.TagClassName
{
border-color: #9907FF;
}
</style>