Html Css Color HEX #980E73 Eggplant

📋 copy color: '#980E73'

red 152 ◦ green 14 ◦ blue 115

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

Shades of Eggplant #980E73

Tints of Eggplant #980E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 54.09%
G = 4.98%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980E73 (or 0x980E73) is known color: Eggplant. HEX triplet: 98, 0E and 73. RGB value is (152,14,115). Sum of RGB (Red+Green+Blue) = 152+14+115=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E73 is #67F18C. Grayscale: #424242. Windows color (decimal): -6812045 or 7540376. OLE color: 7540376.

HSL color Cylindrical-coordinate representation of color #980E73: hue angle of 316.09º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E73 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 115 -
CMYK 0 0.91 0.24 0.40
HSL 316.09º 0.83% 0.33% -
HSV(B) 316.09º 0.91% 0.6% -
XYZ 16.2 8.23 16.95 -
YUV 66.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 152 14 115 0 0.91 0.24 0.40 316.09 0.83 0.33
Hex 98 E 73 0 5B 18 28 13C 53 21
Octal 230 16 163 0 133 30 50 474 123 41
Binary 10011000 1110 1110011 0 1011011 11000 101000 100111100 1010011 100001

Color Harmonies of #980E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E73

Black with #980E73

Text Example


Text Example

White with #980E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,14,115); }

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

background-color css

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

 a { background-color: rgb(152,14,115); }

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

border-color css

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

 span { border-color: rgb(152,14,115); }

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