Html Css Color HEX #980976 Eggplant

📋 copy color: '#980976'

red 152 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #980976

Tints of Eggplant #980976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 54.48%
G = 3.23%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980976 (or 0x980976) is known color: Eggplant. HEX triplet: 98, 09 and 76. RGB value is (152,9,118). Sum of RGB (Red+Green+Blue) = 152+9+118=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #980976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980976 is #67F689. Grayscale: #3F3F3F. Windows color (decimal): -6813322 or 7735704. OLE color: 7735704.

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

Color convert

RGB 152 9 118 -
CMYK 0 0.94 0.22 0.40
HSL 314.27º 0.89% 0.32% -
HSV(B) 314.27º 0.94% 0.6% -
XYZ 16.32 8.18 17.86 -
YUV 64.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 152 9 118 0 0.94 0.22 0.40 314.27 0.89 0.32
Hex 98 9 76 0 5E 16 28 13A 59 20
Octal 230 11 166 0 136 26 50 472 131 40
Binary 10011000 1001 1110110 0 1011110 10110 101000 100111010 1011001 100000

Color Harmonies of #980976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980976

Black with #980976

Text Example


Text Example

White with #980976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980976; }

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

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

background-color css

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

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

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

border-color css

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

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

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