Shades of Dark Violet #980BDF
Tints of Dark Violet #980BDF
RGB
CMYK
RGB Variations
Color information
#980BDF (or 0x980BDF) is known color: Dark Violet. HEX triplet: 98, 0B and DF. RGB value is (152,11,223). Sum of RGB (Red+Green+Blue) = 152+11+223=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #980BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDF is #67F420. Grayscale: #4C4C4C. Windows color (decimal): -6812705 or 14617496. OLE color: 14617496.
HSL color Cylindrical-coordinate representation of color #980BDF: hue angle of 279.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 11 | 223 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.13 |
| HSL | 279.91º | 0.91% | 0.46% | - |
| HSV(B) | 279.91º | 0.95% | 0.87% | - |
| XYZ | 26.39 | 12.24 | 70.78 | - |
| YUV | 77.33 | 210.21 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 223 | 0.32 | 0.95 | 0 | 0.13 | 279.91 | 0.91 | 0.46 |
| Hex | 98 | B | DF | 20 | 5F | 0 | D | 118 | 5B | 2E |
| Octal | 230 | 13 | 337 | 40 | 137 | 0 | 15 | 430 | 133 | 56 |
| Binary | 10011000 | 1011 | 11011111 | 100000 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101110 |
Color Harmonies of #980BDF
Complementary color
Monochromatic Colors of #980BDF
Black with #980BDF
Text Example
Text Example
White with #980BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BDF; }
p { color: rgb(152,11,223); }
H1.HeaderClassName
{
color: #980BDF;
}
.AnyTagClassName
{
color: #980BDF;
}
</style>
background-color css
<style>
a { background-color: #980BDF; }
a { background-color: rgb(152,11,223); }
div.DivClassName
{
background-color: #980BDF;
}
.BgClassName
{
background-color: #980BDF;
}
</style>
border-color css
<style>
span { border-color: #980BDF; }
span { border-color: rgb(152,11,223); }
td.TdClassName
{
border-color: #980BDF;
}
.TagClassName
{
border-color: #980BDF;
}
</style>