Shades of Electric Purple #9C0CFF
Tints of Electric Purple #9C0CFF
RGB
CMYK
RGB Variations
Color information
#9C0CFF (or 0x9C0CFF) is known color: Electric Purple. HEX triplet: 9C, 0C and FF. RGB value is (156,12,255). Sum of RGB (Red+Green+Blue) = 156+12+255=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0CFF is #63F300. Grayscale: #515151. Windows color (decimal): -6550273 or 16714908. OLE color: 16714908.
HSL color Cylindrical-coordinate representation of color #9C0CFF: hue angle of 275.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CFF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 12 | 255 | - |
| CMYK | 0.39 | 0.95 | 0 | 0 |
| HSL | 275.56º | 1% | 0.52% | - |
| HSV(B) | 275.56º | 0.95% | 1% | - |
| XYZ | 31.89 | 14.55 | 95.74 | - |
| YUV | 82.76 | 225.21 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 255 | 0.39 | 0.95 | 0 | 0 | 275.56 | 1 | 0.52 |
| Hex | 9C | C | FF | 27 | 5F | 0 | 0 | 114 | 64 | 34 |
| Octal | 234 | 14 | 377 | 47 | 137 | 0 | 0 | 424 | 144 | 64 |
| Binary | 10011100 | 1100 | 11111111 | 100111 | 1011111 | 0 | 0 | 100010100 | 1100100 | 110100 |
Color Harmonies of #9C0CFF
Complementary color
Monochromatic Colors of #9C0CFF
Black with #9C0CFF
Text Example
Text Example
White with #9C0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CFF; }
p { color: rgb(156,12,255); }
H1.HeaderClassName
{
color: #9C0CFF;
}
.AnyTagClassName
{
color: #9C0CFF;
}
</style>
background-color css
<style>
a { background-color: #9C0CFF; }
a { background-color: rgb(156,12,255); }
div.DivClassName
{
background-color: #9C0CFF;
}
.BgClassName
{
background-color: #9C0CFF;
}
</style>
border-color css
<style>
span { border-color: #9C0CFF; }
span { border-color: rgb(156,12,255); }
td.TdClassName
{
border-color: #9C0CFF;
}
.TagClassName
{
border-color: #9C0CFF;
}
</style>