Html Css Color HEX #980679 Eggplant

📋 copy color: '#980679'

red 152 ◦ green 6 ◦ blue 121

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

Shades of Eggplant #980679

Tints of Eggplant #980679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 54.48%
G = 2.15%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980679 (or 0x980679) is known color: Eggplant. HEX triplet: 98, 06 and 79. RGB value is (152,6,121). Sum of RGB (Red+Green+Blue) = 152+6+121=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #980679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980679 is #67F986. Grayscale: #3E3E3E. Windows color (decimal): -6814087 or 7931544. OLE color: 7931544.

HSL color Cylindrical-coordinate representation of color #980679: hue angle of 312.74º 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 #980679 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 121 -
CMYK 0 0.96 0.20 0.40
HSL 312.74º 0.92% 0.31% -
HSV(B) 312.74º 0.96% 0.6% -
XYZ 16.47 8.19 18.8 -
YUV 62.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 152 6 121 0 0.96 0.20 0.40 312.74 0.92 0.31
Hex 98 6 79 0 60 14 28 139 5C 1F
Octal 230 6 171 0 140 24 50 471 134 37
Binary 10011000 110 1111001 0 1100000 10100 101000 100111001 1011100 11111

Color Harmonies of #980679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980679

Black with #980679

Text Example


Text Example

White with #980679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980679; }

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

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

background-color css

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

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

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

border-color css

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

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

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