Shades of Electric Purple #9700FD
Tints of Electric Purple #9700FD
RGB
CMYK
RGB Variations
Color information
#9700FD (or 0x9700FD) is known color: Electric Purple. HEX triplet: 97, 00 and FD. RGB value is (151,0,253). Sum of RGB (Red+Green+Blue) = 151+0+253=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #9700FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9700FD is #68FF02. Grayscale: #494949. Windows color (decimal): -6881027 or 16580759. OLE color: 16580759.
HSL color Cylindrical-coordinate representation of color #9700FD: hue angle of 275.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700FD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 0 | 253 | - |
| CMYK | 0.40 | 1 | 0 | 0.01 |
| HSL | 275.81º | 1% | 0.5% | - |
| HSV(B) | 275.81º | 1% | 0.99% | - |
| XYZ | 30.49 | 13.67 | 93.96 | - |
| YUV | 73.99 | 229.03 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 253 | 0.40 | 1 | 0 | 0.01 | 275.81 | 1 | 0.5 |
| Hex | 97 | 0 | FD | 28 | 64 | 0 | 1 | 114 | 64 | 32 |
| Octal | 227 | 0 | 375 | 50 | 144 | 0 | 1 | 424 | 144 | 62 |
| Binary | 10010111 | 0 | 11111101 | 101000 | 1100100 | 0 | 1 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9700FD
Complementary color
Monochromatic Colors of #9700FD
Black with #9700FD
Text Example
Text Example
White with #9700FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9700FD; }
p { color: rgb(151,0,253); }
H1.HeaderClassName
{
color: #9700FD;
}
.AnyTagClassName
{
color: #9700FD;
}
</style>
background-color css
<style>
a { background-color: #9700FD; }
a { background-color: rgb(151,0,253); }
div.DivClassName
{
background-color: #9700FD;
}
.BgClassName
{
background-color: #9700FD;
}
</style>
border-color css
<style>
span { border-color: #9700FD; }
span { border-color: rgb(151,0,253); }
td.TdClassName
{
border-color: #9700FD;
}
.TagClassName
{
border-color: #9700FD;
}
</style>