Shades of Dark Violet #980FE2
Tints of Dark Violet #980FE2
RGB
CMYK
RGB Variations
Color information
#980FE2 (or 0x980FE2) is known color: Dark Violet. HEX triplet: 98, 0F and E2. RGB value is (152,15,226). Sum of RGB (Red+Green+Blue) = 152+15+226=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 226 (88.67% from 255 or 57.51% from 393); Max value from RGB is 226 - color contains mainly: blue. Hex color #980FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE2 is #67F01D. Grayscale: #4F4F4F. Windows color (decimal): -6811678 or 14815128. OLE color: 14815128.
HSL color Cylindrical-coordinate representation of color #980FE2: hue angle of 278.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 15 | 226 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.11 |
| HSL | 278.96º | 0.88% | 0.47% | - |
| HSV(B) | 278.96º | 0.93% | 0.89% | - |
| XYZ | 26.85 | 12.51 | 72.95 | - |
| YUV | 80.02 | 210.39 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 226 | 0.33 | 0.93 | 0 | 0.11 | 278.96 | 0.88 | 0.47 |
| Hex | 98 | F | E2 | 21 | 5D | 0 | B | 117 | 58 | 2F |
| Octal | 230 | 17 | 342 | 41 | 135 | 0 | 13 | 427 | 130 | 57 |
| Binary | 10011000 | 1111 | 11100010 | 100001 | 1011101 | 0 | 1011 | 100010111 | 1011000 | 101111 |
Color Harmonies of #980FE2
Complementary color
Monochromatic Colors of #980FE2
Black with #980FE2
Text Example
Text Example
White with #980FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FE2; }
p { color: rgb(152,15,226); }
H1.HeaderClassName
{
color: #980FE2;
}
.AnyTagClassName
{
color: #980FE2;
}
</style>
background-color css
<style>
a { background-color: #980FE2; }
a { background-color: rgb(152,15,226); }
div.DivClassName
{
background-color: #980FE2;
}
.BgClassName
{
background-color: #980FE2;
}
</style>
border-color css
<style>
span { border-color: #980FE2; }
span { border-color: rgb(152,15,226); }
td.TdClassName
{
border-color: #980FE2;
}
.TagClassName
{
border-color: #980FE2;
}
</style>