Html Css Color HEX #920775 Eggplant

📋 copy color: '#920775'

red 146 ◦ green 7 ◦ blue 117

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

Shades of Eggplant #920775

Tints of Eggplant #920775

RGB

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

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

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

R = 54.07%
G = 2.59%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#920775 (or 0x920775) is known color: Eggplant. HEX triplet: 92, 07 and 75. RGB value is (146,7,117). Sum of RGB (Red+Green+Blue) = 146+7+117=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #920775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920775 is #6DF88A. Grayscale: #3C3C3C. Windows color (decimal): -7207051 or 7669650. OLE color: 7669650.

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

Color convert

RGB 146 7 117 -
CMYK 0 0.95 0.20 0.43
HSL 312.52º 0.91% 0.3% -
HSV(B) 312.52º 0.95% 0.57% -
XYZ 15.14 7.55 17.49 -
YUV 61.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 146 7 117 0 0.95 0.20 0.43 312.52 0.91 0.3
Hex 92 7 75 0 5F 14 2B 139 5B 1E
Octal 222 7 165 0 137 24 53 471 133 36
Binary 10010010 111 1110101 0 1011111 10100 101011 100111001 1011011 11110

Color Harmonies of #920775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920775

Black with #920775

Text Example


Text Example

White with #920775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920775; }

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

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

background-color css

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

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

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

border-color css

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

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

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