Shades of Dark Violet #980FE6
Tints of Dark Violet #980FE6
RGB
CMYK
RGB Variations
Color information
#980FE6 (or 0x980FE6) is known color: Dark Violet. HEX triplet: 98, 0F and E6. RGB value is (152,15,230). Sum of RGB (Red+Green+Blue) = 152+15+230=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #980FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FE6 is #67F019. Grayscale: #4F4F4F. Windows color (decimal): -6811674 or 15077272. OLE color: 15077272.
HSL color Cylindrical-coordinate representation of color #980FE6: hue angle of 278.23º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 15 | 230 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.10 |
| HSL | 278.23º | 0.88% | 0.48% | - |
| HSV(B) | 278.23º | 0.93% | 0.9% | - |
| XYZ | 27.4 | 12.73 | 75.88 | - |
| YUV | 80.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 230 | 0.34 | 0.93 | 0 | 0.10 | 278.23 | 0.88 | 0.48 |
| Hex | 98 | F | E6 | 22 | 5D | 0 | A | 116 | 58 | 30 |
| Octal | 230 | 17 | 346 | 42 | 135 | 0 | 12 | 426 | 130 | 60 |
| Binary | 10011000 | 1111 | 11100110 | 100010 | 1011101 | 0 | 1010 | 100010110 | 1011000 | 110000 |
Color Harmonies of #980FE6
Complementary color
Monochromatic Colors of #980FE6
Black with #980FE6
Text Example
Text Example
White with #980FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FE6; }
p { color: rgb(152,15,230); }
H1.HeaderClassName
{
color: #980FE6;
}
.AnyTagClassName
{
color: #980FE6;
}
</style>
background-color css
<style>
a { background-color: #980FE6; }
a { background-color: rgb(152,15,230); }
div.DivClassName
{
background-color: #980FE6;
}
.BgClassName
{
background-color: #980FE6;
}
</style>
border-color css
<style>
span { border-color: #980FE6; }
span { border-color: rgb(152,15,230); }
td.TdClassName
{
border-color: #980FE6;
}
.TagClassName
{
border-color: #980FE6;
}
</style>