Shades of Electric Purple #9C0EFB
Tints of Electric Purple #9C0EFB
RGB
CMYK
RGB Variations
Color information
#9C0EFB (or 0x9C0EFB) is known color: Electric Purple. HEX triplet: 9C, 0E and FB. RGB value is (156,14,251). Sum of RGB (Red+Green+Blue) = 156+14+251=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EFB is #63F104. Grayscale: #525252. Windows color (decimal): -6549765 or 16453276. OLE color: 16453276.
HSL color Cylindrical-coordinate representation of color #9C0EFB: hue angle of 275.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EFB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 14 | 251 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.02 |
| HSL | 275.95º | 0.97% | 0.52% | - |
| HSV(B) | 275.95º | 0.94% | 0.98% | - |
| XYZ | 31.28 | 14.35 | 92.39 | - |
| YUV | 83.48 | 222.54 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 251 | 0.38 | 0.94 | 0 | 0.02 | 275.95 | 0.97 | 0.52 |
| Hex | 9C | E | FB | 26 | 5E | 0 | 2 | 114 | 61 | 34 |
| Octal | 234 | 16 | 373 | 46 | 136 | 0 | 2 | 424 | 141 | 64 |
| Binary | 10011100 | 1110 | 11111011 | 100110 | 1011110 | 0 | 10 | 100010100 | 1100001 | 110100 |
Color Harmonies of #9C0EFB
Complementary color
Monochromatic Colors of #9C0EFB
Black with #9C0EFB
Text Example
Text Example
White with #9C0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EFB; }
p { color: rgb(156,14,251); }
H1.HeaderClassName
{
color: #9C0EFB;
}
.AnyTagClassName
{
color: #9C0EFB;
}
</style>
background-color css
<style>
a { background-color: #9C0EFB; }
a { background-color: rgb(156,14,251); }
div.DivClassName
{
background-color: #9C0EFB;
}
.BgClassName
{
background-color: #9C0EFB;
}
</style>
border-color css
<style>
span { border-color: #9C0EFB; }
span { border-color: rgb(156,14,251); }
td.TdClassName
{
border-color: #9C0EFB;
}
.TagClassName
{
border-color: #9C0EFB;
}
</style>