Shades of Electric Purple #9A03FF
Tints of Electric Purple #9A03FF
RGB
CMYK
RGB Variations
Color information
#9A03FF (or 0x9A03FF) is known color: Electric Purple. HEX triplet: 9A, 03 and FF. RGB value is (154,3,255). Sum of RGB (Red+Green+Blue) = 154+3+255=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A03FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A03FF is #65FC00. Grayscale: #4C4C4C. Windows color (decimal): -6683649 or 16712602. OLE color: 16712602.
HSL color Cylindrical-coordinate representation of color #9A03FF: hue angle of 275.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A03FF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 3 | 255 | - |
| CMYK | 0.40 | 0.99 | 0 | 0 |
| HSL | 275.95º | 1% | 0.51% | - |
| HSV(B) | 275.95º | 0.99% | 1% | - |
| XYZ | 31.41 | 14.16 | 95.68 | - |
| YUV | 76.88 | 228.53 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 255 | 0.40 | 0.99 | 0 | 0 | 275.95 | 1 | 0.51 |
| Hex | 9A | 3 | FF | 28 | 63 | 0 | 0 | 114 | 64 | 33 |
| Octal | 232 | 3 | 377 | 50 | 143 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011010 | 11 | 11111111 | 101000 | 1100011 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9A03FF
Complementary color
Monochromatic Colors of #9A03FF
Black with #9A03FF
Text Example
Text Example
White with #9A03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A03FF; }
p { color: rgb(154,3,255); }
H1.HeaderClassName
{
color: #9A03FF;
}
.AnyTagClassName
{
color: #9A03FF;
}
</style>
background-color css
<style>
a { background-color: #9A03FF; }
a { background-color: rgb(154,3,255); }
div.DivClassName
{
background-color: #9A03FF;
}
.BgClassName
{
background-color: #9A03FF;
}
</style>
border-color css
<style>
span { border-color: #9A03FF; }
span { border-color: rgb(154,3,255); }
td.TdClassName
{
border-color: #9A03FF;
}
.TagClassName
{
border-color: #9A03FF;
}
</style>