Shades of Electric Purple #9C0EFA
Tints of Electric Purple #9C0EFA
RGB
CMYK
RGB Variations
Color information
#9C0EFA (or 0x9C0EFA) is known color: Electric Purple. HEX triplet: 9C, 0E and FA. RGB value is (156,14,250). Sum of RGB (Red+Green+Blue) = 156+14+250=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EFA is #63F105. Grayscale: #525252. Windows color (decimal): -6549766 or 16387740. OLE color: 16387740.
HSL color Cylindrical-coordinate representation of color #9C0EFA: hue angle of 276.1º 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 #9C0EFA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 14 | 250 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.02 |
| HSL | 276.1º | 0.96% | 0.52% | - |
| HSV(B) | 276.1º | 0.94% | 0.98% | - |
| XYZ | 31.12 | 14.28 | 91.56 | - |
| YUV | 83.36 | 222.04 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 250 | 0.38 | 0.94 | 0 | 0.02 | 276.1 | 0.96 | 0.52 |
| Hex | 9C | E | FA | 26 | 5E | 0 | 2 | 114 | 60 | 34 |
| Octal | 234 | 16 | 372 | 46 | 136 | 0 | 2 | 424 | 140 | 64 |
| Binary | 10011100 | 1110 | 11111010 | 100110 | 1011110 | 0 | 10 | 100010100 | 1100000 | 110100 |
Color Harmonies of #9C0EFA
Complementary color
Monochromatic Colors of #9C0EFA
Black with #9C0EFA
Text Example
Text Example
White with #9C0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EFA; }
p { color: rgb(156,14,250); }
H1.HeaderClassName
{
color: #9C0EFA;
}
.AnyTagClassName
{
color: #9C0EFA;
}
</style>
background-color css
<style>
a { background-color: #9C0EFA; }
a { background-color: rgb(156,14,250); }
div.DivClassName
{
background-color: #9C0EFA;
}
.BgClassName
{
background-color: #9C0EFA;
}
</style>
border-color css
<style>
span { border-color: #9C0EFA; }
span { border-color: rgb(156,14,250); }
td.TdClassName
{
border-color: #9C0EFA;
}
.TagClassName
{
border-color: #9C0EFA;
}
</style>