Shades of Dark Violet #980FEE
Tints of Dark Violet #980FEE
RGB
CMYK
RGB Variations
Color information
#980FEE (or 0x980FEE) is known color: Dark Violet. HEX triplet: 98, 0F and EE. RGB value is (152,15,238). Sum of RGB (Red+Green+Blue) = 152+15+238=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #980FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FEE is #67F011. Grayscale: #505050. Windows color (decimal): -6811666 or 15601560. OLE color: 15601560.
HSL color Cylindrical-coordinate representation of color #980FEE: hue angle of 276.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980FEE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 15 | 238 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.07 |
| HSL | 276.86º | 0.88% | 0.5% | - |
| HSV(B) | 276.86º | 0.94% | 0.93% | - |
| XYZ | 28.55 | 13.19 | 81.93 | - |
| YUV | 81.39 | 216.39 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 238 | 0.36 | 0.94 | 0 | 0.07 | 276.86 | 0.88 | 0.5 |
| Hex | 98 | F | EE | 24 | 5E | 0 | 7 | 115 | 58 | 32 |
| Octal | 230 | 17 | 356 | 44 | 136 | 0 | 7 | 425 | 130 | 62 |
| Binary | 10011000 | 1111 | 11101110 | 100100 | 1011110 | 0 | 111 | 100010101 | 1011000 | 110010 |
Color Harmonies of #980FEE
Complementary color
Monochromatic Colors of #980FEE
Black with #980FEE
Text Example
Text Example
White with #980FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FEE; }
p { color: rgb(152,15,238); }
H1.HeaderClassName
{
color: #980FEE;
}
.AnyTagClassName
{
color: #980FEE;
}
</style>
background-color css
<style>
a { background-color: #980FEE; }
a { background-color: rgb(152,15,238); }
div.DivClassName
{
background-color: #980FEE;
}
.BgClassName
{
background-color: #980FEE;
}
</style>
border-color css
<style>
span { border-color: #980FEE; }
span { border-color: rgb(152,15,238); }
td.TdClassName
{
border-color: #980FEE;
}
.TagClassName
{
border-color: #980FEE;
}
</style>