Shades of Electric Purple #9C0DFB
Tints of Electric Purple #9C0DFB
RGB
CMYK
RGB Variations
Color information
#9C0DFB (or 0x9C0DFB) is known color: Electric Purple. HEX triplet: 9C, 0D and FB. RGB value is (156,13,251). Sum of RGB (Red+Green+Blue) = 156+13+251=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DFB is #63F204. Grayscale: #525252. Windows color (decimal): -6550021 or 16453020. OLE color: 16453020.
HSL color Cylindrical-coordinate representation of color #9C0DFB: hue angle of 276.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0DFB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 13 | 251 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.02 |
| HSL | 276.05º | 0.97% | 0.52% | - |
| HSV(B) | 276.05º | 0.95% | 0.98% | - |
| XYZ | 31.27 | 14.32 | 92.38 | - |
| YUV | 82.89 | 222.88 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 251 | 0.38 | 0.95 | 0 | 0.02 | 276.05 | 0.97 | 0.52 |
| Hex | 9C | D | FB | 26 | 5F | 0 | 2 | 114 | 61 | 34 |
| Octal | 234 | 15 | 373 | 46 | 137 | 0 | 2 | 424 | 141 | 64 |
| Binary | 10011100 | 1101 | 11111011 | 100110 | 1011111 | 0 | 10 | 100010100 | 1100001 | 110100 |
Color Harmonies of #9C0DFB
Complementary color
Monochromatic Colors of #9C0DFB
Black with #9C0DFB
Text Example
Text Example
White with #9C0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DFB; }
p { color: rgb(156,13,251); }
H1.HeaderClassName
{
color: #9C0DFB;
}
.AnyTagClassName
{
color: #9C0DFB;
}
</style>
background-color css
<style>
a { background-color: #9C0DFB; }
a { background-color: rgb(156,13,251); }
div.DivClassName
{
background-color: #9C0DFB;
}
.BgClassName
{
background-color: #9C0DFB;
}
</style>
border-color css
<style>
span { border-color: #9C0DFB; }
span { border-color: rgb(156,13,251); }
td.TdClassName
{
border-color: #9C0DFB;
}
.TagClassName
{
border-color: #9C0DFB;
}
</style>