Shades of Electric Purple #9900FF
Tints of Electric Purple #9900FF
RGB
CMYK
RGB Variations
Color information
#9900FF (or 0x9900FF) is known color: Electric Purple. HEX triplet: 99, 00 and FF. RGB value is (153,0,255). Sum of RGB (Red+Green+Blue) = 153+0+255=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #9900FF is a web safe color. Inversed color of #9900FF is #66FF00. Grayscale: #494949. Windows color (decimal): -6749953 or 16711833. OLE color: 16711833.
HSL color Cylindrical-coordinate representation of color #9900FF: hue angle of 276º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900FF is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 0 | 255 | - |
| CMYK | 0.4 | 1 | 0 | 0 |
| HSL | 276º | 1% | 0.5% | - |
| HSV(B) | 276º | 1% | 1% | - |
| XYZ | 31.19 | 13.99 | 95.66 | - |
| YUV | 74.82 | 229.69 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 255 | 0.4 | 1 | 0 | 0 | 276 | 1 | 0.5 |
| Hex | 99 | 0 | FF | 28 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 231 | 0 | 377 | 50 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011001 | 0 | 11111111 | 101000 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9900FF
Complementary color
Monochromatic Colors of #9900FF
Black with #9900FF
Text Example
Text Example
White with #9900FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900FF; }
p { color: rgb(153,0,255); }
H1.HeaderClassName
{
color: #9900FF;
}
.AnyTagClassName
{
color: #9900FF;
}
</style>
background-color css
<style>
a { background-color: #9900FF; }
a { background-color: rgb(153,0,255); }
div.DivClassName
{
background-color: #9900FF;
}
.BgClassName
{
background-color: #9900FF;
}
</style>
border-color css
<style>
span { border-color: #9900FF; }
span { border-color: rgb(153,0,255); }
td.TdClassName
{
border-color: #9900FF;
}
.TagClassName
{
border-color: #9900FF;
}
</style>