Html Css Color HEX #920379 Eggplant

📋 copy color: '#920379'

red 146 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #920379

Tints of Eggplant #920379

RGB

 RED value IS 146 (57.42% from 255) = 54.07%

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

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

R = 54.07%
G = 1.11%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#920379 (or 0x920379) is known color: Eggplant. HEX triplet: 92, 03 and 79. RGB value is (146,3,121). Sum of RGB (Red+Green+Blue) = 146+3+121=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #920379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920379 is #6DFC86. Grayscale: #3A3A3A. Windows color (decimal): -7208071 or 7930770. OLE color: 7930770.

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

Color convert

RGB 146 3 121 -
CMYK 0 0.98 0.17 0.43
HSL 310.49º 0.96% 0.29% -
HSV(B) 310.49º 0.98% 0.57% -
XYZ 15.34 7.56 18.74 -
YUV 59.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 146 3 121 0 0.98 0.17 0.43 310.49 0.96 0.29
Hex 92 3 79 0 62 11 2B 136 60 1D
Octal 222 3 171 0 142 21 53 466 140 35
Binary 10010010 11 1111001 0 1100010 10001 101011 100110110 1100000 11101

Color Harmonies of #920379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920379

Black with #920379

Text Example


Text Example

White with #920379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920379; }

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

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

background-color css

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

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

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

border-color css

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

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

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