Shades of Electric Purple #9908FF
Tints of Electric Purple #9908FF
RGB
CMYK
RGB Variations
Color information
#9908FF (or 0x9908FF) is known color: Electric Purple. HEX triplet: 99, 08 and FF. RGB value is (153,8,255). Sum of RGB (Red+Green+Blue) = 153+8+255=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #9908FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9908FF is #66F700. Grayscale: #4E4E4E. Windows color (decimal): -6747905 or 16713881. OLE color: 16713881.
HSL color Cylindrical-coordinate representation of color #9908FF: hue angle of 275.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9908FF is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 8 | 255 | - |
| CMYK | 0.4 | 0.97 | 0 | 0 |
| HSL | 275.22º | 1% | 0.52% | - |
| HSV(B) | 275.22º | 0.97% | 1% | - |
| XYZ | 31.27 | 14.17 | 95.69 | - |
| YUV | 79.51 | 227.04 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 255 | 0.4 | 0.97 | 0 | 0 | 275.22 | 1 | 0.52 |
| Hex | 99 | 8 | FF | 28 | 61 | 0 | 0 | 113 | 64 | 34 |
| Octal | 231 | 10 | 377 | 50 | 141 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011001 | 1000 | 11111111 | 101000 | 1100001 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #9908FF
Complementary color
Monochromatic Colors of #9908FF
Black with #9908FF
Text Example
Text Example
White with #9908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908FF; }
p { color: rgb(153,8,255); }
H1.HeaderClassName
{
color: #9908FF;
}
.AnyTagClassName
{
color: #9908FF;
}
</style>
background-color css
<style>
a { background-color: #9908FF; }
a { background-color: rgb(153,8,255); }
div.DivClassName
{
background-color: #9908FF;
}
.BgClassName
{
background-color: #9908FF;
}
</style>
border-color css
<style>
span { border-color: #9908FF; }
span { border-color: rgb(153,8,255); }
td.TdClassName
{
border-color: #9908FF;
}
.TagClassName
{
border-color: #9908FF;
}
</style>