Html Css Color HEX #980576 Eggplant

📋 copy color: '#980576'

red 152 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #980576

Tints of Eggplant #980576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 55.27%
G = 1.82%
B = 42.91%

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

#980576 (or 0x980576) is known color: Eggplant. HEX triplet: 98, 05 and 76. RGB value is (152,5,118). Sum of RGB (Red+Green+Blue) = 152+5+118=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980576 is #67FA89. Grayscale: #3D3D3D. Windows color (decimal): -6814346 or 7734680. OLE color: 7734680.

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

Color convert

RGB 152 5 118 -
CMYK 0 0.97 0.22 0.40
HSL 313.88º 0.94% 0.31% -
HSV(B) 313.88º 0.97% 0.6% -
XYZ 16.27 8.09 17.84 -
YUV 61.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 152 5 118 0 0.97 0.22 0.40 313.88 0.94 0.31
Hex 98 5 76 0 61 16 28 13A 5E 1F
Octal 230 5 166 0 141 26 50 472 136 37
Binary 10011000 101 1110110 0 1100001 10110 101000 100111010 1011110 11111

Color Harmonies of #980576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980576

Black with #980576

Text Example


Text Example

White with #980576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980576; }

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

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

background-color css

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

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

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

border-color css

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

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

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