Html Css Color HEX #920771 Eggplant

📋 copy color: '#920771'

red 146 ◦ green 7 ◦ blue 113

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

Shades of Eggplant #920771

Tints of Eggplant #920771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 54.89%
G = 2.63%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#920771 (or 0x920771) is known color: Eggplant. HEX triplet: 92, 07 and 71. RGB value is (146,7,113). Sum of RGB (Red+Green+Blue) = 146+7+113=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #920771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920771 is #6DF88E. Grayscale: #3C3C3C. Windows color (decimal): -7207055 or 7407506. OLE color: 7407506.

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

Color convert

RGB 146 7 113 -
CMYK 0 0.95 0.23 0.43
HSL 314.24º 0.91% 0.3% -
HSV(B) 314.24º 0.95% 0.57% -
XYZ 14.91 7.46 16.28 -
YUV 60.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 146 7 113 0 0.95 0.23 0.43 314.24 0.91 0.3
Hex 92 7 71 0 5F 17 2B 13A 5B 1E
Octal 222 7 161 0 137 27 53 472 133 36
Binary 10010010 111 1110001 0 1011111 10111 101011 100111010 1011011 11110

Color Harmonies of #920771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920771

Black with #920771

Text Example


Text Example

White with #920771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920771; }

 p { color: rgb(146,7,113); }

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

background-color css

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

 a { background-color: rgb(146,7,113); }

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

border-color css

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

 span { border-color: rgb(146,7,113); }

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