Html Css Color HEX #920761 Eggplant

📋 copy color: '#920761'

red 146 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #920761

Tints of Eggplant #920761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 58.4%
G = 2.8%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#920761 (or 0x920761) is known color: Eggplant. HEX triplet: 92, 07 and 61. RGB value is (146,7,97). Sum of RGB (Red+Green+Blue) = 146+7+97=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #920761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920761 is #6DF89E. Grayscale: #3A3A3A. Windows color (decimal): -7207071 or 6358930. OLE color: 6358930.

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

Color convert

RGB 146 7 97 -
CMYK 0 0.95 0.34 0.43
HSL 321.15º 0.91% 0.3% -
HSV(B) 321.15º 0.95% 0.57% -
XYZ 14.09 7.13 11.94 -
YUV 58.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 146 7 97 0 0.95 0.34 0.43 321.15 0.91 0.3
Hex 92 7 61 0 5F 22 2B 141 5B 1E
Octal 222 7 141 0 137 42 53 501 133 36
Binary 10010010 111 1100001 0 1011111 100010 101011 101000001 1011011 11110

Color Harmonies of #920761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920761

Black with #920761

Text Example


Text Example

White with #920761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920761; }

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

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

background-color css

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

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

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

border-color css

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

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

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