Html Css Color HEX #920476 Eggplant

📋 copy color: '#920476'

red 146 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #920476

Tints of Eggplant #920476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 54.48%
G = 1.49%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#920476 (or 0x920476) is known color: Eggplant. HEX triplet: 92, 04 and 76. RGB value is (146,4,118). Sum of RGB (Red+Green+Blue) = 146+4+118=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #920476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920476 is #6DFB89. Grayscale: #3B3B3B. Windows color (decimal): -7207818 or 7734418. OLE color: 7734418.

HSL color Cylindrical-coordinate representation of color #920476: hue angle of 311.83º 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 #920476 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 4 118 -
CMYK 0 0.97 0.19 0.43
HSL 311.83º 0.95% 0.29% -
HSV(B) 311.83º 0.97% 0.57% -
XYZ 15.17 7.51 17.79 -
YUV 59.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 146 4 118 0 0.97 0.19 0.43 311.83 0.95 0.29
Hex 92 4 76 0 61 13 2B 138 5F 1D
Octal 222 4 166 0 141 23 53 470 137 35
Binary 10010010 100 1110110 0 1100001 10011 101011 100111000 1011111 11101

Color Harmonies of #920476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920476

Black with #920476

Text Example


Text Example

White with #920476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920476; }

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

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

background-color css

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

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

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

border-color css

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

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

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