Shades of Electric Purple #9C0DFF
Tints of Electric Purple #9C0DFF
RGB
CMYK
RGB Variations
Color information
#9C0DFF (or 0x9C0DFF) is known color: Electric Purple. HEX triplet: 9C, 0D and FF. RGB value is (156,13,255). Sum of RGB (Red+Green+Blue) = 156+13+255=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DFF is #63F200. Grayscale: #525252. Windows color (decimal): -6550017 or 16715164. OLE color: 16715164.
HSL color Cylindrical-coordinate representation of color #9C0DFF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0DFF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 13 | 255 | - |
| CMYK | 0.39 | 0.95 | 0 | 0 |
| HSL | 275.45º | 1% | 0.53% | - |
| HSV(B) | 275.45º | 0.95% | 1% | - |
| XYZ | 31.9 | 14.58 | 95.74 | - |
| YUV | 83.35 | 224.88 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 255 | 0.39 | 0.95 | 0 | 0 | 275.45 | 1 | 0.53 |
| Hex | 9C | D | FF | 27 | 5F | 0 | 0 | 113 | 64 | 35 |
| Octal | 234 | 15 | 377 | 47 | 137 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011100 | 1101 | 11111111 | 100111 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #9C0DFF
Complementary color
Monochromatic Colors of #9C0DFF
Black with #9C0DFF
Text Example
Text Example
White with #9C0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DFF; }
p { color: rgb(156,13,255); }
H1.HeaderClassName
{
color: #9C0DFF;
}
.AnyTagClassName
{
color: #9C0DFF;
}
</style>
background-color css
<style>
a { background-color: #9C0DFF; }
a { background-color: rgb(156,13,255); }
div.DivClassName
{
background-color: #9C0DFF;
}
.BgClassName
{
background-color: #9C0DFF;
}
</style>
border-color css
<style>
span { border-color: #9C0DFF; }
span { border-color: rgb(156,13,255); }
td.TdClassName
{
border-color: #9C0DFF;
}
.TagClassName
{
border-color: #9C0DFF;
}
</style>