Html Css Color HEX #980079 Eggplant

📋 copy color: '#980079'

red 152 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #980079

Tints of Eggplant #980079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.68%
G = 0%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980079 (or 0x980079) is known color: Eggplant. HEX triplet: 98, 00 and 79. RGB value is (152,0,121). Sum of RGB (Red+Green+Blue) = 152+0+121=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980079 is #67FF86. Grayscale: #3A3A3A. Windows color (decimal): -6815623 or 7930008. OLE color: 7930008.

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

Color convert

RGB 152 0 121 -
CMYK 0 1 0.20 0.40
HSL 312.24º 1% 0.3% -
HSV(B) 312.24º 1% 0.6% -
XYZ 16.4 8.06 18.78 -
YUV 59.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 152 0 121 0 1 0.20 0.40 312.24 1 0.3
Hex 98 0 79 0 64 14 28 138 64 1E
Octal 230 0 171 0 144 24 50 470 144 36
Binary 10011000 0 1111001 0 1100100 10100 101000 100111000 1100100 11110

Color Harmonies of #980079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980079

Black with #980079

Text Example


Text Example

White with #980079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980079; }

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

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

background-color css

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

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

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

border-color css

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

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

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