Shades of Dark Violet #980BFB
Tints of Dark Violet #980BFB
RGB
CMYK
RGB Variations
Color information
#980BFB (or 0x980BFB) is known color: Dark Violet. HEX triplet: 98, 0B and FB. RGB value is (152,11,251). Sum of RGB (Red+Green+Blue) = 152+11+251=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #980BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BFB is #67F404. Grayscale: #4F4F4F. Windows color (decimal): -6812677 or 16452504. OLE color: 16452504.
HSL color Cylindrical-coordinate representation of color #980BFB: hue angle of 275.25º degrees, saturation: 0.97, 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 #980BFB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 11 | 251 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.02 |
| HSL | 275.25º | 0.97% | 0.51% | - |
| HSV(B) | 275.25º | 0.96% | 0.98% | - |
| XYZ | 30.48 | 13.88 | 92.34 | - |
| YUV | 80.52 | 224.21 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 251 | 0.39 | 0.96 | 0 | 0.02 | 275.25 | 0.97 | 0.51 |
| Hex | 98 | B | FB | 27 | 60 | 0 | 2 | 113 | 61 | 33 |
| Octal | 230 | 13 | 373 | 47 | 140 | 0 | 2 | 423 | 141 | 63 |
| Binary | 10011000 | 1011 | 11111011 | 100111 | 1100000 | 0 | 10 | 100010011 | 1100001 | 110011 |
Color Harmonies of #980BFB
Complementary color
Monochromatic Colors of #980BFB
Black with #980BFB
Text Example
Text Example
White with #980BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BFB; }
p { color: rgb(152,11,251); }
H1.HeaderClassName
{
color: #980BFB;
}
.AnyTagClassName
{
color: #980BFB;
}
</style>
background-color css
<style>
a { background-color: #980BFB; }
a { background-color: rgb(152,11,251); }
div.DivClassName
{
background-color: #980BFB;
}
.BgClassName
{
background-color: #980BFB;
}
</style>
border-color css
<style>
span { border-color: #980BFB; }
span { border-color: rgb(152,11,251); }
td.TdClassName
{
border-color: #980BFB;
}
.TagClassName
{
border-color: #980BFB;
}
</style>