Html Css Color HEX #920762 Eggplant

📋 copy color: '#920762'

red 146 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #920762

Tints of Eggplant #920762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 58.17%
G = 2.79%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#920762 (or 0x920762) is known color: Eggplant. HEX triplet: 92, 07 and 62. RGB value is (146,7,98). Sum of RGB (Red+Green+Blue) = 146+7+98=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #920762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920762 is #6DF89D. Grayscale: #3A3A3A. Windows color (decimal): -7207070 or 6424466. OLE color: 6424466.

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

Color convert

RGB 146 7 98 -
CMYK 0 0.95 0.33 0.43
HSL 320.72º 0.91% 0.3% -
HSV(B) 320.72º 0.95% 0.57% -
XYZ 14.13 7.14 12.19 -
YUV 58.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 146 7 98 0 0.95 0.33 0.43 320.72 0.91 0.3
Hex 92 7 62 0 5F 21 2B 141 5B 1E
Octal 222 7 142 0 137 41 53 501 133 36
Binary 10010010 111 1100010 0 1011111 100001 101011 101000001 1011011 11110

Color Harmonies of #920762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920762

Black with #920762

Text Example


Text Example

White with #920762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920762; }

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

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

background-color css

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

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

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

border-color css

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

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

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