Html Css Color HEX #930379 Eggplant

📋 copy color: '#930379'

red 147 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #930379

Tints of Eggplant #930379

RGB

 RED value IS 147 (57.81% from 255) = 54.24%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 121 (47.66% from 255) = 44.65%

R = 54.24%
G = 1.11%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#930379 (or 0x930379) is known color: Eggplant. HEX triplet: 93, 03 and 79. RGB value is (147,3,121). Sum of RGB (Red+Green+Blue) = 147+3+121=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #930379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930379 is #6CFC86. Grayscale: #3B3B3B. Windows color (decimal): -7142535 or 7930771. OLE color: 7930771.

HSL color Cylindrical-coordinate representation of color #930379: hue angle of 310.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930379 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 121 -
CMYK 0 0.98 0.18 0.42
HSL 310.83º 0.96% 0.29% -
HSV(B) 310.83º 0.98% 0.58% -
XYZ 15.52 7.65 18.75 -
YUV 59.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 147 3 121 0 0.98 0.18 0.42 310.83 0.96 0.29
Hex 93 3 79 0 62 12 2A 137 60 1D
Octal 223 3 171 0 142 22 52 467 140 35
Binary 10010011 11 1111001 0 1100010 10010 101010 100110111 1100000 11101

Color Harmonies of #930379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930379

Black with #930379

Text Example


Text Example

White with #930379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930379; }

 p { color: rgb(147,3,121); }

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

background-color css

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

 a { background-color: rgb(147,3,121); }

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

border-color css

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

 span { border-color: rgb(147,3,121); }

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