Shades of Electric Purple #9D11FA
Tints of Electric Purple #9D11FA
RGB
CMYK
RGB Variations
Color information
#9D11FA (or 0x9D11FA) is known color: Electric Purple. HEX triplet: 9D, 11 and FA. RGB value is (157,17,250). Sum of RGB (Red+Green+Blue) = 157+17+250=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D11FA is #62EE05. Grayscale: #545454. Windows color (decimal): -6483462 or 16388509. OLE color: 16388509.
HSL color Cylindrical-coordinate representation of color #9D11FA: hue angle of 276.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D11FA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 17 | 250 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.02 |
| HSL | 276.05º | 0.96% | 0.52% | - |
| HSV(B) | 276.05º | 0.93% | 0.98% | - |
| XYZ | 31.36 | 14.47 | 91.58 | - |
| YUV | 85.42 | 220.88 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 250 | 0.37 | 0.93 | 0 | 0.02 | 276.05 | 0.96 | 0.52 |
| Hex | 9D | 11 | FA | 25 | 5D | 0 | 2 | 114 | 60 | 34 |
| Octal | 235 | 21 | 372 | 45 | 135 | 0 | 2 | 424 | 140 | 64 |
| Binary | 10011101 | 10001 | 11111010 | 100101 | 1011101 | 0 | 10 | 100010100 | 1100000 | 110100 |
Color Harmonies of #9D11FA
Complementary color
Monochromatic Colors of #9D11FA
Black with #9D11FA
Text Example
Text Example
White with #9D11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D11FA; }
p { color: rgb(157,17,250); }
H1.HeaderClassName
{
color: #9D11FA;
}
.AnyTagClassName
{
color: #9D11FA;
}
</style>
background-color css
<style>
a { background-color: #9D11FA; }
a { background-color: rgb(157,17,250); }
div.DivClassName
{
background-color: #9D11FA;
}
.BgClassName
{
background-color: #9D11FA;
}
</style>
border-color css
<style>
span { border-color: #9D11FA; }
span { border-color: rgb(157,17,250); }
td.TdClassName
{
border-color: #9D11FA;
}
.TagClassName
{
border-color: #9D11FA;
}
</style>