Html Css Color HEX #980571 Eggplant

📋 copy color: '#980571'

red 152 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #980571

Tints of Eggplant #980571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 56.3%
G = 1.85%
B = 41.85%

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

#980571 (or 0x980571) is known color: Eggplant. HEX triplet: 98, 05 and 71. RGB value is (152,5,113). Sum of RGB (Red+Green+Blue) = 152+5+113=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980571 is #67FA8E. Grayscale: #3C3C3C. Windows color (decimal): -6814351 or 7407000. OLE color: 7407000.

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

Color convert

RGB 152 5 113 -
CMYK 0 0.97 0.26 0.40
HSL 315.92º 0.94% 0.31% -
HSV(B) 315.92º 0.97% 0.6% -
XYZ 15.98 7.98 16.32 -
YUV 61.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 152 5 113 0 0.97 0.26 0.40 315.92 0.94 0.31
Hex 98 5 71 0 61 1A 28 13C 5E 1F
Octal 230 5 161 0 141 32 50 474 136 37
Binary 10011000 101 1110001 0 1100001 11010 101000 100111100 1011110 11111

Color Harmonies of #980571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980571

Black with #980571

Text Example


Text Example

White with #980571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980571; }

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

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

background-color css

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

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

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

border-color css

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

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

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