Shades of Dark Violet #980FE1
Tints of Dark Violet #980FE1
RGB
CMYK
RGB Variations
Color information
#980FE1 (or 0x980FE1) is known color: Dark Violet. HEX triplet: 98, 0F and E1. RGB value is (152,15,225). Sum of RGB (Red+Green+Blue) = 152+15+225=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #980FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE1 is #67F01E. Grayscale: #4F4F4F. Windows color (decimal): -6811679 or 14749592. OLE color: 14749592.
HSL color Cylindrical-coordinate representation of color #980FE1: hue angle of 279.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE1 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 15 | 225 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.12 |
| HSL | 279.14º | 0.88% | 0.47% | - |
| HSV(B) | 279.14º | 0.93% | 0.88% | - |
| XYZ | 26.71 | 12.45 | 72.23 | - |
| YUV | 79.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 225 | 0.32 | 0.93 | 0 | 0.12 | 279.14 | 0.88 | 0.47 |
| Hex | 98 | F | E1 | 20 | 5D | 0 | C | 117 | 58 | 2F |
| Octal | 230 | 17 | 341 | 40 | 135 | 0 | 14 | 427 | 130 | 57 |
| Binary | 10011000 | 1111 | 11100001 | 100000 | 1011101 | 0 | 1100 | 100010111 | 1011000 | 101111 |
Color Harmonies of #980FE1
Complementary color
Monochromatic Colors of #980FE1
Black with #980FE1
Text Example
Text Example
White with #980FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FE1; }
p { color: rgb(152,15,225); }
H1.HeaderClassName
{
color: #980FE1;
}
.AnyTagClassName
{
color: #980FE1;
}
</style>
background-color css
<style>
a { background-color: #980FE1; }
a { background-color: rgb(152,15,225); }
div.DivClassName
{
background-color: #980FE1;
}
.BgClassName
{
background-color: #980FE1;
}
</style>
border-color css
<style>
span { border-color: #980FE1; }
span { border-color: rgb(152,15,225); }
td.TdClassName
{
border-color: #980FE1;
}
.TagClassName
{
border-color: #980FE1;
}
</style>