Html Css Color HEX #980477 Eggplant

📋 copy color: '#980477'

red 152 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #980477

Tints of Eggplant #980477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 55.27%
G = 1.45%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980477 (or 0x980477) is known color: Eggplant. HEX triplet: 98, 04 and 77. RGB value is (152,4,119). Sum of RGB (Red+Green+Blue) = 152+4+119=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980477 is #67FB88. Grayscale: #3D3D3D. Windows color (decimal): -6814601 or 7799960. OLE color: 7799960.

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

Color convert

RGB 152 4 119 -
CMYK 0 0.97 0.22 0.40
HSL 313.38º 0.95% 0.31% -
HSV(B) 313.38º 0.97% 0.6% -
XYZ 16.32 8.09 18.15 -
YUV 61.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 152 4 119 0 0.97 0.22 0.40 313.38 0.95 0.31
Hex 98 4 77 0 61 16 28 139 5F 1F
Octal 230 4 167 0 141 26 50 471 137 37
Binary 10011000 100 1110111 0 1100001 10110 101000 100111001 1011111 11111

Color Harmonies of #980477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980477

Black with #980477

Text Example


Text Example

White with #980477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980477; }

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

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

background-color css

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

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

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

border-color css

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

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

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