Html Css Color HEX #980770 Eggplant

📋 copy color: '#980770'

red 152 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #980770

Tints of Eggplant #980770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 56.09%
G = 2.58%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980770 (or 0x980770) is known color: Eggplant. HEX triplet: 98, 07 and 70. RGB value is (152,7,112). Sum of RGB (Red+Green+Blue) = 152+7+112=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980770 is #67F88F. Grayscale: #3E3E3E. Windows color (decimal): -6813840 or 7341976. OLE color: 7341976.

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

Color convert

RGB 152 7 112 -
CMYK 0 0.95 0.26 0.40
HSL 316.55º 0.91% 0.31% -
HSV(B) 316.55º 0.95% 0.6% -
XYZ 15.95 8 16.03 -
YUV 62.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 152 7 112 0 0.95 0.26 0.40 316.55 0.91 0.31
Hex 98 7 70 0 5F 1A 28 13D 5B 1F
Octal 230 7 160 0 137 32 50 475 133 37
Binary 10011000 111 1110000 0 1011111 11010 101000 100111101 1011011 11111

Color Harmonies of #980770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980770

Black with #980770

Text Example


Text Example

White with #980770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980770; }

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

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

background-color css

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

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

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

border-color css

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

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

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