Shades of Electric Purple #980CFF
Tints of Electric Purple #980CFF
RGB
CMYK
RGB Variations
Color information
#980CFF (or 0x980CFF) is known color: Electric Purple. HEX triplet: 98, 0C and FF. RGB value is (152,12,255). Sum of RGB (Red+Green+Blue) = 152+12+255=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 12 (5.08% from 255 or 2.86% 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 #980CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CFF is #67F300. Grayscale: #505050. Windows color (decimal): -6812417 or 16714904. OLE color: 16714904.
HSL color Cylindrical-coordinate representation of color #980CFF: hue angle of 274.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CFF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 12 | 255 | - |
| CMYK | 0.40 | 0.95 | 0 | 0 |
| HSL | 274.57º | 1% | 0.52% | - |
| HSV(B) | 274.57º | 0.95% | 1% | - |
| XYZ | 31.13 | 14.16 | 95.7 | - |
| YUV | 81.56 | 225.88 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 255 | 0.40 | 0.95 | 0 | 0 | 274.57 | 1 | 0.52 |
| Hex | 98 | C | FF | 28 | 5F | 0 | 0 | 113 | 64 | 34 |
| Octal | 230 | 14 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011000 | 1100 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #980CFF
Complementary color
Monochromatic Colors of #980CFF
Black with #980CFF
Text Example
Text Example
White with #980CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CFF; }
p { color: rgb(152,12,255); }
H1.HeaderClassName
{
color: #980CFF;
}
.AnyTagClassName
{
color: #980CFF;
}
</style>
background-color css
<style>
a { background-color: #980CFF; }
a { background-color: rgb(152,12,255); }
div.DivClassName
{
background-color: #980CFF;
}
.BgClassName
{
background-color: #980CFF;
}
</style>
border-color css
<style>
span { border-color: #980CFF; }
span { border-color: rgb(152,12,255); }
td.TdClassName
{
border-color: #980CFF;
}
.TagClassName
{
border-color: #980CFF;
}
</style>