Shades of Electric Purple #980AFF
Tints of Electric Purple #980AFF
RGB
CMYK
RGB Variations
Color information
#980AFF (or 0x980AFF) is known color: Electric Purple. HEX triplet: 98, 0A and FF. RGB value is (152,10,255). Sum of RGB (Red+Green+Blue) = 152+10+255=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #980AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980AFF is #67F500. Grayscale: #4F4F4F. Windows color (decimal): -6812929 or 16714392. OLE color: 16714392.
HSL color Cylindrical-coordinate representation of color #980AFF: hue angle of 274.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980AFF is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 10 | 255 | - |
| CMYK | 0.40 | 0.96 | 0 | 0 |
| HSL | 274.78º | 1% | 0.52% | - |
| HSV(B) | 274.78º | 0.96% | 1% | - |
| XYZ | 31.11 | 14.11 | 95.69 | - |
| YUV | 80.39 | 226.54 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 255 | 0.40 | 0.96 | 0 | 0 | 274.78 | 1 | 0.52 |
| Hex | 98 | A | FF | 28 | 60 | 0 | 0 | 113 | 64 | 34 |
| Octal | 230 | 12 | 377 | 50 | 140 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011000 | 1010 | 11111111 | 101000 | 1100000 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #980AFF
Complementary color
Monochromatic Colors of #980AFF
Black with #980AFF
Text Example
Text Example
White with #980AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AFF; }
p { color: rgb(152,10,255); }
H1.HeaderClassName
{
color: #980AFF;
}
.AnyTagClassName
{
color: #980AFF;
}
</style>
background-color css
<style>
a { background-color: #980AFF; }
a { background-color: rgb(152,10,255); }
div.DivClassName
{
background-color: #980AFF;
}
.BgClassName
{
background-color: #980AFF;
}
</style>
border-color css
<style>
span { border-color: #980AFF; }
span { border-color: rgb(152,10,255); }
td.TdClassName
{
border-color: #980AFF;
}
.TagClassName
{
border-color: #980AFF;
}
</style>