Html Css Color HEX #980B79 Eggplant

📋 copy color: '#980B79'

red 152 ◦ green 11 ◦ blue 121

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

Shades of Eggplant #980B79

Tints of Eggplant #980B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.87%

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

R = 53.52%
G = 3.87%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980B79 (or 0x980B79) is known color: Eggplant. HEX triplet: 98, 0B and 79. RGB value is (152,11,121). Sum of RGB (Red+Green+Blue) = 152+11+121=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980B79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B79 is #67F486. Grayscale: #414141. Windows color (decimal): -6812807 or 7932824. OLE color: 7932824.

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

Color convert

RGB 152 11 121 -
CMYK 0 0.93 0.20 0.40
HSL 313.19º 0.87% 0.32% -
HSV(B) 313.19º 0.93% 0.6% -
XYZ 16.52 8.3 18.82 -
YUV 65.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 152 11 121 0 0.93 0.20 0.40 313.19 0.87 0.32
Hex 98 B 79 0 5D 14 28 139 57 20
Octal 230 13 171 0 135 24 50 471 127 40
Binary 10011000 1011 1111001 0 1011101 10100 101000 100111001 1010111 100000

Color Harmonies of #980B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B79

Black with #980B79

Text Example


Text Example

White with #980B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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