Html Css Color HEX #920477 Eggplant

📋 copy color: '#920477'

red 146 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #920477

Tints of Eggplant #920477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 54.28%
G = 1.49%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#920477 (or 0x920477) is known color: Eggplant. HEX triplet: 92, 04 and 77. RGB value is (146,4,119). Sum of RGB (Red+Green+Blue) = 146+4+119=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #920477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920477 is #6DFB88. Grayscale: #3B3B3B. Windows color (decimal): -7207817 or 7799954. OLE color: 7799954.

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

Color convert

RGB 146 4 119 -
CMYK 0 0.97 0.18 0.43
HSL 311.41º 0.95% 0.29% -
HSV(B) 311.41º 0.97% 0.57% -
XYZ 15.23 7.53 18.1 -
YUV 59.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 146 4 119 0 0.97 0.18 0.43 311.41 0.95 0.29
Hex 92 4 77 0 61 12 2B 137 5F 1D
Octal 222 4 167 0 141 22 53 467 137 35
Binary 10010010 100 1110111 0 1100001 10010 101011 100110111 1011111 11101

Color Harmonies of #920477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920477

Black with #920477

Text Example


Text Example

White with #920477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920477; }

 p { color: rgb(146,4,119); }

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

background-color css

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

 a { background-color: rgb(146,4,119); }

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

border-color css

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

 span { border-color: rgb(146,4,119); }

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