Html Css Color HEX #980779 Eggplant

📋 copy color: '#980779'

red 152 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #980779

Tints of Eggplant #980779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 54.29%
G = 2.5%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980779 (or 0x980779) is known color: Eggplant. HEX triplet: 98, 07 and 79. RGB value is (152,7,121). Sum of RGB (Red+Green+Blue) = 152+7+121=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980779 is #67F886. Grayscale: #3F3F3F. Windows color (decimal): -6813831 or 7931800. OLE color: 7931800.

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

Color convert

RGB 152 7 121 -
CMYK 0 0.95 0.20 0.40
HSL 312.83º 0.91% 0.31% -
HSV(B) 312.83º 0.95% 0.6% -
XYZ 16.48 8.21 18.81 -
YUV 63.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 152 7 121 0 0.95 0.20 0.40 312.83 0.91 0.31
Hex 98 7 79 0 5F 14 28 139 5B 1F
Octal 230 7 171 0 137 24 50 471 133 37
Binary 10011000 111 1111001 0 1011111 10100 101000 100111001 1011011 11111

Color Harmonies of #980779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980779

Black with #980779

Text Example


Text Example

White with #980779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980779; }

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

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

background-color css

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

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

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

border-color css

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

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

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