Shades of Electric Purple #9A00FB
Tints of Electric Purple #9A00FB
RGB
CMYK
RGB Variations
Color information
#9A00FB (or 0x9A00FB) is known color: Electric Purple. HEX triplet: 9A, 00 and FB. RGB value is (154,0,251). Sum of RGB (Red+Green+Blue) = 154+0+251=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 0 (0.39% from 255 or 0% 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 #9A00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00FB is #65FF04. Grayscale: #494949. Windows color (decimal): -6684421 or 16449690. OLE color: 16449690.
HSL color Cylindrical-coordinate representation of color #9A00FB: hue angle of 276.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00FB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 0 | 251 | - |
| CMYK | 0.39 | 1 | 0 | 0.02 |
| HSL | 276.81º | 1% | 0.49% | - |
| HSV(B) | 276.81º | 1% | 0.98% | - |
| XYZ | 30.74 | 13.84 | 92.32 | - |
| YUV | 74.66 | 227.52 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 251 | 0.39 | 1 | 0 | 0.02 | 276.81 | 1 | 0.49 |
| Hex | 9A | 0 | FB | 27 | 64 | 0 | 2 | 115 | 64 | 31 |
| Octal | 232 | 0 | 373 | 47 | 144 | 0 | 2 | 425 | 144 | 61 |
| Binary | 10011010 | 0 | 11111011 | 100111 | 1100100 | 0 | 10 | 100010101 | 1100100 | 110001 |
Color Harmonies of #9A00FB
Complementary color
Monochromatic Colors of #9A00FB
Black with #9A00FB
Text Example
Text Example
White with #9A00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00FB; }
p { color: rgb(154,0,251); }
H1.HeaderClassName
{
color: #9A00FB;
}
.AnyTagClassName
{
color: #9A00FB;
}
</style>
background-color css
<style>
a { background-color: #9A00FB; }
a { background-color: rgb(154,0,251); }
div.DivClassName
{
background-color: #9A00FB;
}
.BgClassName
{
background-color: #9A00FB;
}
</style>
border-color css
<style>
span { border-color: #9A00FB; }
span { border-color: rgb(154,0,251); }
td.TdClassName
{
border-color: #9A00FB;
}
.TagClassName
{
border-color: #9A00FB;
}
</style>