Html Css Color HEX #980379 Eggplant

📋 copy color: '#980379'

red 152 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #980379

Tints of Eggplant #980379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 55.07%
G = 1.09%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980379 (or 0x980379) is known color: Eggplant. HEX triplet: 98, 03 and 79. RGB value is (152,3,121). Sum of RGB (Red+Green+Blue) = 152+3+121=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980379 is #67FC86. Grayscale: #3C3C3C. Windows color (decimal): -6814855 or 7930776. OLE color: 7930776.

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

Color convert

RGB 152 3 121 -
CMYK 0 0.98 0.20 0.40
HSL 312.48º 0.96% 0.3% -
HSV(B) 312.48º 0.98% 0.6% -
XYZ 16.43 8.12 18.79 -
YUV 61 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 152 3 121 0 0.98 0.20 0.40 312.48 0.96 0.3
Hex 98 3 79 0 62 14 28 138 60 1E
Octal 230 3 171 0 142 24 50 470 140 36
Binary 10011000 11 1111001 0 1100010 10100 101000 100111000 1100000 11110

Color Harmonies of #980379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980379

Black with #980379

Text Example


Text Example

White with #980379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980379; }

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

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

background-color css

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

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

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

border-color css

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

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

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