Shades of Dark Violet #980FBA
Tints of Dark Violet #980FBA
RGB
CMYK
RGB Variations
Color information
#980FBA (or 0x980FBA) is known color: Dark Violet. HEX triplet: 98, 0F and BA. RGB value is (152,15,186). Sum of RGB (Red+Green+Blue) = 152+15+186=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #980FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FBA is #67F045. Grayscale: #4A4A4A. Windows color (decimal): -6811718 or 12193688. OLE color: 12193688.
HSL color Cylindrical-coordinate representation of color #980FBA: hue angle of 288.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980FBA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 15 | 186 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.27 |
| HSL | 288.07º | 0.85% | 0.39% | - |
| HSV(B) | 288.07º | 0.92% | 0.73% | - |
| XYZ | 21.98 | 10.56 | 47.33 | - |
| YUV | 75.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 186 | 0.18 | 0.92 | 0 | 0.27 | 288.07 | 0.85 | 0.39 |
| Hex | 98 | F | BA | 12 | 5C | 0 | 1B | 120 | 55 | 27 |
| Octal | 230 | 17 | 272 | 22 | 134 | 0 | 33 | 440 | 125 | 47 |
| Binary | 10011000 | 1111 | 10111010 | 10010 | 1011100 | 0 | 11011 | 100100000 | 1010101 | 100111 |
Color Harmonies of #980FBA
Complementary color
Monochromatic Colors of #980FBA
Black with #980FBA
Text Example
Text Example
White with #980FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FBA; }
p { color: rgb(152,15,186); }
H1.HeaderClassName
{
color: #980FBA;
}
.AnyTagClassName
{
color: #980FBA;
}
</style>
background-color css
<style>
a { background-color: #980FBA; }
a { background-color: rgb(152,15,186); }
div.DivClassName
{
background-color: #980FBA;
}
.BgClassName
{
background-color: #980FBA;
}
</style>
border-color css
<style>
span { border-color: #980FBA; }
span { border-color: rgb(152,15,186); }
td.TdClassName
{
border-color: #980FBA;
}
.TagClassName
{
border-color: #980FBA;
}
</style>