Html Css Color HEX #980EFE Blue Violet

📋 copy color: '#980EFE'

red 152 ◦ green 14 ◦ blue 254

#980EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #980EFE

Tints of Blue Violet #980EFE

RGB

 RED value IS 152 (59.77% from 255) = 36.19%

 GREEN value IS 14 (5.86% from 255) = 3.33%

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 36.19%
G = 3.33%
B = 60.48%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#980EFE (or 0x980EFE) is known color: Blue Violet. HEX triplet: 98, 0E and FE. RGB value is (152,14,254). Sum of RGB (Red+Green+Blue) = 152+14+254=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #980EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EFE is #67F101. Grayscale: #515151. Windows color (decimal): -6811906 or 16649880. OLE color: 16649880.

HSL color Cylindrical-coordinate representation of color #980EFE: hue angle of 274.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EFE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 14 254 -
CMYK 0.40 0.94 0 0.00
HSL 274.5º 0.99% 0.53% -
HSV(B) 274.5º 0.94% 1% -
XYZ 31 14.15 94.86 -
YUV 82.62 224.72 177.49 -
System Red Green Blue C M Y K H S L
Decimal 152 14 254 0.40 0.94 0 0.00 274.5 0.99 0.53
Hex 98 E FE 28 5E 0 0 112 63 35
Octal 230 16 376 50 136 0 0 422 143 65
Binary 10011000 1110 11111110 101000 1011110 0 0 100010010 1100011 110101

Color Harmonies of #980EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EFE

Black with #980EFE

Text Example


Text Example

White with #980EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #980EFE;
 }
 .AnyTagClassName
 {
   color: #980EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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