Shades of Electric Purple #9901FB
Tints of Electric Purple #9901FB
RGB
CMYK
RGB Variations
Color information
#9901FB (or 0x9901FB) is known color: Electric Purple. HEX triplet: 99, 01 and FB. RGB value is (153,1,251). Sum of RGB (Red+Green+Blue) = 153+1+251=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #9901FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9901FB is #66FE04. Grayscale: #4A4A4A. Windows color (decimal): -6749701 or 16449945. OLE color: 16449945.
HSL color Cylindrical-coordinate representation of color #9901FB: hue angle of 276.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9901FB is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 1 | 251 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.02 |
| HSL | 276.48º | 0.99% | 0.49% | - |
| HSV(B) | 276.48º | 1% | 0.98% | - |
| XYZ | 30.56 | 13.76 | 92.31 | - |
| YUV | 74.95 | 227.36 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 251 | 0.39 | 1.00 | 0 | 0.02 | 276.48 | 0.99 | 0.49 |
| Hex | 99 | 1 | FB | 27 | 64 | 0 | 2 | 114 | 63 | 31 |
| Octal | 231 | 1 | 373 | 47 | 144 | 0 | 2 | 424 | 143 | 61 |
| Binary | 10011001 | 1 | 11111011 | 100111 | 1100100 | 0 | 10 | 100010100 | 1100011 | 110001 |
Color Harmonies of #9901FB
Complementary color
Monochromatic Colors of #9901FB
Black with #9901FB
Text Example
Text Example
White with #9901FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901FB; }
p { color: rgb(153,1,251); }
H1.HeaderClassName
{
color: #9901FB;
}
.AnyTagClassName
{
color: #9901FB;
}
</style>
background-color css
<style>
a { background-color: #9901FB; }
a { background-color: rgb(153,1,251); }
div.DivClassName
{
background-color: #9901FB;
}
.BgClassName
{
background-color: #9901FB;
}
</style>
border-color css
<style>
span { border-color: #9901FB; }
span { border-color: rgb(153,1,251); }
td.TdClassName
{
border-color: #9901FB;
}
.TagClassName
{
border-color: #9901FB;
}
</style>