#980EF5

Color #980EF5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #980EF5

Tints of Blue Violet #980EF5

Color information

#980EF5 (or 0x980EF5) is unknown color: approx Blue Violet. HEX triplet: 98, 0E and F5. RGB value is (152,14,245). Sum of RGB (Red+Green+Blue) = 152+14+245=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #980EF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EF5 is #67F10A. Grayscale: #505050. Windows color (decimal): -6811915 or 16060056. OLE color: 16060056.

HSL color Cylindrical-coordinate representation of color #980EF5: hue angle of 275.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EF5 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15214245-
CMYK0.380.9400.04
HSL275.84º92.03%50.78%-
HSV(B)275.84º94.29%96.08%-
XYZ29.5913.5887.45-
YUV81.6220.22178.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 14 (5.86% from 255) = 3.41%
BLUE value IS 245 (96.09% from 255) = 59.61%
R=36.98%
G=3.41%
B=59.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152142450.380.9400.04275.8492.0350.78
Hex98EF5265E041145c33
Octal23016365461360442413463
Binary10011000111011110101100110101111001001000101001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980EF5; }

 p { color: rgb(152,14,245); }

 H1.HeaderClassName
 {
   color: #980EF5;
 }
 .AnyTagClassName
 {
   color: #980EF5;
 }
</style>
background-color css

<style>
 a { background-color: #980EF5; }

 a { background-color: rgb(152,14,245); }

 div.DivClassName
 {
   background-color: #980EF5;
 }
 .BgClassName
 {
   background-color: #980EF5;
 }
</style>
border-color css

<style>
 span { border-color: #980EF5; }

 span { border-color: rgb(152,14,245); }

 td.TdClassName
 {
   border-color: #980EF5;
 }
 .TagClassName
 {
   border-color: #980EF5;
 }
</style>