Shades of Blue Violet #980EFC
Tints of Blue Violet #980EFC
RGB
CMYK
RGB Variations
Color information
#980EFC (or 0x980EFC) is known color: Blue Violet. HEX triplet: 98, 0E and FC. RGB value is (152,14,252). Sum of RGB (Red+Green+Blue) = 152+14+252=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #980EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EFC is #67F103. Grayscale: #515151. Windows color (decimal): -6811908 or 16518808. OLE color: 16518808.
HSL color Cylindrical-coordinate representation of color #980EFC: hue angle of 274.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EFC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 14 | 252 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.01 |
| HSL | 274.79º | 0.98% | 0.52% | - |
| HSV(B) | 274.79º | 0.94% | 0.99% | - |
| XYZ | 30.68 | 14.02 | 93.18 | - |
| YUV | 82.39 | 223.72 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 252 | 0.40 | 0.94 | 0 | 0.01 | 274.79 | 0.98 | 0.52 |
| Hex | 98 | E | FC | 28 | 5E | 0 | 1 | 113 | 62 | 34 |
| Octal | 230 | 16 | 374 | 50 | 136 | 0 | 1 | 423 | 142 | 64 |
| Binary | 10011000 | 1110 | 11111100 | 101000 | 1011110 | 0 | 1 | 100010011 | 1100010 | 110100 |
Color Harmonies of #980EFC
Complementary color
Monochromatic Colors of #980EFC
Black with #980EFC
Text Example
Text Example
White with #980EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EFC; }
p { color: rgb(152,14,252); }
H1.HeaderClassName
{
color: #980EFC;
}
.AnyTagClassName
{
color: #980EFC;
}
</style>
background-color css
<style>
a { background-color: #980EFC; }
a { background-color: rgb(152,14,252); }
div.DivClassName
{
background-color: #980EFC;
}
.BgClassName
{
background-color: #980EFC;
}
</style>
border-color css
<style>
span { border-color: #980EFC; }
span { border-color: rgb(152,14,252); }
td.TdClassName
{
border-color: #980EFC;
}
.TagClassName
{
border-color: #980EFC;
}
</style>