Shades of Electric Purple #9C02FF
Tints of Electric Purple #9C02FF
RGB
CMYK
RGB Variations
Color information
#9C02FF (or 0x9C02FF) is known color: Electric Purple. HEX triplet: 9C, 02 and FF. RGB value is (156,2,255). Sum of RGB (Red+Green+Blue) = 156+2+255=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C02FF is #63FD00. Grayscale: #4C4C4C. Windows color (decimal): -6552833 or 16712348. OLE color: 16712348.
HSL color Cylindrical-coordinate representation of color #9C02FF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02FF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 2 | 255 | - |
| CMYK | 0.39 | 0.99 | 0 | 0 |
| HSL | 276.52º | 1% | 0.5% | - |
| HSV(B) | 276.52º | 0.99% | 1% | - |
| XYZ | 31.78 | 14.33 | 95.7 | - |
| YUV | 76.89 | 228.52 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 255 | 0.39 | 0.99 | 0 | 0 | 276.52 | 1 | 0.5 |
| Hex | 9C | 2 | FF | 27 | 63 | 0 | 0 | 115 | 64 | 32 |
| Octal | 234 | 2 | 377 | 47 | 143 | 0 | 0 | 425 | 144 | 62 |
| Binary | 10011100 | 10 | 11111111 | 100111 | 1100011 | 0 | 0 | 100010101 | 1100100 | 110010 |
Color Harmonies of #9C02FF
Complementary color
Monochromatic Colors of #9C02FF
Black with #9C02FF
Text Example
Text Example
White with #9C02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C02FF; }
p { color: rgb(156,2,255); }
H1.HeaderClassName
{
color: #9C02FF;
}
.AnyTagClassName
{
color: #9C02FF;
}
</style>
background-color css
<style>
a { background-color: #9C02FF; }
a { background-color: rgb(156,2,255); }
div.DivClassName
{
background-color: #9C02FF;
}
.BgClassName
{
background-color: #9C02FF;
}
</style>
border-color css
<style>
span { border-color: #9C02FF; }
span { border-color: rgb(156,2,255); }
td.TdClassName
{
border-color: #9C02FF;
}
.TagClassName
{
border-color: #9C02FF;
}
</style>