Shades of Electric Purple #980CFE
Tints of Electric Purple #980CFE
RGB
CMYK
RGB Variations
Color information
#980CFE (or 0x980CFE) is known color: Electric Purple. HEX triplet: 98, 0C and FE. RGB value is (152,12,254). Sum of RGB (Red+Green+Blue) = 152+12+254=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #980CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CFE is #67F301. Grayscale: #505050. Windows color (decimal): -6812418 or 16649368. OLE color: 16649368.
HSL color Cylindrical-coordinate representation of color #980CFE: hue angle of 274.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CFE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 12 | 254 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.00 |
| HSL | 274.71º | 0.99% | 0.52% | - |
| HSV(B) | 274.71º | 0.95% | 1% | - |
| XYZ | 30.97 | 14.09 | 94.85 | - |
| YUV | 81.45 | 225.38 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 254 | 0.40 | 0.95 | 0 | 0.00 | 274.71 | 0.99 | 0.52 |
| Hex | 98 | C | FE | 28 | 5F | 0 | 0 | 113 | 63 | 34 |
| Octal | 230 | 14 | 376 | 50 | 137 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10011000 | 1100 | 11111110 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #980CFE
Complementary color
Monochromatic Colors of #980CFE
Black with #980CFE
Text Example
Text Example
White with #980CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CFE; }
p { color: rgb(152,12,254); }
H1.HeaderClassName
{
color: #980CFE;
}
.AnyTagClassName
{
color: #980CFE;
}
</style>
background-color css
<style>
a { background-color: #980CFE; }
a { background-color: rgb(152,12,254); }
div.DivClassName
{
background-color: #980CFE;
}
.BgClassName
{
background-color: #980CFE;
}
</style>
border-color css
<style>
span { border-color: #980CFE; }
span { border-color: rgb(152,12,254); }
td.TdClassName
{
border-color: #980CFE;
}
.TagClassName
{
border-color: #980CFE;
}
</style>