Shades of Electric Purple #9D07FF
Tints of Electric Purple #9D07FF
RGB
CMYK
RGB Variations
Color information
#9D07FF (or 0x9D07FF) is known color: Electric Purple. HEX triplet: 9D, 07 and FF. RGB value is (157,7,255). Sum of RGB (Red+Green+Blue) = 157+7+255=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D07FF is #62F800. Grayscale: #4F4F4F. Windows color (decimal): -6486017 or 16713629. OLE color: 16713629.
HSL color Cylindrical-coordinate representation of color #9D07FF: hue angle of 276.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D07FF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 7 | 255 | - |
| CMYK | 0.38 | 0.97 | 0 | 0 |
| HSL | 276.29º | 1% | 0.51% | - |
| HSV(B) | 276.29º | 0.97% | 1% | - |
| XYZ | 32.03 | 14.54 | 95.73 | - |
| YUV | 80.12 | 226.7 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 255 | 0.38 | 0.97 | 0 | 0 | 276.29 | 1 | 0.51 |
| Hex | 9D | 7 | FF | 26 | 61 | 0 | 0 | 114 | 64 | 33 |
| Octal | 235 | 7 | 377 | 46 | 141 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011101 | 111 | 11111111 | 100110 | 1100001 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9D07FF
Complementary color
Monochromatic Colors of #9D07FF
Black with #9D07FF
Text Example
Text Example
White with #9D07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D07FF; }
p { color: rgb(157,7,255); }
H1.HeaderClassName
{
color: #9D07FF;
}
.AnyTagClassName
{
color: #9D07FF;
}
</style>
background-color css
<style>
a { background-color: #9D07FF; }
a { background-color: rgb(157,7,255); }
div.DivClassName
{
background-color: #9D07FF;
}
.BgClassName
{
background-color: #9D07FF;
}
</style>
border-color css
<style>
span { border-color: #9D07FF; }
span { border-color: rgb(157,7,255); }
td.TdClassName
{
border-color: #9D07FF;
}
.TagClassName
{
border-color: #9D07FF;
}
</style>