Shades of Electric Purple #9D10FA
Tints of Electric Purple #9D10FA
RGB
CMYK
RGB Variations
Color information
#9D10FA (or 0x9D10FA) is known color: Electric Purple. HEX triplet: 9D, 10 and FA. RGB value is (157,16,250). Sum of RGB (Red+Green+Blue) = 157+16+250=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D10FA is #62EF05. Grayscale: #545454. Windows color (decimal): -6483718 or 16388253. OLE color: 16388253.
HSL color Cylindrical-coordinate representation of color #9D10FA: hue angle of 276.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D10FA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 16 | 250 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.02 |
| HSL | 276.15º | 0.96% | 0.52% | - |
| HSV(B) | 276.15º | 0.94% | 0.98% | - |
| XYZ | 31.35 | 14.44 | 91.58 | - |
| YUV | 84.84 | 221.21 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 250 | 0.37 | 0.94 | 0 | 0.02 | 276.15 | 0.96 | 0.52 |
| Hex | 9D | 10 | FA | 25 | 5E | 0 | 2 | 114 | 60 | 34 |
| Octal | 235 | 20 | 372 | 45 | 136 | 0 | 2 | 424 | 140 | 64 |
| Binary | 10011101 | 10000 | 11111010 | 100101 | 1011110 | 0 | 10 | 100010100 | 1100000 | 110100 |
Color Harmonies of #9D10FA
Complementary color
Monochromatic Colors of #9D10FA
Black with #9D10FA
Text Example
Text Example
White with #9D10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D10FA; }
p { color: rgb(157,16,250); }
H1.HeaderClassName
{
color: #9D10FA;
}
.AnyTagClassName
{
color: #9D10FA;
}
</style>
background-color css
<style>
a { background-color: #9D10FA; }
a { background-color: rgb(157,16,250); }
div.DivClassName
{
background-color: #9D10FA;
}
.BgClassName
{
background-color: #9D10FA;
}
</style>
border-color css
<style>
span { border-color: #9D10FA; }
span { border-color: rgb(157,16,250); }
td.TdClassName
{
border-color: #9D10FA;
}
.TagClassName
{
border-color: #9D10FA;
}
</style>