Html Css Color HEX #990770 Eggplant

📋 copy color: '#990770'

red 153 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #990770

Tints of Eggplant #990770

RGB

 RED value IS 153 (60.16% from 255) = 56.25%

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

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

R = 56.25%
G = 2.57%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#990770 (or 0x990770) is known color: Eggplant. HEX triplet: 99, 07 and 70. RGB value is (153,7,112). Sum of RGB (Red+Green+Blue) = 153+7+112=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #990770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990770 is #66F88F. Grayscale: #3E3E3E. Windows color (decimal): -6748304 or 7341977. OLE color: 7341977.

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

Color convert

RGB 153 7 112 -
CMYK 0 0.95 0.27 0.4
HSL 316.85º 0.91% 0.31% -
HSV(B) 316.85º 0.95% 0.6% -
XYZ 16.14 8.09 16.04 -
YUV 62.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 153 7 112 0 0.95 0.27 0.4 316.85 0.91 0.31
Hex 99 7 70 0 5F 1B 28 13D 5B 1F
Octal 231 7 160 0 137 33 50 475 133 37
Binary 10011001 111 1110000 0 1011111 11011 101000 100111101 1011011 11111

Color Harmonies of #990770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990770

Black with #990770

Text Example


Text Example

White with #990770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990770; }

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

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

background-color css

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

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

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

border-color css

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

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

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