Html Css Color HEX #980979 Eggplant

📋 copy color: '#980979'

red 152 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #980979

Tints of Eggplant #980979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 53.9%
G = 3.19%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980979 (or 0x980979) is known color: Eggplant. HEX triplet: 98, 09 and 79. RGB value is (152,9,121). Sum of RGB (Red+Green+Blue) = 152+9+121=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #980979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980979 is #67F686. Grayscale: #404040. Windows color (decimal): -6813319 or 7932312. OLE color: 7932312.

HSL color Cylindrical-coordinate representation of color #980979: hue angle of 313.01º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980979 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 121 -
CMYK 0 0.94 0.20 0.40
HSL 313.01º 0.89% 0.32% -
HSV(B) 313.01º 0.94% 0.6% -
XYZ 16.5 8.25 18.81 -
YUV 64.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 152 9 121 0 0.94 0.20 0.40 313.01 0.89 0.32
Hex 98 9 79 0 5E 14 28 139 59 20
Octal 230 11 171 0 136 24 50 471 131 40
Binary 10011000 1001 1111001 0 1011110 10100 101000 100111001 1011001 100000

Color Harmonies of #980979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980979

Black with #980979

Text Example


Text Example

White with #980979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980979; }

 p { color: rgb(152,9,121); }

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

background-color css

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

 a { background-color: rgb(152,9,121); }

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

border-color css

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

 span { border-color: rgb(152,9,121); }

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