Shades of Electric Purple #9708FE
Tints of Electric Purple #9708FE
RGB
CMYK
RGB Variations
Color information
#9708FE (or 0x9708FE) is known color: Electric Purple. HEX triplet: 97, 08 and FE. RGB value is (151,8,254). Sum of RGB (Red+Green+Blue) = 151+8+254=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #9708FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9708FE is #68F701. Grayscale: #4D4D4D. Windows color (decimal): -6878978 or 16648343. OLE color: 16648343.
HSL color Cylindrical-coordinate representation of color #9708FE: hue angle of 274.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9708FE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 8 | 254 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.00 |
| HSL | 274.88º | 0.99% | 0.51% | - |
| HSV(B) | 274.88º | 0.97% | 1% | - |
| XYZ | 30.74 | 13.91 | 94.83 | - |
| YUV | 78.8 | 226.88 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 254 | 0.41 | 0.97 | 0 | 0.00 | 274.88 | 0.99 | 0.51 |
| Hex | 97 | 8 | FE | 29 | 61 | 0 | 0 | 113 | 63 | 33 |
| Octal | 227 | 10 | 376 | 51 | 141 | 0 | 0 | 423 | 143 | 63 |
| Binary | 10010111 | 1000 | 11111110 | 101001 | 1100001 | 0 | 0 | 100010011 | 1100011 | 110011 |
Color Harmonies of #9708FE
Complementary color
Monochromatic Colors of #9708FE
Black with #9708FE
Text Example
Text Example
White with #9708FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9708FE; }
p { color: rgb(151,8,254); }
H1.HeaderClassName
{
color: #9708FE;
}
.AnyTagClassName
{
color: #9708FE;
}
</style>
background-color css
<style>
a { background-color: #9708FE; }
a { background-color: rgb(151,8,254); }
div.DivClassName
{
background-color: #9708FE;
}
.BgClassName
{
background-color: #9708FE;
}
</style>
border-color css
<style>
span { border-color: #9708FE; }
span { border-color: rgb(151,8,254); }
td.TdClassName
{
border-color: #9708FE;
}
.TagClassName
{
border-color: #9708FE;
}
</style>