Shades of Electric Purple #9C0EFC
Tints of Electric Purple #9C0EFC
RGB
CMYK
RGB Variations
Color information
#9C0EFC (or 0x9C0EFC) is known color: Electric Purple. HEX triplet: 9C, 0E and FC. RGB value is (156,14,252). Sum of RGB (Red+Green+Blue) = 156+14+252=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C0EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EFC is #63F103. Grayscale: #525252. Windows color (decimal): -6549764 or 16518812. OLE color: 16518812.
HSL color Cylindrical-coordinate representation of color #9C0EFC: hue angle of 275.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EFC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 14 | 252 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.01 |
| HSL | 275.8º | 0.98% | 0.52% | - |
| HSV(B) | 275.8º | 0.94% | 0.99% | - |
| XYZ | 31.44 | 14.41 | 93.22 | - |
| YUV | 83.59 | 223.04 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 252 | 0.38 | 0.94 | 0 | 0.01 | 275.8 | 0.98 | 0.52 |
| Hex | 9C | E | FC | 26 | 5E | 0 | 1 | 114 | 62 | 34 |
| Octal | 234 | 16 | 374 | 46 | 136 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011100 | 1110 | 11111100 | 100110 | 1011110 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9C0EFC
Complementary color
Monochromatic Colors of #9C0EFC
Black with #9C0EFC
Text Example
Text Example
White with #9C0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EFC; }
p { color: rgb(156,14,252); }
H1.HeaderClassName
{
color: #9C0EFC;
}
.AnyTagClassName
{
color: #9C0EFC;
}
</style>
background-color css
<style>
a { background-color: #9C0EFC; }
a { background-color: rgb(156,14,252); }
div.DivClassName
{
background-color: #9C0EFC;
}
.BgClassName
{
background-color: #9C0EFC;
}
</style>
border-color css
<style>
span { border-color: #9C0EFC; }
span { border-color: rgb(156,14,252); }
td.TdClassName
{
border-color: #9C0EFC;
}
.TagClassName
{
border-color: #9C0EFC;
}
</style>