Shades of Electric Purple #980DFF
Tints of Electric Purple #980DFF
RGB
CMYK
RGB Variations
Color information
#980DFF (or 0x980DFF) is known color: Electric Purple. HEX triplet: 98, 0D and FF. RGB value is (152,13,255). Sum of RGB (Red+Green+Blue) = 152+13+255=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #980DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980DFF is #67F200. Grayscale: #515151. Windows color (decimal): -6812161 or 16715160. OLE color: 16715160.
HSL color Cylindrical-coordinate representation of color #980DFF: hue angle of 274.46º 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 #980DFF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 13 | 255 | - |
| CMYK | 0.40 | 0.95 | 0 | 0 |
| HSL | 274.46º | 1% | 0.53% | - |
| HSV(B) | 274.46º | 0.95% | 1% | - |
| XYZ | 31.14 | 14.18 | 95.7 | - |
| YUV | 82.15 | 225.55 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 255 | 0.40 | 0.95 | 0 | 0 | 274.46 | 1 | 0.53 |
| Hex | 98 | D | FF | 28 | 5F | 0 | 0 | 112 | 64 | 35 |
| Octal | 230 | 15 | 377 | 50 | 137 | 0 | 0 | 422 | 144 | 65 |
| Binary | 10011000 | 1101 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010010 | 1100100 | 110101 |
Color Harmonies of #980DFF
Complementary color
Monochromatic Colors of #980DFF
Black with #980DFF
Text Example
Text Example
White with #980DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DFF; }
p { color: rgb(152,13,255); }
H1.HeaderClassName
{
color: #980DFF;
}
.AnyTagClassName
{
color: #980DFF;
}
</style>
background-color css
<style>
a { background-color: #980DFF; }
a { background-color: rgb(152,13,255); }
div.DivClassName
{
background-color: #980DFF;
}
.BgClassName
{
background-color: #980DFF;
}
</style>
border-color css
<style>
span { border-color: #980DFF; }
span { border-color: rgb(152,13,255); }
td.TdClassName
{
border-color: #980DFF;
}
.TagClassName
{
border-color: #980DFF;
}
</style>