Shades of Dark Violet #980BFA
Tints of Dark Violet #980BFA
RGB
CMYK
RGB Variations
Color information
#980BFA (or 0x980BFA) is known color: Dark Violet. HEX triplet: 98, 0B and FA. RGB value is (152,11,250). Sum of RGB (Red+Green+Blue) = 152+11+250=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #980BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BFA is #67F405. Grayscale: #4F4F4F. Windows color (decimal): -6812678 or 16386968. OLE color: 16386968.
HSL color Cylindrical-coordinate representation of color #980BFA: hue angle of 275.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980BFA is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 11 | 250 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.02 |
| HSL | 275.4º | 0.96% | 0.51% | - |
| HSV(B) | 275.4º | 0.96% | 0.98% | - |
| XYZ | 30.32 | 13.82 | 91.51 | - |
| YUV | 80.41 | 223.71 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 250 | 0.39 | 0.96 | 0 | 0.02 | 275.4 | 0.96 | 0.51 |
| Hex | 98 | B | FA | 27 | 60 | 0 | 2 | 113 | 60 | 33 |
| Octal | 230 | 13 | 372 | 47 | 140 | 0 | 2 | 423 | 140 | 63 |
| Binary | 10011000 | 1011 | 11111010 | 100111 | 1100000 | 0 | 10 | 100010011 | 1100000 | 110011 |
Color Harmonies of #980BFA
Complementary color
Monochromatic Colors of #980BFA
Black with #980BFA
Text Example
Text Example
White with #980BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BFA; }
p { color: rgb(152,11,250); }
H1.HeaderClassName
{
color: #980BFA;
}
.AnyTagClassName
{
color: #980BFA;
}
</style>
background-color css
<style>
a { background-color: #980BFA; }
a { background-color: rgb(152,11,250); }
div.DivClassName
{
background-color: #980BFA;
}
.BgClassName
{
background-color: #980BFA;
}
</style>
border-color css
<style>
span { border-color: #980BFA; }
span { border-color: rgb(152,11,250); }
td.TdClassName
{
border-color: #980BFA;
}
.TagClassName
{
border-color: #980BFA;
}
</style>