Shades of Dark Violet #980FBC
Tints of Dark Violet #980FBC
RGB
CMYK
RGB Variations
Color information
#980FBC (or 0x980FBC) is known color: Dark Violet. HEX triplet: 98, 0F and BC. RGB value is (152,15,188). Sum of RGB (Red+Green+Blue) = 152+15+188=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #980FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FBC is #67F043. Grayscale: #4B4B4B. Windows color (decimal): -6811716 or 12324760. OLE color: 12324760.
HSL color Cylindrical-coordinate representation of color #980FBC: hue angle of 287.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980FBC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 15 | 188 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.26 |
| HSL | 287.51º | 0.85% | 0.4% | - |
| HSV(B) | 287.51º | 0.92% | 0.74% | - |
| XYZ | 22.2 | 10.65 | 48.46 | - |
| YUV | 75.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 188 | 0.19 | 0.92 | 0 | 0.26 | 287.51 | 0.85 | 0.4 |
| Hex | 98 | F | BC | 13 | 5C | 0 | 1A | 120 | 55 | 28 |
| Octal | 230 | 17 | 274 | 23 | 134 | 0 | 32 | 440 | 125 | 50 |
| Binary | 10011000 | 1111 | 10111100 | 10011 | 1011100 | 0 | 11010 | 100100000 | 1010101 | 101000 |
Color Harmonies of #980FBC
Complementary color
Monochromatic Colors of #980FBC
Black with #980FBC
Text Example
Text Example
White with #980FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FBC; }
p { color: rgb(152,15,188); }
H1.HeaderClassName
{
color: #980FBC;
}
.AnyTagClassName
{
color: #980FBC;
}
</style>
background-color css
<style>
a { background-color: #980FBC; }
a { background-color: rgb(152,15,188); }
div.DivClassName
{
background-color: #980FBC;
}
.BgClassName
{
background-color: #980FBC;
}
</style>
border-color css
<style>
span { border-color: #980FBC; }
span { border-color: rgb(152,15,188); }
td.TdClassName
{
border-color: #980FBC;
}
.TagClassName
{
border-color: #980FBC;
}
</style>