Html Css Color HEX #980B76 Eggplant

📋 copy color: '#980B76'

red 152 ◦ green 11 ◦ blue 118

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

Shades of Eggplant #980B76

Tints of Eggplant #980B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 54.09%
G = 3.91%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980B76 (or 0x980B76) is known color: Eggplant. HEX triplet: 98, 0B and 76. RGB value is (152,11,118). Sum of RGB (Red+Green+Blue) = 152+11+118=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B76 is #67F489. Grayscale: #414141. Windows color (decimal): -6812810 or 7736216. OLE color: 7736216.

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

Color convert

RGB 152 11 118 -
CMYK 0 0.93 0.22 0.40
HSL 314.47º 0.87% 0.32% -
HSV(B) 314.47º 0.93% 0.6% -
XYZ 16.34 8.22 17.87 -
YUV 65.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 152 11 118 0 0.93 0.22 0.40 314.47 0.87 0.32
Hex 98 B 76 0 5D 16 28 13A 57 20
Octal 230 13 166 0 135 26 50 472 127 40
Binary 10011000 1011 1110110 0 1011101 10110 101000 100111010 1010111 100000

Color Harmonies of #980B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B76

Black with #980B76

Text Example


Text Example

White with #980B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,11,118); }

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

background-color css

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

 a { background-color: rgb(152,11,118); }

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

border-color css

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

 span { border-color: rgb(152,11,118); }

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