Shades of Electric Purple #9703FE
Tints of Electric Purple #9703FE
RGB
CMYK
RGB Variations
Color information
#9703FE (or 0x9703FE) is known color: Electric Purple. HEX triplet: 97, 03 and FE. RGB value is (151,3,254). Sum of RGB (Red+Green+Blue) = 151+3+254=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #9703FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9703FE is #68FC01. Grayscale: #4B4B4B. Windows color (decimal): -6880258 or 16647063. OLE color: 16647063.
HSL color Cylindrical-coordinate representation of color #9703FE: hue angle of 275.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9703FE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 3 | 254 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.00 |
| HSL | 275.38º | 0.99% | 0.5% | - |
| HSV(B) | 275.38º | 0.99% | 1% | - |
| XYZ | 30.68 | 13.8 | 94.81 | - |
| YUV | 75.87 | 228.53 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 254 | 0.41 | 0.99 | 0 | 0.00 | 275.38 | 0.99 | 0.5 |
| Hex | 97 | 3 | FE | 29 | 63 | 0 | 0 | 113 | 63 | 32 |
| Octal | 227 | 3 | 376 | 51 | 143 | 0 | 0 | 423 | 143 | 62 |
| Binary | 10010111 | 11 | 11111110 | 101001 | 1100011 | 0 | 0 | 100010011 | 1100011 | 110010 |
Color Harmonies of #9703FE
Complementary color
Monochromatic Colors of #9703FE
Black with #9703FE
Text Example
Text Example
White with #9703FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703FE; }
p { color: rgb(151,3,254); }
H1.HeaderClassName
{
color: #9703FE;
}
.AnyTagClassName
{
color: #9703FE;
}
</style>
background-color css
<style>
a { background-color: #9703FE; }
a { background-color: rgb(151,3,254); }
div.DivClassName
{
background-color: #9703FE;
}
.BgClassName
{
background-color: #9703FE;
}
</style>
border-color css
<style>
span { border-color: #9703FE; }
span { border-color: rgb(151,3,254); }
td.TdClassName
{
border-color: #9703FE;
}
.TagClassName
{
border-color: #9703FE;
}
</style>