Html Css Color HEX #980374 Eggplant

📋 copy color: '#980374'

red 152 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #980374

Tints of Eggplant #980374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 56.09%
G = 1.11%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980374 (or 0x980374) is known color: Eggplant. HEX triplet: 98, 03 and 74. RGB value is (152,3,116). Sum of RGB (Red+Green+Blue) = 152+3+116=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980374 is #67FC8B. Grayscale: #3C3C3C. Windows color (decimal): -6814860 or 7603096. OLE color: 7603096.

HSL color Cylindrical-coordinate representation of color #980374: hue angle of 314.5º 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 #980374 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 116 -
CMYK 0 0.98 0.24 0.40
HSL 314.5º 0.96% 0.3% -
HSV(B) 314.5º 0.98% 0.6% -
XYZ 16.13 8 17.22 -
YUV 60.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 152 3 116 0 0.98 0.24 0.40 314.5 0.96 0.3
Hex 98 3 74 0 62 18 28 13A 60 1E
Octal 230 3 164 0 142 30 50 472 140 36
Binary 10011000 11 1110100 0 1100010 11000 101000 100111010 1100000 11110

Color Harmonies of #980374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980374

Black with #980374

Text Example


Text Example

White with #980374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980374; }

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

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

background-color css

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

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

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

border-color css

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

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

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