Html Css Color HEX #980471 Eggplant

📋 copy color: '#980471'

red 152 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #980471

Tints of Eggplant #980471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 56.51%
G = 1.49%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980471 (or 0x980471) is known color: Eggplant. HEX triplet: 98, 04 and 71. RGB value is (152,4,113). Sum of RGB (Red+Green+Blue) = 152+4+113=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #980471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980471 is #67FB8E. Grayscale: #3C3C3C. Windows color (decimal): -6814607 or 7406744. OLE color: 7406744.

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

Color convert

RGB 152 4 113 -
CMYK 0 0.97 0.26 0.40
HSL 315.81º 0.95% 0.31% -
HSV(B) 315.81º 0.97% 0.6% -
XYZ 15.97 7.95 16.32 -
YUV 60.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 152 4 113 0 0.97 0.26 0.40 315.81 0.95 0.31
Hex 98 4 71 0 61 1A 28 13C 5F 1F
Octal 230 4 161 0 141 32 50 474 137 37
Binary 10011000 100 1110001 0 1100001 11010 101000 100111100 1011111 11111

Color Harmonies of #980471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980471

Black with #980471

Text Example


Text Example

White with #980471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980471; }

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

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

background-color css

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

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

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

border-color css

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

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

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