Html Css Color HEX #980C79 Eggplant

📋 copy color: '#980C79'

red 152 ◦ green 12 ◦ blue 121

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

Shades of Eggplant #980C79

Tints of Eggplant #980C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 53.33%
G = 4.21%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980C79 (or 0x980C79) is known color: Eggplant. HEX triplet: 98, 0C and 79. RGB value is (152,12,121). Sum of RGB (Red+Green+Blue) = 152+12+121=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C79 is #67F386. Grayscale: #414141. Windows color (decimal): -6812551 or 7933080. OLE color: 7933080.

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

Color convert

RGB 152 12 121 -
CMYK 0 0.92 0.20 0.40
HSL 313.29º 0.85% 0.32% -
HSV(B) 313.29º 0.92% 0.6% -
XYZ 16.53 8.32 18.82 -
YUV 66.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 152 12 121 0 0.92 0.20 0.40 313.29 0.85 0.32
Hex 98 C 79 0 5C 14 28 139 55 20
Octal 230 14 171 0 134 24 50 471 125 40
Binary 10011000 1100 1111001 0 1011100 10100 101000 100111001 1010101 100000

Color Harmonies of #980C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C79

Black with #980C79

Text Example


Text Example

White with #980C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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