Shades of Electric Purple #9706FE
Tints of Electric Purple #9706FE
RGB
CMYK
RGB Variations
Color information
#9706FE (or 0x9706FE) is known color: Electric Purple. HEX triplet: 97, 06 and FE. RGB value is (151,6,254). Sum of RGB (Red+Green+Blue) = 151+6+254=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #9706FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9706FE is #68F901. Grayscale: #4C4C4C. Windows color (decimal): -6879490 or 16647831. OLE color: 16647831.
HSL color Cylindrical-coordinate representation of color #9706FE: hue angle of 275.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9706FE is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 6 | 254 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.00 |
| HSL | 275.08º | 0.99% | 0.51% | - |
| HSV(B) | 275.08º | 0.98% | 1% | - |
| XYZ | 30.72 | 13.87 | 94.82 | - |
| YUV | 77.63 | 227.54 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 254 | 0.41 | 0.98 | 0 | 0.00 | 275.08 | 0.99 | 0.51 |
| Hex | 97 | 6 | FE | 29 | 62 | 0 | 0 | 113 | 63 | 33 |
| Octal | 227 | 6 | 376 | 51 | 142 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10010111 | 110 | 11111110 | 101001 | 1100010 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9706FE
Complementary color
Monochromatic Colors of #9706FE
Black with #9706FE
Text Example
Text Example
White with #9706FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706FE; }
p { color: rgb(151,6,254); }
H1.HeaderClassName
{
color: #9706FE;
}
.AnyTagClassName
{
color: #9706FE;
}
</style>
background-color css
<style>
a { background-color: #9706FE; }
a { background-color: rgb(151,6,254); }
div.DivClassName
{
background-color: #9706FE;
}
.BgClassName
{
background-color: #9706FE;
}
</style>
border-color css
<style>
span { border-color: #9706FE; }
span { border-color: rgb(151,6,254); }
td.TdClassName
{
border-color: #9706FE;
}
.TagClassName
{
border-color: #9706FE;
}
</style>