Shades of Electric Purple #9D10FE
Tints of Electric Purple #9D10FE
RGB
CMYK
RGB Variations
Color information
#9D10FE (or 0x9D10FE) is known color: Electric Purple. HEX triplet: 9D, 10 and FE. RGB value is (157,16,254). Sum of RGB (Red+Green+Blue) = 157+16+254=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D10FE is #62EF01. Grayscale: #545454. Windows color (decimal): -6483714 or 16650397. OLE color: 16650397.
HSL color Cylindrical-coordinate representation of color #9D10FE: hue angle of 275.55º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D10FE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 16 | 254 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.00 |
| HSL | 275.55º | 0.99% | 0.53% | - |
| HSV(B) | 275.55º | 0.94% | 1% | - |
| XYZ | 31.98 | 14.69 | 94.92 | - |
| YUV | 85.29 | 223.21 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 254 | 0.38 | 0.94 | 0 | 0.00 | 275.55 | 0.99 | 0.53 |
| Hex | 9D | 10 | FE | 26 | 5E | 0 | 0 | 114 | 63 | 35 |
| Octal | 235 | 20 | 376 | 46 | 136 | 0 | 0 | 424 | 143 | 65 |
| Binary | 10011101 | 10000 | 11111110 | 100110 | 1011110 | 0 | 0 | 100010100 | 1100011 | 110101 |
Color Harmonies of #9D10FE
Complementary color
Monochromatic Colors of #9D10FE
Black with #9D10FE
Text Example
Text Example
White with #9D10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D10FE; }
p { color: rgb(157,16,254); }
H1.HeaderClassName
{
color: #9D10FE;
}
.AnyTagClassName
{
color: #9D10FE;
}
</style>
background-color css
<style>
a { background-color: #9D10FE; }
a { background-color: rgb(157,16,254); }
div.DivClassName
{
background-color: #9D10FE;
}
.BgClassName
{
background-color: #9D10FE;
}
</style>
border-color css
<style>
span { border-color: #9D10FE; }
span { border-color: rgb(157,16,254); }
td.TdClassName
{
border-color: #9D10FE;
}
.TagClassName
{
border-color: #9D10FE;
}
</style>