Html Css Color HEX #980579 Eggplant

📋 copy color: '#980579'

red 152 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #980579

Tints of Eggplant #980579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

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

R = 54.68%
G = 1.8%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980579 (or 0x980579) is known color: Eggplant. HEX triplet: 98, 05 and 79. RGB value is (152,5,121). Sum of RGB (Red+Green+Blue) = 152+5+121=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980579 is #67FA86. Grayscale: #3D3D3D. Windows color (decimal): -6814343 or 7931288. OLE color: 7931288.

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

Color convert

RGB 152 5 121 -
CMYK 0 0.97 0.20 0.40
HSL 312.65º 0.94% 0.31% -
HSV(B) 312.65º 0.97% 0.6% -
XYZ 16.45 8.16 18.8 -
YUV 62.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 152 5 121 0 0.97 0.20 0.40 312.65 0.94 0.31
Hex 98 5 79 0 61 14 28 139 5E 1F
Octal 230 5 171 0 141 24 50 471 136 37
Binary 10011000 101 1111001 0 1100001 10100 101000 100111001 1011110 11111

Color Harmonies of #980579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980579

Black with #980579

Text Example


Text Example

White with #980579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980579; }

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

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

background-color css

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

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

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

border-color css

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

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

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