Html Css Color HEX #980F71 Eggplant

📋 copy color: '#980F71'

red 152 ◦ green 15 ◦ blue 113

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

Shades of Eggplant #980F71

Tints of Eggplant #980F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

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

R = 54.29%
G = 5.36%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980F71 (or 0x980F71) is known color: Eggplant. HEX triplet: 98, 0F and 71. RGB value is (152,15,113). Sum of RGB (Red+Green+Blue) = 152+15+113=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F71 is #67F08E. Grayscale: #424242. Windows color (decimal): -6811791 or 7409560. OLE color: 7409560.

HSL color Cylindrical-coordinate representation of color #980F71: hue angle of 317.08º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F71 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 113 -
CMYK 0 0.90 0.26 0.40
HSL 317.08º 0.82% 0.33% -
HSV(B) 317.08º 0.9% 0.6% -
XYZ 16.1 8.21 16.36 -
YUV 67.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 152 15 113 0 0.90 0.26 0.40 317.08 0.82 0.33
Hex 98 F 71 0 5A 1A 28 13D 52 21
Octal 230 17 161 0 132 32 50 475 122 41
Binary 10011000 1111 1110001 0 1011010 11010 101000 100111101 1010010 100001

Color Harmonies of #980F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F71

Black with #980F71

Text Example


Text Example

White with #980F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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