Shades of Electric Purple #9C04FF
Tints of Electric Purple #9C04FF
RGB
CMYK
RGB Variations
Color information
#9C04FF (or 0x9C04FF) is known color: Electric Purple. HEX triplet: 9C, 04 and FF. RGB value is (156,4,255). Sum of RGB (Red+Green+Blue) = 156+4+255=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C04FF is #63FB00. Grayscale: #4D4D4D. Windows color (decimal): -6552321 or 16712860. OLE color: 16712860.
HSL color Cylindrical-coordinate representation of color #9C04FF: hue angle of 276.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04FF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 4 | 255 | - |
| CMYK | 0.39 | 0.98 | 0 | 0 |
| HSL | 276.33º | 1% | 0.51% | - |
| HSV(B) | 276.33º | 0.98% | 1% | - |
| XYZ | 31.8 | 14.37 | 95.71 | - |
| YUV | 78.06 | 227.86 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 255 | 0.39 | 0.98 | 0 | 0 | 276.33 | 1 | 0.51 |
| Hex | 9C | 4 | FF | 27 | 62 | 0 | 0 | 114 | 64 | 33 |
| Octal | 234 | 4 | 377 | 47 | 142 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011100 | 100 | 11111111 | 100111 | 1100010 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9C04FF
Complementary color
Monochromatic Colors of #9C04FF
Black with #9C04FF
Text Example
Text Example
White with #9C04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04FF; }
p { color: rgb(156,4,255); }
H1.HeaderClassName
{
color: #9C04FF;
}
.AnyTagClassName
{
color: #9C04FF;
}
</style>
background-color css
<style>
a { background-color: #9C04FF; }
a { background-color: rgb(156,4,255); }
div.DivClassName
{
background-color: #9C04FF;
}
.BgClassName
{
background-color: #9C04FF;
}
</style>
border-color css
<style>
span { border-color: #9C04FF; }
span { border-color: rgb(156,4,255); }
td.TdClassName
{
border-color: #9C04FF;
}
.TagClassName
{
border-color: #9C04FF;
}
</style>