Html Css Color HEX #920661 Eggplant

📋 copy color: '#920661'

red 146 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #920661

Tints of Eggplant #920661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 58.63%
G = 2.41%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#920661 (or 0x920661) is known color: Eggplant. HEX triplet: 92, 06 and 61. RGB value is (146,6,97). Sum of RGB (Red+Green+Blue) = 146+6+97=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #920661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920661 is #6DF99E. Grayscale: #3A3A3A. Windows color (decimal): -7207327 or 6358674. OLE color: 6358674.

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

Color convert

RGB 146 6 97 -
CMYK 0 0.96 0.34 0.43
HSL 321º 0.92% 0.3% -
HSV(B) 321º 0.96% 0.57% -
XYZ 14.08 7.1 11.94 -
YUV 58.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 146 6 97 0 0.96 0.34 0.43 321 0.92 0.3
Hex 92 6 61 0 60 22 2B 141 5C 1E
Octal 222 6 141 0 140 42 53 501 134 36
Binary 10010010 110 1100001 0 1100000 100010 101011 101000001 1011100 11110

Color Harmonies of #920661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920661

Black with #920661

Text Example


Text Example

White with #920661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920661; }

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

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

background-color css

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

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

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

border-color css

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

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

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