Shades of Electric Purple #9700FF
Tints of Electric Purple #9700FF
RGB
CMYK
RGB Variations
Color information
#9700FF (or 0x9700FF) is known color: Electric Purple. HEX triplet: 97, 00 and FF. RGB value is (151,0,255). Sum of RGB (Red+Green+Blue) = 151+0+255=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #9700FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9700FF is #68FF00. Grayscale: #494949. Windows color (decimal): -6881025 or 16711831. OLE color: 16711831.
HSL color Cylindrical-coordinate representation of color #9700FF: hue angle of 275.53º 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 #9700FF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 0 | 255 | - |
| CMYK | 0.41 | 1 | 0 | 0 |
| HSL | 275.53º | 1% | 0.5% | - |
| HSV(B) | 275.53º | 1% | 1% | - |
| XYZ | 30.81 | 13.8 | 95.65 | - |
| YUV | 74.22 | 230.03 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 255 | 0.41 | 1 | 0 | 0 | 275.53 | 1 | 0.5 |
| Hex | 97 | 0 | FF | 29 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 227 | 0 | 377 | 51 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10010111 | 0 | 11111111 | 101001 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9700FF
Complementary color
Monochromatic Colors of #9700FF
Black with #9700FF
Text Example
Text Example
White with #9700FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9700FF; }
p { color: rgb(151,0,255); }
H1.HeaderClassName
{
color: #9700FF;
}
.AnyTagClassName
{
color: #9700FF;
}
</style>
background-color css
<style>
a { background-color: #9700FF; }
a { background-color: rgb(151,0,255); }
div.DivClassName
{
background-color: #9700FF;
}
.BgClassName
{
background-color: #9700FF;
}
</style>
border-color css
<style>
span { border-color: #9700FF; }
span { border-color: rgb(151,0,255); }
td.TdClassName
{
border-color: #9700FF;
}
.TagClassName
{
border-color: #9700FF;
}
</style>