Html Css Color HEX #980677 Eggplant

📋 copy color: '#980677'

red 152 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #980677

Tints of Eggplant #980677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 54.87%
G = 2.17%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980677 (or 0x980677) is known color: Eggplant. HEX triplet: 98, 06 and 77. RGB value is (152,6,119). Sum of RGB (Red+Green+Blue) = 152+6+119=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980677 is #67F988. Grayscale: #3E3E3E. Windows color (decimal): -6814089 or 7800472. OLE color: 7800472.

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

Color convert

RGB 152 6 119 -
CMYK 0 0.96 0.22 0.40
HSL 313.56º 0.92% 0.31% -
HSV(B) 313.56º 0.96% 0.6% -
XYZ 16.34 8.14 18.16 -
YUV 62.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 152 6 119 0 0.96 0.22 0.40 313.56 0.92 0.31
Hex 98 6 77 0 60 16 28 13A 5C 1F
Octal 230 6 167 0 140 26 50 472 134 37
Binary 10011000 110 1110111 0 1100000 10110 101000 100111010 1011100 11111

Color Harmonies of #980677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980677

Black with #980677

Text Example


Text Example

White with #980677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980677; }

 p { color: rgb(152,6,119); }

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

background-color css

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

 a { background-color: rgb(152,6,119); }

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

border-color css

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

 span { border-color: rgb(152,6,119); }

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