Html Css Color HEX #980D77 Eggplant

📋 copy color: '#980D77'

red 152 ◦ green 13 ◦ blue 119

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

Shades of Eggplant #980D77

Tints of Eggplant #980D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

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

R = 53.52%
G = 4.58%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980D77 (or 0x980D77) is known color: Eggplant. HEX triplet: 98, 0D and 77. RGB value is (152,13,119). Sum of RGB (Red+Green+Blue) = 152+13+119=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D77 is #67F288. Grayscale: #424242. Windows color (decimal): -6812297 or 7802264. OLE color: 7802264.

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

Color convert

RGB 152 13 119 -
CMYK 0 0.91 0.22 0.40
HSL 314.24º 0.84% 0.32% -
HSV(B) 314.24º 0.91% 0.6% -
XYZ 16.42 8.3 18.19 -
YUV 66.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 152 13 119 0 0.91 0.22 0.40 314.24 0.84 0.32
Hex 98 D 77 0 5B 16 28 13A 54 20
Octal 230 15 167 0 133 26 50 472 124 40
Binary 10011000 1101 1110111 0 1011011 10110 101000 100111010 1010100 100000

Color Harmonies of #980D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D77

Black with #980D77

Text Example


Text Example

White with #980D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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