Shades of Electric Purple #9D0DFF
Tints of Electric Purple #9D0DFF
RGB
CMYK
RGB Variations
Color information
#9D0DFF (or 0x9D0DFF) is known color: Electric Purple. HEX triplet: 9D, 0D and FF. RGB value is (157,13,255). Sum of RGB (Red+Green+Blue) = 157+13+255=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0DFF is #62F200. Grayscale: #525252. Windows color (decimal): -6484481 or 16715165. OLE color: 16715165.
HSL color Cylindrical-coordinate representation of color #9D0DFF: hue angle of 275.7º 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 #9D0DFF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 13 | 255 | - |
| CMYK | 0.38 | 0.95 | 0 | 0 |
| HSL | 275.7º | 1% | 0.53% | - |
| HSV(B) | 275.7º | 0.95% | 1% | - |
| XYZ | 32.1 | 14.68 | 95.75 | - |
| YUV | 83.64 | 224.71 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 255 | 0.38 | 0.95 | 0 | 0 | 275.7 | 1 | 0.53 |
| Hex | 9D | D | FF | 26 | 5F | 0 | 0 | 114 | 64 | 35 |
| Octal | 235 | 15 | 377 | 46 | 137 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10011101 | 1101 | 11111111 | 100110 | 1011111 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #9D0DFF
Complementary color
Monochromatic Colors of #9D0DFF
Black with #9D0DFF
Text Example
Text Example
White with #9D0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DFF; }
p { color: rgb(157,13,255); }
H1.HeaderClassName
{
color: #9D0DFF;
}
.AnyTagClassName
{
color: #9D0DFF;
}
</style>
background-color css
<style>
a { background-color: #9D0DFF; }
a { background-color: rgb(157,13,255); }
div.DivClassName
{
background-color: #9D0DFF;
}
.BgClassName
{
background-color: #9D0DFF;
}
</style>
border-color css
<style>
span { border-color: #9D0DFF; }
span { border-color: rgb(157,13,255); }
td.TdClassName
{
border-color: #9D0DFF;
}
.TagClassName
{
border-color: #9D0DFF;
}
</style>