Html Css Color HEX #990974 Eggplant

📋 copy color: '#990974'

red 153 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #990974

Tints of Eggplant #990974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 55.04%
G = 3.24%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990974 (or 0x990974) is known color: Eggplant. HEX triplet: 99, 09 and 74. RGB value is (153,9,116). Sum of RGB (Red+Green+Blue) = 153+9+116=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990974 is #66F68B. Grayscale: #3F3F3F. Windows color (decimal): -6747788 or 7604633. OLE color: 7604633.

HSL color Cylindrical-coordinate representation of color #990974: hue angle of 315.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990974 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 116 -
CMYK 0 0.94 0.24 0.4
HSL 315.42º 0.89% 0.32% -
HSV(B) 315.42º 0.94% 0.6% -
XYZ 16.39 8.23 17.25 -
YUV 64.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 153 9 116 0 0.94 0.24 0.4 315.42 0.89 0.32
Hex 99 9 74 0 5E 18 28 13B 59 20
Octal 231 11 164 0 136 30 50 473 131 40
Binary 10011001 1001 1110100 0 1011110 11000 101000 100111011 1011001 100000

Color Harmonies of #990974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990974

Black with #990974

Text Example


Text Example

White with #990974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990974; }

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

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

background-color css

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

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

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

border-color css

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

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

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