Shades of Dark Violet #980FE4
Tints of Dark Violet #980FE4
RGB
CMYK
RGB Variations
Color information
#980FE4 (or 0x980FE4) is known color: Dark Violet. HEX triplet: 98, 0F and E4. RGB value is (152,15,228). Sum of RGB (Red+Green+Blue) = 152+15+228=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #980FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE4 is #67F01B. Grayscale: #4F4F4F. Windows color (decimal): -6811676 or 14946200. OLE color: 14946200.
HSL color Cylindrical-coordinate representation of color #980FE4: hue angle of 278.59º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE4 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 15 | 228 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.11 |
| HSL | 278.59º | 0.88% | 0.48% | - |
| HSV(B) | 278.59º | 0.93% | 0.89% | - |
| XYZ | 27.12 | 12.62 | 74.4 | - |
| YUV | 80.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 228 | 0.33 | 0.93 | 0 | 0.11 | 278.59 | 0.88 | 0.48 |
| Hex | 98 | F | E4 | 21 | 5D | 0 | B | 117 | 58 | 30 |
| Octal | 230 | 17 | 344 | 41 | 135 | 0 | 13 | 427 | 130 | 60 |
| Binary | 10011000 | 1111 | 11100100 | 100001 | 1011101 | 0 | 1011 | 100010111 | 1011000 | 110000 |
Color Harmonies of #980FE4
Complementary color
Monochromatic Colors of #980FE4
Black with #980FE4
Text Example
Text Example
White with #980FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FE4; }
p { color: rgb(152,15,228); }
H1.HeaderClassName
{
color: #980FE4;
}
.AnyTagClassName
{
color: #980FE4;
}
</style>
background-color css
<style>
a { background-color: #980FE4; }
a { background-color: rgb(152,15,228); }
div.DivClassName
{
background-color: #980FE4;
}
.BgClassName
{
background-color: #980FE4;
}
</style>
border-color css
<style>
span { border-color: #980FE4; }
span { border-color: rgb(152,15,228); }
td.TdClassName
{
border-color: #980FE4;
}
.TagClassName
{
border-color: #980FE4;
}
</style>