Shades of Electric Purple #9C05FB
Tints of Electric Purple #9C05FB
RGB
CMYK
RGB Variations
Color information
#9C05FB (or 0x9C05FB) is known color: Electric Purple. HEX triplet: 9C, 05 and FB. RGB value is (156,5,251). Sum of RGB (Red+Green+Blue) = 156+5+251=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C05FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C05FB is #63FA04. Grayscale: #4D4D4D. Windows color (decimal): -6552069 or 16450972. OLE color: 16450972.
HSL color Cylindrical-coordinate representation of color #9C05FB: hue angle of 276.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C05FB is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 5 | 251 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.02 |
| HSL | 276.83º | 0.97% | 0.5% | - |
| HSV(B) | 276.83º | 0.98% | 0.98% | - |
| XYZ | 31.18 | 14.14 | 92.35 | - |
| YUV | 78.19 | 225.53 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 251 | 0.38 | 0.98 | 0 | 0.02 | 276.83 | 0.97 | 0.5 |
| Hex | 9C | 5 | FB | 26 | 62 | 0 | 2 | 115 | 61 | 32 |
| Octal | 234 | 5 | 373 | 46 | 142 | 0 | 2 | 425 | 141 | 62 |
| Binary | 10011100 | 101 | 11111011 | 100110 | 1100010 | 0 | 10 | 100010101 | 1100001 | 110010 |
Color Harmonies of #9C05FB
Complementary color
Monochromatic Colors of #9C05FB
Black with #9C05FB
Text Example
Text Example
White with #9C05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C05FB; }
p { color: rgb(156,5,251); }
H1.HeaderClassName
{
color: #9C05FB;
}
.AnyTagClassName
{
color: #9C05FB;
}
</style>
background-color css
<style>
a { background-color: #9C05FB; }
a { background-color: rgb(156,5,251); }
div.DivClassName
{
background-color: #9C05FB;
}
.BgClassName
{
background-color: #9C05FB;
}
</style>
border-color css
<style>
span { border-color: #9C05FB; }
span { border-color: rgb(156,5,251); }
td.TdClassName
{
border-color: #9C05FB;
}
.TagClassName
{
border-color: #9C05FB;
}
</style>