Shades of Dark Violet #980FB8
Tints of Dark Violet #980FB8
RGB
CMYK
RGB Variations
Color information
#980FB8 (or 0x980FB8) is known color: Dark Violet. HEX triplet: 98, 0F and B8. RGB value is (152,15,184). Sum of RGB (Red+Green+Blue) = 152+15+184=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #980FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FB8 is #67F047. Grayscale: #4A4A4A. Windows color (decimal): -6811720 or 12062616. OLE color: 12062616.
HSL color Cylindrical-coordinate representation of color #980FB8: hue angle of 288.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980FB8 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 15 | 184 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.28 |
| HSL | 288.64º | 0.85% | 0.39% | - |
| HSV(B) | 288.64º | 0.92% | 0.72% | - |
| XYZ | 21.77 | 10.48 | 46.22 | - |
| YUV | 75.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 184 | 0.17 | 0.92 | 0 | 0.28 | 288.64 | 0.85 | 0.39 |
| Hex | 98 | F | B8 | 11 | 5C | 0 | 1C | 121 | 55 | 27 |
| Octal | 230 | 17 | 270 | 21 | 134 | 0 | 34 | 441 | 125 | 47 |
| Binary | 10011000 | 1111 | 10111000 | 10001 | 1011100 | 0 | 11100 | 100100001 | 1010101 | 100111 |
Color Harmonies of #980FB8
Complementary color
Monochromatic Colors of #980FB8
Black with #980FB8
Text Example
Text Example
White with #980FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FB8; }
p { color: rgb(152,15,184); }
H1.HeaderClassName
{
color: #980FB8;
}
.AnyTagClassName
{
color: #980FB8;
}
</style>
background-color css
<style>
a { background-color: #980FB8; }
a { background-color: rgb(152,15,184); }
div.DivClassName
{
background-color: #980FB8;
}
.BgClassName
{
background-color: #980FB8;
}
</style>
border-color css
<style>
span { border-color: #980FB8; }
span { border-color: rgb(152,15,184); }
td.TdClassName
{
border-color: #980FB8;
}
.TagClassName
{
border-color: #980FB8;
}
</style>