Html Css Color HEX #920571 Eggplant

📋 copy color: '#920571'

red 146 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #920571

Tints of Eggplant #920571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 55.3%
G = 1.89%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#920571 (or 0x920571) is known color: Eggplant. HEX triplet: 92, 05 and 71. RGB value is (146,5,113). Sum of RGB (Red+Green+Blue) = 146+5+113=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #920571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920571 is #6DFA8E. Grayscale: #3B3B3B. Windows color (decimal): -7207567 or 7406994. OLE color: 7406994.

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

Color convert

RGB 146 5 113 -
CMYK 0 0.97 0.23 0.43
HSL 314.04º 0.93% 0.3% -
HSV(B) 314.04º 0.97% 0.57% -
XYZ 14.89 7.41 16.27 -
YUV 59.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 146 5 113 0 0.97 0.23 0.43 314.04 0.93 0.3
Hex 92 5 71 0 61 17 2B 13A 5D 1E
Octal 222 5 161 0 141 27 53 472 135 36
Binary 10010010 101 1110001 0 1100001 10111 101011 100111010 1011101 11110

Color Harmonies of #920571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920571

Black with #920571

Text Example


Text Example

White with #920571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920571; }

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

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

background-color css

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

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

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

border-color css

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

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

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