Html Css Color HEX #990674 Eggplant

📋 copy color: '#990674'

red 153 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #990674

Tints of Eggplant #990674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 55.64%
G = 2.18%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990674 (or 0x990674) is known color: Eggplant. HEX triplet: 99, 06 and 74. RGB value is (153,6,116). Sum of RGB (Red+Green+Blue) = 153+6+116=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990674 is #66F98B. Grayscale: #3E3E3E. Windows color (decimal): -6748556 or 7603865. OLE color: 7603865.

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

Color convert

RGB 153 6 116 -
CMYK 0 0.96 0.24 0.4
HSL 315.1º 0.92% 0.31% -
HSV(B) 315.1º 0.96% 0.6% -
XYZ 16.35 8.16 17.24 -
YUV 62.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 153 6 116 0 0.96 0.24 0.4 315.1 0.92 0.31
Hex 99 6 74 0 60 18 28 13B 5C 1F
Octal 231 6 164 0 140 30 50 473 134 37
Binary 10011001 110 1110100 0 1100000 11000 101000 100111011 1011100 11111

Color Harmonies of #990674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990674

Black with #990674

Text Example


Text Example

White with #990674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990674; }

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

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

background-color css

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

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

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

border-color css

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

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

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