Html Css Color HEX #920373 Eggplant

📋 copy color: '#920373'

red 146 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #920373

Tints of Eggplant #920373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 55.3%
G = 1.14%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#920373 (or 0x920373) is known color: Eggplant. HEX triplet: 92, 03 and 73. RGB value is (146,3,115). Sum of RGB (Red+Green+Blue) = 146+3+115=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #920373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920373 is #6DFC8C. Grayscale: #3A3A3A. Windows color (decimal): -7208077 or 7537554. OLE color: 7537554.

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

Color convert

RGB 146 3 115 -
CMYK 0 0.98 0.21 0.43
HSL 313.01º 0.96% 0.29% -
HSV(B) 313.01º 0.98% 0.57% -
XYZ 14.98 7.41 16.86 -
YUV 58.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 146 3 115 0 0.98 0.21 0.43 313.01 0.96 0.29
Hex 92 3 73 0 62 15 2B 139 60 1D
Octal 222 3 163 0 142 25 53 471 140 35
Binary 10010010 11 1110011 0 1100010 10101 101011 100111001 1100000 11101

Color Harmonies of #920373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920373

Black with #920373

Text Example


Text Example

White with #920373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920373; }

 p { color: rgb(146,3,115); }

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

background-color css

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

 a { background-color: rgb(146,3,115); }

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

border-color css

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

 span { border-color: rgb(146,3,115); }

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