Html Css Color HEX #980FEA Dark Violet

📋 copy color: '#980FEA'

red 152 ◦ green 15 ◦ blue 234

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

Shades of Dark Violet #980FEA

Tints of Dark Violet #980FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 37.91%
G = 3.74%
B = 58.35%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#980FEA (or 0x980FEA) is known color: Dark Violet. HEX triplet: 98, 0F and EA. RGB value is (152,15,234). Sum of RGB (Red+Green+Blue) = 152+15+234=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #980FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FEA is #67F015. Grayscale: #505050. Windows color (decimal): -6811670 or 15339416. OLE color: 15339416.

HSL color Cylindrical-coordinate representation of color #980FEA: hue angle of 277.53º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980FEA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 15 234 -
CMYK 0.35 0.94 0 0.08
HSL 277.53º 0.88% 0.49% -
HSV(B) 277.53º 0.94% 0.92% -
XYZ 27.97 12.96 78.87 -
YUV 80.93 214.39 178.69 -
System Red Green Blue C M Y K H S L
Decimal 152 15 234 0.35 0.94 0 0.08 277.53 0.88 0.49
Hex 98 F EA 23 5E 0 8 116 58 31
Octal 230 17 352 43 136 0 10 426 130 61
Binary 10011000 1111 11101010 100011 1011110 0 1000 100010110 1011000 110001

Color Harmonies of #980FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FEA

Black with #980FEA

Text Example


Text Example

White with #980FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,234); }

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

background-color css

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

 a { background-color: rgb(152,15,234); }

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

border-color css

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

 span { border-color: rgb(152,15,234); }

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