Html Css Color HEX #980A76 Eggplant

📋 copy color: '#980A76'

red 152 ◦ green 10 ◦ blue 118

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

Shades of Eggplant #980A76

Tints of Eggplant #980A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

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

R = 54.29%
G = 3.57%
B = 42.14%

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

#980A76 (or 0x980A76) is known color: Eggplant. HEX triplet: 98, 0A and 76. RGB value is (152,10,118). Sum of RGB (Red+Green+Blue) = 152+10+118=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A76 is #67F589. Grayscale: #404040. Windows color (decimal): -6813066 or 7735960. OLE color: 7735960.

HSL color Cylindrical-coordinate representation of color #980A76: hue angle of 314.37º degrees, saturation: 0.88, 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 #980A76 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 118 -
CMYK 0 0.93 0.22 0.40
HSL 314.37º 0.88% 0.32% -
HSV(B) 314.37º 0.93% 0.6% -
XYZ 16.33 8.2 17.86 -
YUV 64.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 152 10 118 0 0.93 0.22 0.40 314.37 0.88 0.32
Hex 98 A 76 0 5D 16 28 13A 58 20
Octal 230 12 166 0 135 26 50 472 130 40
Binary 10011000 1010 1110110 0 1011101 10110 101000 100111010 1011000 100000

Color Harmonies of #980A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A76

Black with #980A76

Text Example


Text Example

White with #980A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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