Shades of Electric Purple #9C0CFC
Tints of Electric Purple #9C0CFC
RGB
CMYK
RGB Variations
Color information
#9C0CFC (or 0x9C0CFC) is known color: Electric Purple. HEX triplet: 9C, 0C and FC. RGB value is (156,12,252). Sum of RGB (Red+Green+Blue) = 156+12+252=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C0CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0CFC is #63F303. Grayscale: #515151. Windows color (decimal): -6550276 or 16518300. OLE color: 16518300.
HSL color Cylindrical-coordinate representation of color #9C0CFC: hue angle of 276º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CFC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 12 | 252 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.52% | - |
| HSV(B) | 276º | 0.95% | 0.99% | - |
| XYZ | 31.41 | 14.36 | 93.21 | - |
| YUV | 82.42 | 223.71 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 252 | 0.38 | 0.95 | 0 | 0.01 | 276 | 0.98 | 0.52 |
| Hex | 9C | C | FC | 26 | 5F | 0 | 1 | 114 | 62 | 34 |
| Octal | 234 | 14 | 374 | 46 | 137 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011100 | 1100 | 11111100 | 100110 | 1011111 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9C0CFC
Complementary color
Monochromatic Colors of #9C0CFC
Black with #9C0CFC
Text Example
Text Example
White with #9C0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CFC; }
p { color: rgb(156,12,252); }
H1.HeaderClassName
{
color: #9C0CFC;
}
.AnyTagClassName
{
color: #9C0CFC;
}
</style>
background-color css
<style>
a { background-color: #9C0CFC; }
a { background-color: rgb(156,12,252); }
div.DivClassName
{
background-color: #9C0CFC;
}
.BgClassName
{
background-color: #9C0CFC;
}
</style>
border-color css
<style>
span { border-color: #9C0CFC; }
span { border-color: rgb(156,12,252); }
td.TdClassName
{
border-color: #9C0CFC;
}
.TagClassName
{
border-color: #9C0CFC;
}
</style>