Html Css Color HEX #980479 Eggplant

📋 copy color: '#980479'

red 152 ◦ green 4 ◦ blue 121

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

Shades of Eggplant #980479

Tints of Eggplant #980479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 54.87%
G = 1.44%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980479 (or 0x980479) is known color: Eggplant. HEX triplet: 98, 04 and 79. RGB value is (152,4,121). Sum of RGB (Red+Green+Blue) = 152+4+121=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980479 is #67FB86. Grayscale: #3D3D3D. Windows color (decimal): -6814599 or 7931032. OLE color: 7931032.

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

Color convert

RGB 152 4 121 -
CMYK 0 0.97 0.20 0.40
HSL 312.57º 0.95% 0.31% -
HSV(B) 312.57º 0.97% 0.6% -
XYZ 16.44 8.14 18.79 -
YUV 61.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 152 4 121 0 0.97 0.20 0.40 312.57 0.95 0.31
Hex 98 4 79 0 61 14 28 139 5F 1F
Octal 230 4 171 0 141 24 50 471 137 37
Binary 10011000 100 1111001 0 1100001 10100 101000 100111001 1011111 11111

Color Harmonies of #980479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980479

Black with #980479

Text Example


Text Example

White with #980479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980479; }

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

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

background-color css

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

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

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

border-color css

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

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

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