Shades of Electric Purple #9A00FF
Tints of Electric Purple #9A00FF
RGB
CMYK
RGB Variations
Color information
#9A00FF (or 0x9A00FF) is known color: Electric Purple. HEX triplet: 9A, 00 and FF. RGB value is (154,0,255). Sum of RGB (Red+Green+Blue) = 154+0+255=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00FF is #65FF00. Grayscale: #4A4A4A. Windows color (decimal): -6684417 or 16711834. OLE color: 16711834.
HSL color Cylindrical-coordinate representation of color #9A00FF: hue angle of 276.24º 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 #9A00FF is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 0 | 255 | - |
| CMYK | 0.40 | 1 | 0 | 0 |
| HSL | 276.24º | 1% | 0.5% | - |
| HSV(B) | 276.24º | 1% | 1% | - |
| XYZ | 31.38 | 14.09 | 95.67 | - |
| YUV | 75.12 | 229.52 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 255 | 0.40 | 1 | 0 | 0 | 276.24 | 1 | 0.5 |
| Hex | 9A | 0 | FF | 28 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 232 | 0 | 377 | 50 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011010 | 0 | 11111111 | 101000 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9A00FF
Complementary color
Monochromatic Colors of #9A00FF
Black with #9A00FF
Text Example
Text Example
White with #9A00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00FF; }
p { color: rgb(154,0,255); }
H1.HeaderClassName
{
color: #9A00FF;
}
.AnyTagClassName
{
color: #9A00FF;
}
</style>
background-color css
<style>
a { background-color: #9A00FF; }
a { background-color: rgb(154,0,255); }
div.DivClassName
{
background-color: #9A00FF;
}
.BgClassName
{
background-color: #9A00FF;
}
</style>
border-color css
<style>
span { border-color: #9A00FF; }
span { border-color: rgb(154,0,255); }
td.TdClassName
{
border-color: #9A00FF;
}
.TagClassName
{
border-color: #9A00FF;
}
</style>