Shades of Electric Purple #9C0AFF
Tints of Electric Purple #9C0AFF
RGB
CMYK
RGB Variations
Color information
#9C0AFF (or 0x9C0AFF) is known color: Electric Purple. HEX triplet: 9C, 0A and FF. RGB value is (156,10,255). Sum of RGB (Red+Green+Blue) = 156+10+255=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0AFF is #63F500. Grayscale: #505050. Windows color (decimal): -6550785 or 16714396. OLE color: 16714396.
HSL color Cylindrical-coordinate representation of color #9C0AFF: hue angle of 275.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0AFF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 10 | 255 | - |
| CMYK | 0.39 | 0.96 | 0 | 0 |
| HSL | 275.76º | 1% | 0.52% | - |
| HSV(B) | 275.76º | 0.96% | 1% | - |
| XYZ | 31.87 | 14.51 | 95.73 | - |
| YUV | 81.58 | 225.87 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 255 | 0.39 | 0.96 | 0 | 0 | 275.76 | 1 | 0.52 |
| Hex | 9C | A | FF | 27 | 60 | 0 | 0 | 114 | 64 | 34 |
| Octal | 234 | 12 | 377 | 47 | 140 | 0 | 0 | 424 | 144 | 64 |
| Binary | 10011100 | 1010 | 11111111 | 100111 | 1100000 | 0 | 0 | 100010100 | 1100100 | 110100 |
Color Harmonies of #9C0AFF
Complementary color
Monochromatic Colors of #9C0AFF
Black with #9C0AFF
Text Example
Text Example
White with #9C0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0AFF; }
p { color: rgb(156,10,255); }
H1.HeaderClassName
{
color: #9C0AFF;
}
.AnyTagClassName
{
color: #9C0AFF;
}
</style>
background-color css
<style>
a { background-color: #9C0AFF; }
a { background-color: rgb(156,10,255); }
div.DivClassName
{
background-color: #9C0AFF;
}
.BgClassName
{
background-color: #9C0AFF;
}
</style>
border-color css
<style>
span { border-color: #9C0AFF; }
span { border-color: rgb(156,10,255); }
td.TdClassName
{
border-color: #9C0AFF;
}
.TagClassName
{
border-color: #9C0AFF;
}
</style>