Html Css Color HEX #980EE5 Dark Violet

📋 copy color: '#980EE5'

red 152 ◦ green 14 ◦ blue 229

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

Shades of Dark Violet #980EE5

Tints of Dark Violet #980EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.97%

R = 38.48%
G = 3.54%
B = 57.97%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#980EE5 (or 0x980EE5) is known color: Dark Violet. HEX triplet: 98, 0E and E5. RGB value is (152,14,229). Sum of RGB (Red+Green+Blue) = 152+14+229=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #980EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EE5 is #67F11A. Grayscale: #4F4F4F. Windows color (decimal): -6811931 or 15011480. OLE color: 15011480.

HSL color Cylindrical-coordinate representation of color #980EE5: hue angle of 278.51º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EE5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 14 229 -
CMYK 0.34 0.94 0 0.10
HSL 278.51º 0.88% 0.48% -
HSV(B) 278.51º 0.94% 0.9% -
XYZ 27.25 12.65 75.13 -
YUV 79.77 212.22 179.52 -
System Red Green Blue C M Y K H S L
Decimal 152 14 229 0.34 0.94 0 0.10 278.51 0.88 0.48
Hex 98 E E5 22 5E 0 A 117 58 30
Octal 230 16 345 42 136 0 12 427 130 60
Binary 10011000 1110 11100101 100010 1011110 0 1010 100010111 1011000 110000

Color Harmonies of #980EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EE5

Black with #980EE5

Text Example


Text Example

White with #980EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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