Shades of Electric Purple #980BFD
Tints of Electric Purple #980BFD
RGB
CMYK
RGB Variations
Color information
#980BFD (or 0x980BFD) is known color: Electric Purple. HEX triplet: 98, 0B and FD. RGB value is (152,11,253). Sum of RGB (Red+Green+Blue) = 152+11+253=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #980BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BFD is #67F402. Grayscale: #4F4F4F. Windows color (decimal): -6812675 or 16583576. OLE color: 16583576.
HSL color Cylindrical-coordinate representation of color #980BFD: hue angle of 274.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980BFD is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 11 | 253 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.01 |
| HSL | 274.96º | 0.98% | 0.52% | - |
| HSV(B) | 274.96º | 0.96% | 0.99% | - |
| XYZ | 30.8 | 14.01 | 94.01 | - |
| YUV | 80.75 | 225.21 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 253 | 0.40 | 0.96 | 0 | 0.01 | 274.96 | 0.98 | 0.52 |
| Hex | 98 | B | FD | 28 | 60 | 0 | 1 | 113 | 62 | 34 |
| Octal | 230 | 13 | 375 | 50 | 140 | 0 | 1 | 423 | 142 | 64 |
| Binary | 10011000 | 1011 | 11111101 | 101000 | 1100000 | 0 | 1 | 100010011 | 1100010 | 110100 |
Color Harmonies of #980BFD
Complementary color
Monochromatic Colors of #980BFD
Black with #980BFD
Text Example
Text Example
White with #980BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BFD; }
p { color: rgb(152,11,253); }
H1.HeaderClassName
{
color: #980BFD;
}
.AnyTagClassName
{
color: #980BFD;
}
</style>
background-color css
<style>
a { background-color: #980BFD; }
a { background-color: rgb(152,11,253); }
div.DivClassName
{
background-color: #980BFD;
}
.BgClassName
{
background-color: #980BFD;
}
</style>
border-color css
<style>
span { border-color: #980BFD; }
span { border-color: rgb(152,11,253); }
td.TdClassName
{
border-color: #980BFD;
}
.TagClassName
{
border-color: #980BFD;
}
</style>