Html Css Color HEX #980476 Eggplant

📋 copy color: '#980476'

red 152 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #980476

Tints of Eggplant #980476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 55.47%
G = 1.46%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980476 (or 0x980476) is known color: Eggplant. HEX triplet: 98, 04 and 76. RGB value is (152,4,118). Sum of RGB (Red+Green+Blue) = 152+4+118=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980476 is #67FB89. Grayscale: #3C3C3C. Windows color (decimal): -6814602 or 7734424. OLE color: 7734424.

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

Color convert

RGB 152 4 118 -
CMYK 0 0.97 0.22 0.40
HSL 313.78º 0.95% 0.31% -
HSV(B) 313.78º 0.97% 0.6% -
XYZ 16.26 8.07 17.84 -
YUV 61.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 152 4 118 0 0.97 0.22 0.40 313.78 0.95 0.31
Hex 98 4 76 0 61 16 28 13A 5F 1F
Octal 230 4 166 0 141 26 50 472 137 37
Binary 10011000 100 1110110 0 1100001 10110 101000 100111010 1011111 11111

Color Harmonies of #980476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980476

Black with #980476

Text Example


Text Example

White with #980476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980476; }

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

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

background-color css

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

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

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

border-color css

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

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

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