Html Css Color HEX #920A71 Eggplant

📋 copy color: '#920A71'

red 146 ◦ green 10 ◦ blue 113

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

Shades of Eggplant #920A71

Tints of Eggplant #920A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

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

R = 54.28%
G = 3.72%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#920A71 (or 0x920A71) is known color: Eggplant. HEX triplet: 92, 0A and 71. RGB value is (146,10,113). Sum of RGB (Red+Green+Blue) = 146+10+113=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #920A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A71 is #6DF58E. Grayscale: #3E3E3E. Windows color (decimal): -7206287 or 7408274. OLE color: 7408274.

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

Color convert

RGB 146 10 113 -
CMYK 0 0.93 0.23 0.43
HSL 314.56º 0.87% 0.31% -
HSV(B) 314.56º 0.93% 0.57% -
XYZ 14.94 7.52 16.29 -
YUV 62.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 146 10 113 0 0.93 0.23 0.43 314.56 0.87 0.31
Hex 92 A 71 0 5D 17 2B 13B 57 1F
Octal 222 12 161 0 135 27 53 473 127 37
Binary 10010010 1010 1110001 0 1011101 10111 101011 100111011 1010111 11111

Color Harmonies of #920A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920A71

Black with #920A71

Text Example


Text Example

White with #920A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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