Html Css Color HEX #990774 Eggplant

📋 copy color: '#990774'

red 153 ◦ green 7 ◦ blue 116

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

Shades of Eggplant #990774

Tints of Eggplant #990774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 55.43%
G = 2.54%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990774 (or 0x990774) is known color: Eggplant. HEX triplet: 99, 07 and 74. RGB value is (153,7,116). Sum of RGB (Red+Green+Blue) = 153+7+116=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990774 is #66F88B. Grayscale: #3E3E3E. Windows color (decimal): -6748300 or 7604121. OLE color: 7604121.

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

Color convert

RGB 153 7 116 -
CMYK 0 0.95 0.24 0.4
HSL 315.21º 0.91% 0.31% -
HSV(B) 315.21º 0.95% 0.6% -
XYZ 16.37 8.19 17.24 -
YUV 63.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 153 7 116 0 0.95 0.24 0.4 315.21 0.91 0.31
Hex 99 7 74 0 5F 18 28 13B 5B 1F
Octal 231 7 164 0 137 30 50 473 133 37
Binary 10011001 111 1110100 0 1011111 11000 101000 100111011 1011011 11111

Color Harmonies of #990774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990774

Black with #990774

Text Example


Text Example

White with #990774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990774; }

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

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

background-color css

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

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

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

border-color css

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

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

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