Html Css Color HEX #920375 Eggplant

📋 copy color: '#920375'

red 146 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #920375

Tints of Eggplant #920375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 54.89%
G = 1.13%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#920375 (or 0x920375) is known color: Eggplant. HEX triplet: 92, 03 and 75. RGB value is (146,3,117). Sum of RGB (Red+Green+Blue) = 146+3+117=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #920375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920375 is #6DFC8A. Grayscale: #3A3A3A. Windows color (decimal): -7208075 or 7668626. OLE color: 7668626.

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

Color convert

RGB 146 3 117 -
CMYK 0 0.98 0.20 0.43
HSL 312.17º 0.96% 0.29% -
HSV(B) 312.17º 0.98% 0.57% -
XYZ 15.1 7.46 17.47 -
YUV 58.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 146 3 117 0 0.98 0.20 0.43 312.17 0.96 0.29
Hex 92 3 75 0 62 14 2B 138 60 1D
Octal 222 3 165 0 142 24 53 470 140 35
Binary 10010010 11 1110101 0 1100010 10100 101011 100111000 1100000 11101

Color Harmonies of #920375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920375

Black with #920375

Text Example


Text Example

White with #920375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920375; }

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

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

background-color css

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

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

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

border-color css

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

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

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