Html Css Color HEX #980376 Eggplant

📋 copy color: '#980376'

red 152 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #980376

Tints of Eggplant #980376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 55.68%
G = 1.1%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980376 (or 0x980376) is known color: Eggplant. HEX triplet: 98, 03 and 76. RGB value is (152,3,118). Sum of RGB (Red+Green+Blue) = 152+3+118=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980376 is #67FC89. Grayscale: #3C3C3C. Windows color (decimal): -6814858 or 7734168. OLE color: 7734168.

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

Color convert

RGB 152 3 118 -
CMYK 0 0.98 0.22 0.40
HSL 313.69º 0.96% 0.3% -
HSV(B) 313.69º 0.98% 0.6% -
XYZ 16.25 8.05 17.84 -
YUV 60.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 152 3 118 0 0.98 0.22 0.40 313.69 0.96 0.3
Hex 98 3 76 0 62 16 28 13A 60 1E
Octal 230 3 166 0 142 26 50 472 140 36
Binary 10011000 11 1110110 0 1100010 10110 101000 100111010 1100000 11110

Color Harmonies of #980376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980376

Black with #980376

Text Example


Text Example

White with #980376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980376; }

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

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

background-color css

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

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

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

border-color css

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

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

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