Html Css Color HEX #980AFE Electric Purple

📋 copy color: '#980AFE'

red 152 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #980AFE

Tints of Electric Purple #980AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

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

R = 36.54%
G = 2.4%
B = 61.06%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#980AFE (or 0x980AFE) is known color: Electric Purple. HEX triplet: 98, 0A and FE. RGB value is (152,10,254). Sum of RGB (Red+Green+Blue) = 152+10+254=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #980AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980AFE is #67F501. Grayscale: #4F4F4F. Windows color (decimal): -6812930 or 16648856. OLE color: 16648856.

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

Color convert

RGB 152 10 254 -
CMYK 0.40 0.96 0 0.00
HSL 274.92º 0.99% 0.52% -
HSV(B) 274.92º 0.96% 1% -
XYZ 30.95 14.05 94.85 -
YUV 80.27 226.04 179.16 -
System Red Green Blue C M Y K H S L
Decimal 152 10 254 0.40 0.96 0 0.00 274.92 0.99 0.52
Hex 98 A FE 28 60 0 0 113 63 34
Octal 230 12 376 50 140 0 0 423 143 64
Binary 10011000 1010 11111110 101000 1100000 0 0 100010011 1100011 110100

Color Harmonies of #980AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AFE

Black with #980AFE

Text Example


Text Example

White with #980AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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